Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrluck committed Oct 12, 2011
1 parent 24a590c commit 3cda6d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cache-annotations-ri/cache-annotations-ri-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cache-annotations-ri-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cache-annotations-ri/cache-annotations-ri-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cache-annotations-ri-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cache-annotations-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-ri</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>cache-annotations-ri</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cache-ri-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-ri</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>cache-ri-impl</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-ri</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<name>JSR107 RI</name>
Expand Down

0 comments on commit 3cda6d9

Please sign in to comment.