You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fl...@apache.org on 2011/12/27 16:48:42 UTC

svn commit: r1224928 - /incubator/stanbol/trunk/commons/jobs/pom.xml

Author: florent
Date: Tue Dec 27 15:48:41 2011
New Revision: 1224928

URL: http://svn.apache.org/viewvc?rev=1224928&view=rev
Log:
fix typo for scm url

Modified:
    incubator/stanbol/trunk/commons/jobs/pom.xml

Modified: incubator/stanbol/trunk/commons/jobs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/jobs/pom.xml?rev=1224928&r1=1224927&r2=1224928&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/jobs/pom.xml (original)
+++ incubator/stanbol/trunk/commons/jobs/pom.xml Tue Dec 27 15:48:41 2011
@@ -27,10 +27,10 @@
   <name>Apache Stanbol Commons Jobs Reactor</name>
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/solr
+      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/jobs
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/solr
+      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/jobs
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
@@ -39,4 +39,4 @@
     <module>api</module>
     <module>web</module>
   </modules>
-</project>
\ No newline at end of file
+</project>