Back up and restore poms to prerelease state
[zxing.git] / core / pom.xml
index d256acb..5e3dc29 100644 (file)
@@ -18,9 +18,9 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.zxing</groupId>
   <artifactId>core</artifactId>
-  <packaging>jar</packaging>
+  <packaging>pom</packaging>
   <name>ZXing Core</name>
-  <version>1.5</version>
+  <version>1.6-SNAPSHOT</version>
   <description>Core barcode encoding/decoding library</description>
   <url>http://code.google.com/p/zxing</url>
   <inceptionYear>2007</inceptionYear>
@@ -46,9 +46,9 @@
     </developer>
   </developers>
   <scm>
-    <connection>scm:svn:http://zxing.googlecode.com/svn/tags/core-1.5</connection>
-    <developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/core-1.5</developerConnection>
-    <url>http://zxing.googlecode.com/svn/tags/core-1.5</url>
+    <connection>scm:svn:http://zxing.googlecode.com/svn/trunk</connection>
+    <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk</developerConnection>
+    <url>http://zxing.googlecode.com/svn/trunk</url>
   </scm>
   <build>
     <sourceDirectory>src</sourceDirectory>