From b1c9b8cae085abaa023bb7dab145d97ce1cd4d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aslak=20Helles=C3=B8y?= Date: Tue, 20 Mar 2012 11:00:03 +0000 Subject: [PATCH] Release --- History.md | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/History.md b/History.md index 5301182e70..4b5837af85 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -## [Git master](https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC21...master) +## [1.0.0.RC22](https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC21...v1.0.0.RC22) * [Java] Snippets for DataTable include a hint about using List, so people discover this neat technique (Aslak Hellesøy) * [Core] Support DocString and DataTable in generated snippets ([#227](https://github.com/cucumber/cucumber-jvm/issues/227) Aslak Hellesøy) @@ -95,4 +95,4 @@ ## 1.0.0-RC3 -* First proper release \ No newline at end of file +* First proper release diff --git a/README.md b/README.md index ba0def6bc2..f48f7b63ce 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ in your [POM](http://maven.apache.org/pom.html): info.cukes cucumber-java - 1.0.0.RC21 + 1.0.0.RC22 test info.cukes cucumber-junit - 1.0.0.RC21 + 1.0.0.RC22 test @@ -71,7 +71,7 @@ There are more jars available - add the ones you need. (TODO: A guide on how to Add a [dependency](http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html) in your [ivy.xml](http://ant.apache.org/ivy/history/latest-milestone/ivyfile.html): ```xml - + ``` Since the artifacts are released to Maven Central, the default Ivy configuration should pull them down automatically. @@ -92,7 +92,7 @@ If you are adventurous, check out the examples, read the code and ask specific q ### API Docs -* http://cukes.info/cucumber/jvm/api/1.0.0.RC21 +* http://cukes.info/cucumber/jvm/api/1.0.0.RC22 ## Examples @@ -225,6 +225,6 @@ Then release everything: ``` mvn release:clean -mvn --batch-mode -P release-sign-artifacts release:prepare -DautoVersionSubmodules=true -DdevelopmentVersion=1.0.0.RC21-SNAPSHOT +mvn --batch-mode -P release-sign-artifacts release:prepare -DautoVersionSubmodules=true -DdevelopmentVersion=1.0.0.RC23-SNAPSHOT mvn -P release-sign-artifacts release:perform ```