Fix small display problem when extension starts with 9
[zxing.git] / core / pom.xml
index 3b28434..089a2ef 100644 (file)
@@ -46,9 +46,9 @@
     </developer>
   </developers>
   <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>
+    <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>
   <build>
     <sourceDirectory>src</sourceDirectory>
     </plugins>
   </build>
   <distributionManagement>
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Sonatype Nexus Staging</name>
+      <url>http://oss.sonatype.org/content/groups/google-with-staging/</url>
+    </repository>
     <snapshotRepository>
-        <id>sonatype-nexus-snapshots</id>
-        <name>Sonatype Nexus Snapshots</name>
-        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>http://oss.sonatype.org/content/repositories/google-snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
   <profiles>