Skip to content

Commit bd5afe2

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

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

README.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ About
1010

1111
## Releases
1212

13-
* 21 October 2013: 1.0.0-PFD for the cache-api and 0.11 for other artifacts.
14-
Proposed Final Draft
13+
* 16 December 2013: 1.0.0-RC1
14+
* 21 October 2013: 1.0.0-PFD for the cache-api and 0.11 for other artifacts.Proposed Final Draft
1515
* 26 August 2013: 0.10 Third Public Review Draft
1616
* 25 June 2013: 0.9 Second Public Review Draft
1717
* 25 June 2013: 0.8 Public Review Draft
@@ -27,7 +27,7 @@ Maven snippet:
2727
<dependency>
2828
<groupId>javax.cache</groupId>
2929
<artifactId>cache-api</artifactId>
30-
<version>1.0.0-PFD</version>
30+
<version>1.0.0-RC1</version>
3131
</dependency>
3232

3333

@@ -55,7 +55,7 @@ or use the following Maven snippet:
5555
<dependency>
5656
<groupId>javax.cache</groupId>
5757
<artifactId>cache-api</artifactId>
58-
<version>0.12-SNAPSHOT</version>
58+
<version>1.0.0-RC1</version>
5959
</dependency>
6060

6161
Javadoc
@@ -146,14 +146,8 @@ All modules are built at http://jsr107.ci.cloudbees.com.
146146
Testing Implementions of JSR107
147147
-------------------------------
148148

149-
The jsr107tck module contains a domain, tests and an implementation-tester. The implementation-tester allows an implementation, packaged
150-
as a Maven module, to be specified on the command line and tested. For example a fictional Acme company implementation could be tested as follows:
151-
152-
mvn -Dtest=CacheManagerFactoryTest \
153-
-Dimplementation-groupId=acme.cache \
154-
-Dimplementation-artifactId=acme-cache \
155-
-Dimplementation-version=0.1-SNAPSHOT \
156-
test
149+
See the [TCK User Guide](https://docs.google.com/document/d/1w3Ugj_oEqjMlhpCkGQOZkd9iPf955ZWHAVdZzEwYYdU/edit?usp=sharing)
150+
for instructions on how to use this TCK.
157151

158152
Mailing list
159153
------------
@@ -170,8 +164,7 @@ Please log issues to: <https://github.com/jsr107/jsr107spec/issues>
170164
Contributing
171165
------------
172166

173-
Admission to the Expert Group is closed, but please feel free to post to the
174-
mailing list.
167+
Admission to the Expert Group is closed, but please feel free to post to the mailing list.
175168

176169

177170
License

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>javax.cache</groupId>
1313
<artifactId>cache-api</artifactId>
14-
<version>1.0.0-RC1</version>
14+
<version>1.0.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>JSR107 API and SPI</name>

0 commit comments

Comments
 (0)