Skip to content

Commit

Permalink
Incremented version to 1.1.1-SNAPSHOT.
Browse files Browse the repository at this point in the history
commented out CDI run_tests_from_ide due to a strange IntelliJ error
  • Loading branch information
gregrluck committed Mar 15, 2018
1 parent e5715e1 commit 599a960
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cache-annotations-ri/cache-annotations-ri-cdi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>cache-annotations-ri-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cache-annotations-ri/cache-annotations-ri-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>cache-annotations-ri-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cache-annotations-ri/cache-annotations-ri-guice/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<groupId>org.jsr107.ri</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cache-annotations-ri/cache-annotations-ri-spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>cache-annotations-ri-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cache-annotations-ri/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>cache-annotations-ri</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cache-ri-impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>cache-ri-impl</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-ri</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JSR107 RI</name>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 599a960

Please sign in to comment.