mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Fix scm reference in zxing-parent pom
git-svn-id: https://zxing.googlecode.com/svn/trunk@2950 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
a7f213f060
commit
eb4690b589
6
pom.xml
6
pom.xml
|
@ -292,9 +292,9 @@
|
|||
<url>http://code.google.com/p/zxing/issues/list</url>
|
||||
</issueManagement>
|
||||
<scm>
|
||||
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-parent-2.3.0</connection>
|
||||
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-parent-2.3.0</developerConnection>
|
||||
<url>http://zxing.googlecode.com/svn/tags/zxing-parent-2.3.0</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>
|
||||
|
||||
<prerequisites>
|
||||
|
|
Loading…
Reference in a new issue