[maven-release-plugin] prepare release core-2.0

git-svn-id: https://zxing.googlecode.com/svn/trunk@2140 59b500cc-1b3d-0410-9834-0bbf25fbcc57
diff --git a/core/pom.xml b/core/pom.xml
index aebae73..1a09a9c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>core</artifactId>
   <packaging>jar</packaging>
   <name>ZXing Core</name>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <description>Core barcode encoding/decoding library</description>
   <url>http://code.google.com/p/zxing</url>
   <inceptionYear>2007</inceptionYear>
@@ -41,9 +41,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/core</connection>
-    <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/core</developerConnection>
-    <url>http://zxing.googlecode.com/svn/trunk/core</url>
+    <connection>scm:svn:http://zxing.googlecode.com/svn/tags/core-2.0</connection>
+    <developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/core-2.0</developerConnection>
+    <url>http://zxing.googlecode.com/svn/tags/core-2.0</url>
   </scm>
   <developers>
     <!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->