Skip to content

Commit

Permalink
Updated the snapshot verion to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Aytas committed Sep 24, 2019
1 parent d9d9d9f commit 41967a7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion imcache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>imcache-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion imcache-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion imcache-heap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>imcache-heap</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion imcache-offheap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>imcache-offheap</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion imcache-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>imcache-redis</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion imcache-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<properties>
<!--<org.springframework.version>2.5.6</org.springframework.version> -->
Expand Down
2 changes: 1 addition & 1 deletion imcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.cetsoft</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>imcache</name>
<artifactId>imcache-parent</artifactId>
Expand Down

0 comments on commit 41967a7

Please sign in to comment.