You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by gr...@apache.org on 2008/04/09 16:52:10 UTC

svn commit: r646388 - /shale/maven/trunk/master-pom/pom.xml

Author: greddin
Date: Wed Apr  9 07:52:09 2008
New Revision: 646388

URL: http://svn.apache.org/viewvc?rev=646388&view=rev
Log:
Upgraded parent to Apache POM version 4 and corrected SNAPSHOT version name.

Modified:
    shale/maven/trunk/master-pom/pom.xml

Modified: shale/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/shale/maven/trunk/master-pom/pom.xml?rev=646388&r1=646387&r2=646388&view=diff
==============================================================================
--- shale/maven/trunk/master-pom/pom.xml (original)
+++ shale/maven/trunk/master-pom/pom.xml Wed Apr  9 07:52:09 2008
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>3-SNAPSHOT</version>
+        <version>4</version>
     </parent>
 
     <groupId>org.apache.shale</groupId>
     <artifactId>shale-master</artifactId>
-    <version>3</version>
+    <version>3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Shale Framework Master POM</name>
     <description>Apache Shale</description>