deploy 1.6RC2
diff --git a/pom.xml b/pom.xml
index f3bfe16..98cedd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>

 	<groupId>org.yaml</groupId>

 	<artifactId>snakeyaml</artifactId>

-	<version>1.6rc1</version>

+	<version>1.6rc2</version>

 	<packaging>jar</packaging>

 	<properties>

         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 52b4177..b2bd622 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,6 +7,9 @@
 	</properties>

 	<body>

 	    <release version="1.6" date="in Mercurial" description="introduce Tag class">

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

+                Release Candidate 2 is available (2010-02-24)

+            </action>

 	        <action dev="py4fun" type="fix" issue="47" due-to="obastard">

                 Don't dump read-only properties by default. DumperOptions gets a setting to

                 include read-only JavaBean properties.