Skip to content

Commit

Permalink
change pom version to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Feb 6, 2018
1 parent b19415e commit c6365ea
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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</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.3.4</version>
<version>2.3.5</version>

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

0 comments on commit c6365ea

Please sign in to comment.