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/02/21 14:17:23 UTC

svn commit: r1291761 - /incubator/syncope/trunk/archetype/pom.xml

Author: ilgrosso
Date: Tue Feb 21 13:17:23 2012
New Revision: 1291761

URL: http://svn.apache.org/viewvc?rev=1291761&view=rev
Log:
Forgot to update archetype POM

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

Modified: incubator/syncope/trunk/archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1291761&r1=1291760&r2=1291761&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/pom.xml (original)
+++ incubator/syncope/trunk/archetype/pom.xml Tue Feb 21 13:17:23 2012
@@ -23,21 +23,21 @@
         <relativePath>../parent</relativePath>
     </parent>
 
-    <name>Syncope Archetype</name>
-    <description>Syncope Archetype</description>
+    <name>Apache Syncope Archetype</name>
+    <description>Apache Syncope Archetype</description>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-archetype</artifactId>
     <version>1.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <properties>
-        <SVNRepoURL>http://syncope.googlecode.com/svn/trunk</SVNRepoURL>
+        <SVNRepoURL>http://svn.apache.org/repos/asf/incubator/syncope/trunk</SVNRepoURL>
     </properties>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/trunk/archetype</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/trunk/archetype</developerConnection>
-        <url>http://syncope.googlecode.com/svn/trunk/archetype</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype</developerConnection>
+        <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype</url>
     </scm>
 
     <build>