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 2008/04/05 15:27:43 UTC

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

Author: hboutemy
Date: Sat Apr  5 06:27:42 2008
New Revision: 645090

URL: http://svn.apache.org/viewvc?rev=645090&view=rev
Log:
use released parent pom

Modified:
    maven/shared/trunk/maven-model-converter/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=645090&r1=645089&r2=645090&view=diff
==============================================================================
--- maven/shared/trunk/maven-model-converter/pom.xml (original)
+++ maven/shared/trunk/maven-model-converter/pom.xml Sat Apr  5 06:27:42 2008
@@ -7,9 +7,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
   </parent>
   <artifactId>maven-model-converter</artifactId>
   <version>2.3-SNAPSHOT</version>