You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/04/20 10:37:42 UTC

svn commit: r1328256 - in /incubator/syncope/trunk: parent/pom.xml pom.xml

Author: ilgrosso
Date: Fri Apr 20 08:37:41 2012
New Revision: 1328256

URL: http://svn.apache.org/viewvc?rev=1328256&view=rev
Log:
Taking inspiration from Cocoon 3.0's POMs for trying to workaround http://jira.codehaus.org/browse/MRELEASE-679

Modified:
    incubator/syncope/trunk/parent/pom.xml
    incubator/syncope/trunk/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1328256&r1=1328255&r2=1328256&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Fri Apr 20 08:37:41 2012
@@ -50,9 +50,9 @@ under the License.
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk</url>
   </scm>
 
   <issueManagement>

Modified: incubator/syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1328256&r1=1328255&r2=1328256&view=diff
==============================================================================
--- incubator/syncope/trunk/pom.xml (original)
+++ incubator/syncope/trunk/pom.xml Fri Apr 20 08:37:41 2012
@@ -30,6 +30,12 @@ under the License.
   <version>1.0.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk</url>
+  </scm>
+  
   <build>
     <plugins>
       <plugin>