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

git-svn-id: https://zxing.googlecode.com/svn/trunk@2472 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-10-22 13:29:52 +00:00
parent 063276937a
commit 63990f3a13

View file

@ -25,7 +25,7 @@
<artifactId>javase</artifactId> <artifactId>javase</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Java SE extensions</name> <name>ZXing Java SE extensions</name>
<version>2.1</version> <version>2.2-SNAPSHOT</version>
<description>Java SE-specific extensions to core ZXing library</description> <description>Java SE-specific extensions to core ZXing 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/javase-2.1</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/javase</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/javase-2.1</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/javase</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/javase-2.1</url> <url>http://zxing.googlecode.com/svn/trunk/javase</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 -->
@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.1</version> <version>2.2-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>