Skip to content

Commit

Permalink
description fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Sep 7, 2024
1 parent 8eeb80b commit c8c699b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion redisson-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>redisson-micronaut</artifactId>
<packaging>pom</packaging>

<name>Redisson/Micronaut integration</name>
<name>Redisson Micronaut integration</name>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion redisson-micronaut/redisson-micronaut-20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>redisson-micronaut-20</artifactId>
<packaging>jar</packaging>

<name>Redisson/Micronaut v2.x.x integration</name>
<name>Redisson Micronaut v2.x.x integration</name>

<properties>
<main.basedir>${project.parent.parent.basedir}</main.basedir>
Expand Down
2 changes: 1 addition & 1 deletion redisson-micronaut/redisson-micronaut-30/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<main.basedir>${project.parent.parent.basedir}</main.basedir>
</properties>

<name>Redisson/Micronaut v3.x.x integration</name>
<name>Redisson Micronaut v3.x.x integration</name>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion redisson-micronaut/redisson-micronaut-40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<main.basedir>${project.parent.parent.basedir}</main.basedir>
</properties>

<name>Redisson/Micronaut v4.x.x integration</name>
<name>Redisson Micronaut v4.x.x integration</name>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion redisson-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>redisson-mybatis</artifactId>
<packaging>jar</packaging>

<name>Redisson/MyBatis cache</name>
<name>Redisson MyBatis Cache implementation based on Redis</name>

<build>
<plugins>
Expand Down

0 comments on commit c8c699b

Please sign in to comment.