prepare release 1.3
diff --git a/announcement.msg b/announcement.msg
index 8f48578..dcd05c8 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -11,10 +11,11 @@
     http://code.google.com/p/snakeyaml/

 

 This release delivers complete support for recursive objects as well as minor changes and bug fixes.

+A very important milestone is met: all the issues are fixed !

+(http://code.google.com/p/snakeyaml/issues/list)

 

 Changes

 =======

- * ???

  * recursive objects are fully supported

  * further improve test coverage

  * minor bug fixes when constructing JavaBeans

diff --git a/pom.xml b/pom.xml
index 34a7a09..89e00d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>

 	<groupId>SnakeYAML</groupId>

 	<artifactId>SnakeYAML</artifactId>

-	<version>1.3-SNAPSHOT</version>

+	<version>1.3</version>

 	<packaging>jar</packaging>

 	<name>SnakeYAML</name>

 	<description>YAML 1.1 parser and emitter for Java</description>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 38a469a..275137c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -6,7 +6,7 @@
 		<author email="py4fun@gmail.com">Andrey Somov</author>

 	</properties>

 	<body>

-        <release version="1.3-SNAPSHOT" date="in Mercurial" description="development">

+        <release version="1.3" date="2009-07-20" description="complete support for recursive objects">

             <action dev="py4fun" type="fix" issue="6" due-to="infinity0x">

                 Fix: values returned by System.identityHashCode() are not guaranteed to be unique (2009-07-14)

             </action>

@@ -16,11 +16,6 @@
                 It leads to unnecessary global tags. See http://code.google.com/p/snakeyaml/wiki/Documentation#Generics

                 for details (2009-07-13)

             </action>

-            <action dev="py4fun" type="update">

-                Some tests introduced for recursive objects support fail on non-Sun JDK. 

-                These tests temporally go off. Rely on the "java.vm.name" System property

-                to decide whether to run the tests (2009-07-10)

-            </action>

             <action dev="py4fun" type="fix" issue="5" due-to="infinity0x">

                 Fix: set the "cause" field for MarkedYAMLException (2009-07-10)

             </action>