You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/05/02 10:42:53 UTC

svn commit: r770912 - /maven/components/branches/maven-2.2.x/pom.xml

Author: bentmann
Date: Sat May  2 08:42:52 2009
New Revision: 770912

URL: http://svn.apache.org/viewvc?rev=770912&view=rev
Log:
o Fixed SCM info

Modified:
    maven/components/branches/maven-2.2.x/pom.xml

Modified: maven/components/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/pom.xml?rev=770912&r1=770911&r2=770912&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/pom.xml (original)
+++ maven/components/branches/maven-2.2.x/pom.xml Sat May  2 08:42:52 2009
@@ -16,7 +16,8 @@
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -115,9 +116,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.2.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.2.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x</url>
   </scm>
 
   <build>