Skip to content

Commit cea7f62

Browse files
committed
Updated READMEs and changed version to 1.0.0-SNAPSHOT.
1 parent ddb5862 commit cea7f62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>javax.cache</groupId>
77
<artifactId>jsr107demo</artifactId>
8-
<version>1.0.0-RC1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>jsr107demo</name>
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>javax.cache</groupId>
2828
<artifactId>cache-api</artifactId>
29-
<version>1.0.0-RC1</version>
29+
<version>1.0.0-SNAPSHOT</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>org.jsr107.ri</groupId>
3434
<artifactId>cache-ri-impl</artifactId>
35-
<version>1.0.0-RC1</version>
35+
<version>1.0.0-SNAPSHOT</version>
3636
</dependency>
3737

3838
<!--<dependency>-->

0 commit comments

Comments
 (0)