You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/21 08:49:57 UTC

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

Author: craigmcc
Date: Sun Aug 20 23:49:56 2006
New Revision: 433179

URL: http://svn.apache.org/viewvc?rev=433179&view=rev
Log:
Create a versnion 2-SNAPSHOT version of the Apache Shale Framework Master POM
for future trunk development.  You will want to deploy this into your local
repository:

  cd ${shale.current}/maven/master-pom
  mvn deploy

before trying to build the updated trunk sources.

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=433179&r1=433178&r2=433179&view=diff
==============================================================================
--- shale/maven/trunk/master-pom/pom.xml (original)
+++ shale/maven/trunk/master-pom/pom.xml Sun Aug 20 23:49:56 2006
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>2</version>
+        <version>3</version>
     </parent>
 
     <groupId>org.apache.shale</groupId>
     <artifactId>shale-master</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Shale Master POM</name>
+    <name>Apache Shale Framework Master POM</name>
     <description>Apache Shale</description>
     <url>http://shale.apache.org</url>
     <inceptionYear>2004</inceptionYear>
@@ -83,6 +83,11 @@
     </mailingLists>
 
     <developers>
+        <developer>
+            <id>dgeary</id>
+            <name>David Geary</name>
+            <email>dgeary at apache.org</email>
+        </developer>
         <developer>
             <id>craigmcc</id>
             <name>Craig R. McClanahan</name>