You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2013/09/28 01:52:16 UTC

svn commit: r1527135 - in /incubator/vxquery/branches/vxquery_0_2_staging: pom.xml vxquery-parent/pom.xml

Author: tillw
Date: Fri Sep 27 23:52:16 2013
New Revision: 1527135

URL: http://svn.apache.org/r1527135
Log:
move scm section to the pom of vxquery-parent

Modified:
    incubator/vxquery/branches/vxquery_0_2_staging/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml

Modified: incubator/vxquery/branches/vxquery_0_2_staging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/pom.xml?rev=1527135&r1=1527134&r2=1527135&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/pom.xml Fri Sep 27 23:52:16 2013
@@ -30,12 +30,6 @@
   <description>A Versatile XQuery Processor</description>
   <url>http://incubator.apache.org/vxquery/</url>
 
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/vxquery</url>
-  </scm>
-
   <distributionManagement>
     <site>
       <id>vxquery.website</id>

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml?rev=1527135&r1=1527134&r2=1527135&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml Fri Sep 27 23:52:16 2013
@@ -45,6 +45,12 @@
     </license>
   </licenses>
 
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</developerConnection>
+    <url>https://svn.apache.org/repos/asf/incubator/vxquery</url>
+  </scm>
+
   <issueManagement>
     <system>Jira</system>
     <url>https://issues.apache.org/jira/browse/VXQUERY</url>