[maven-release-plugin] prepare for next development iteration

git-svn-id: https://zxing.googlecode.com/svn/trunk@2142 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-02-04 10:52:39 +00:00
parent 18639f28a5
commit 1c68060c6f

View file

@ -25,7 +25,7 @@
<artifactId>core</artifactId>
<packaging>jar</packaging>
<name>ZXing Core</name>
<version>2.0</version>
<version>2.1-SNAPSHOT</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/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>
<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>
</scm>
<developers>
<!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->