This is an automated email from the git hooks/post-receive script. bengen pushed a commit to annotated tag jackson-dataformat-smile-2.0.0 in repository jackson-dataformat-smile.
commit c36636525fc0c225739c0e0a1c3a18370b09a8ff Author: Tatu Saloranta <[email protected]> Date: Sun Mar 25 11:59:41 2012 -0700 Prepare for release --- pom.xml | 4 ++-- release-notes/VERSION | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6e75d8f..fc33970 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.0.0-RC3</version> + <version>2.0.0</version> </dependency> <!-- and for testing, JUnit (or TestNG?) is needed --> @@ -65,7 +65,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.0.0-RC3</version> + <version>2.0.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/release-notes/VERSION b/release-notes/VERSION new file mode 100644 index 0000000..7bb022b --- /dev/null +++ b/release-notes/VERSION @@ -0,0 +1,18 @@ +Version: 2.0.0 + +Release date: + 25-Mar-2012 + +Description: + The official 2.0 release of Jackson. + No new features; upgraded to work with core 2.0.0. + +Fixes: + + (all fixes up until 1.9.6) + +------------------------------------------------------------------------ +=== History: === +------------------------------------------------------------------------ + +[entries for versions 1.x and earlier not retained; refer to earlier releases) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-smile.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

