Skip to content

Commit

Permalink
change pom version to 2.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Nov 9, 2019
1 parent f1a1a58 commit caf7976
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion jetcache-anno-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jetcache-anno/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jetcache-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jetcache-starter/jetcache-autoconfigure/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetcache-test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jetcache-parent</artifactId>
<groupId>com.alicp.jetcache</groupId>
<version>2.5.14</version>
<version>2.5.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-parent</artifactId>
<packaging>pom</packaging>
<version>2.5.14</version>
<version>2.5.15</version>

<name>jetcache</name>
<description>a Java cache abstraction which provides consistent use for various caching solutions</description>
Expand Down

0 comments on commit caf7976

Please sign in to comment.