Update version for 1.2.0 final
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/69337a43 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/69337a43 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/69337a43 Branch: refs/heads/cassandra-1.2 Commit: 69337a43670f71ae1fc55e23d6a9031230423900 Parents: 1772b1c Author: Sylvain Lebresne <[email protected]> Authored: Sat Dec 29 13:08:23 2012 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Sat Dec 29 13:08:23 2012 +0100 ---------------------------------------------------------------------- .rat-excludes | 1 + build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/69337a43/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 27e51c3..f7f9637 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -31,3 +31,4 @@ build.properties.default test/data/legacy-sstables/** examples/pig/** examples/hadoop_word_count/conf/log4j.properties +pylib/cqlshlib/test/** http://git-wip-us.apache.org/repos/asf/cassandra/blob/69337a43/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index eca789a..7614e1c 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="1.2.0-rc2"/> + <property name="base.version" value="1.2.0"/> <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/69337a43/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 0064b47..d993e82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.0) unstable; urgency=low + + * New release + + -- Sylvain Lebresne <[email protected]> Sat, 29 Dec 2012 13:06:03 +0100 + cassandra (1.2.0~rc2) unstable; urgency=low * New RC release
