mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
[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:
parent
063276937a
commit
63990f3a13
|
@ -25,7 +25,7 @@
|
|||
<artifactId>javase</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<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>
|
||||
<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/javase-2.1</connection>
|
||||
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/javase-2.1</developerConnection>
|
||||
<url>http://zxing.googlecode.com/svn/tags/javase-2.1</url>
|
||||
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk/javase</connection>
|
||||
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/javase</developerConnection>
|
||||
<url>http://zxing.googlecode.com/svn/trunk/javase</url>
|
||||
</scm>
|
||||
<developers>
|
||||
<!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->
|
||||
|
@ -59,7 +59,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue