We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb5862 commit cea7f62Copy full SHA for cea7f62
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>javax.cache</groupId>
7
<artifactId>jsr107demo</artifactId>
8
- <version>1.0.0-RC1</version>
+ <version>1.0.0-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
<name>jsr107demo</name>
@@ -26,13 +26,13 @@
26
<dependency>
27
28
<artifactId>cache-api</artifactId>
29
30
</dependency>
31
32
33
<groupId>org.jsr107.ri</groupId>
34
<artifactId>cache-ri-impl</artifactId>
35
36
37
38
<!--<dependency>-->
0 commit comments