mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Better fix, get the scm repo location right
git-svn-id: https://zxing.googlecode.com/svn/trunk@2751 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
29984b0e86
commit
1dfabfae7b
14
pom.xml
14
pom.xml
|
@ -44,9 +44,9 @@
|
|||
</license>
|
||||
</licenses>
|
||||
<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>
|
||||
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk</connection>
|
||||
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk</developerConnection>
|
||||
<url>http://zxing.googlecode.com/svn/trunk</url>
|
||||
</scm>
|
||||
<developers>
|
||||
<!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->
|
||||
|
@ -63,6 +63,14 @@
|
|||
<prerequisites>
|
||||
<maven>3.0</maven>
|
||||
</prerequisites>
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<module>javase</module>
|
||||
<module>android-integration</module>
|
||||
<module>zxingorg</module>
|
||||
<module>zxing.appspot.com</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
|
|
Loading…
Reference in a new issue