mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
[maven-release-plugin] prepare release javase-2.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2778 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
d9618c139b
commit
dfc10ad76e
|
@ -27,7 +27,7 @@
|
|||
<artifactId>javase</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Java SE extensions</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<description>Java SE-specific extensions to core ZXing library</description>
|
||||
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
|
@ -44,9 +44,9 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<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>
|
||||
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/javase-2.2</connection>
|
||||
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/javase-2.2</developerConnection>
|
||||
<url>http://zxing.googlecode.com/svn/tags/javase-2.2</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in a new issue