Or do the child modules need their own scm stanza

git-svn-id: https://zxing.googlecode.com/svn/trunk@2757 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-05-14 09:10:45 +00:00
parent 7d1c354a73
commit 75ebbc1400
5 changed files with 30 additions and 5 deletions

View file

@ -28,7 +28,12 @@
<name>ZXing Android Integration lib</name>
<version>2.2-SNAPSHOT</version>
<description>Integration helper classes for Android applications wanting to create/scan bar codes</description>
<scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk/android-integration</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/android-integration</developerConnection>
<url>http://zxing.googlecode.com/svn/trunk/android-integration</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android</groupId>

View file

@ -28,7 +28,12 @@
<name>ZXing Core</name>
<version>2.2-SNAPSHOT</version>
<description>Core barcode encoding/decoding library</description>
<scm>
<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>
<dependencies>
<dependency>
<groupId>junit</groupId>

View file

@ -28,7 +28,12 @@
<name>ZXing Java SE extensions</name>
<version>2.2-SNAPSHOT</version>
<description>Java SE-specific extensions to core ZXing library</description>
<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>
</scm>
<dependencies>
<dependency>
<groupId>com.google.zxing</groupId>

View file

@ -28,7 +28,12 @@
<name>ZXing Appspot-based encoder</name>
<version>2.2-SNAPSHOT</version>
<description>GWT-based encoder app hosted at zxing.appspot.com</description>
<scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk/zxing.appspot.com</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/zxing.appspot.com</developerConnection>
<url>http://zxing.googlecode.com/svn/trunk/zxing.appspot.com</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>

View file

@ -28,7 +28,12 @@
<name>ZXing zxing.org web app</name>
<version>2.2-SNAPSHOT</version>
<description>The web application behind zxing.org</description>
<scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk/zxingorg</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/zxingorg</developerConnection>
<url>http://zxing.googlecode.com/svn/trunk/zxingorg</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.zxing</groupId>