You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/08/22 17:02:05 UTC

svn commit: r433659 - in /maven/shared/trunk: maven-model-converter/pom.xml pom.xml

Author: evenisse
Date: Tue Aug 22 08:02:05 2006
New Revision: 433659

URL: http://svn.apache.org/viewvc?rev=433659&view=rev
Log:
o Adding maven-model-converter to modules list
o Setting up the version of maven-model-converter

Modified:
    maven/shared/trunk/maven-model-converter/pom.xml
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/maven-model-converter/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-model-converter/pom.xml?rev=433659&r1=433658&r2=433659&view=diff
==============================================================================
--- maven/shared/trunk/maven-model-converter/pom.xml (original)
+++ maven/shared/trunk/maven-model-converter/pom.xml Tue Aug 22 08:02:05 2006
@@ -19,12 +19,13 @@
 <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">
   <parent>
-    <artifactId>maven</artifactId>
-    <groupId>org.apache.maven</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <artifactId>maven-shared-components</artifactId>
+    <groupId>org.apache.maven.shared</groupId>
+    <version>3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-model-converter</artifactId>
+  <version>2.0.5-SNAPSHOT</version>
   <name>Maven Model Converter</name>
   <description>Converts between version 3.0.0 and version 4.0.0 models.</description>
   <dependencies>

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=433659&r1=433658&r2=433659&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Tue Aug 22 08:02:05 2006
@@ -28,6 +28,7 @@
   </distributionManagement>
   <modules>
     <module>maven-archiver</module>
+    <module>maven-model-converter</module>
     <module>maven-shared-io</module>
     <module>maven-shared-monitor</module>
     <module>file-management</module>