[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> <artifactId>core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Core</name> <name>ZXing Core</name>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
<description>Core barcode encoding/decoding library</description> <description>Core barcode encoding/decoding library</description>
<url>http://code.google.com/p/zxing</url> <url>http://code.google.com/p/zxing</url>
<inceptionYear>2007</inceptionYear> <inceptionYear>2007</inceptionYear>
@ -41,9 +41,9 @@
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/core-2.0</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/core</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/core-2.0</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/core</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/core-2.0</url> <url>http://zxing.googlecode.com/svn/trunk/core</url>
</scm> </scm>
<developers> <developers>
<!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml --> <!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->