Skip to content

Commit

Permalink
Better fix, get the scm repo location right
Browse files Browse the repository at this point in the history
git-svn-id: https://zxing.googlecode.com/svn/trunk@2751 59b500cc-1b3d-0410-9834-0bbf25fbcc57
  • Loading branch information
[email protected] committed May 14, 2013
1 parent 29984b0 commit 1dfabfa
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand All @@ -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>
Expand Down

0 comments on commit 1dfabfa

Please sign in to comment.