Skip to content

Commit

Permalink
change pom version to 2.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jan 20, 2019
1 parent f8dc2a0 commit 5eadf4a
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion jetcache-anno-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jetcache-anno/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jetcache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jetcache-starter/jetcache-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-starter/jetcache-starter-redis-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-starter/jetcache-starter-redis-lettuce4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-starter/jetcache-starter-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-support/jetcache-redis-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-support/jetcache-redis-lettuce4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-support/jetcache-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-parent</artifactId>
<packaging>pom</packaging>
<version>2.5.11-SNAPSHOT</version>
<version>2.5.11</version>

<name>jetcache</name>
<description>a Java cache abstraction which provides consistent use for various caching solutions</description>
Expand Down
4 changes: 2 additions & 2 deletions samples/simple-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-anno</artifactId>
<version>2.5.9</version>
<version>2.5.11</version>
</dependency>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis</artifactId>
<version>2.5.9</version>
<version>2.5.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/springbootsample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-starter-redis</artifactId>
<version>2.5.9</version>
<version>2.5.11</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions samples/springsample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-anno</artifactId>
<version>2.5.9</version>
<version>2.5.11</version>
</dependency>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis</artifactId>
<version>2.5.9</version>
<version>2.5.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 5eadf4a

Please sign in to comment.