You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/07 23:55:56 UTC

svn commit: r1154776 - /maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml

Author: hboutemy
Date: Sun Aug  7 21:55:56 2011
New Revision: 1154776

URL: http://svn.apache.org/viewvc?rev=1154776&view=rev
Log:
updated pom to better match current place

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml?rev=1154776&r1=1154775&r2=1154776&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml Sun Aug  7 21:55:56 2011
@@ -19,27 +19,27 @@ specific language governing permissions 
 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/maven-v4_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>
     <groupId>org.apache.maven.doxia</groupId>
-    <artifactId>doxia-tools</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <artifactId>doxia</artifactId>
+    <version>1.2</version>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide</groupId>
   <artifactId>eclipse</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+
   <name>Doxia Tools :: Eclipse IDE - Parent POM</name>
   <description>Parent POM for the defacto IDE for Doxia development</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/doxia/doxia-ide/eclipse</url>
   </scm>
 
   <prerequisites>