Skip to content

Commit 73d2ec7

Browse files
committed
Change pom versions to 0.12 including the spec. We do not know how many more releases we will have to Final so better to use a number or it will get confusing.
1 parent b569461 commit 73d2ec7

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>0.11</version>
8+
<version>0.12-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-PFD</version>
29+
<version>0.12-SNAPSHOT</version>
3030
</dependency>
3131

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

3838
<!--<dependency>-->

0 commit comments

Comments
 (0)