You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/09 03:26:44 UTC

svn commit: r376151 - /myfaces/maven/branches/1_0_0/pom.xml

Author: schof
Date: Wed Feb  8 18:26:44 2006
New Revision: 376151

URL: http://svn.apache.org/viewcvs?rev=376151&view=rev
Log:
tweak to get release stuff working

Modified:
    myfaces/maven/branches/1_0_0/pom.xml

Modified: myfaces/maven/branches/1_0_0/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_0/pom.xml?rev=376151&r1=376150&r2=376151&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_0/pom.xml (original)
+++ myfaces/maven/branches/1_0_0/pom.xml Wed Feb  8 18:26:44 2006
@@ -20,8 +20,18 @@
       </plugin>
     </plugins>
   </build>
+
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>Apache Maven Repository</name>
+      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+  </distributionManagement>
+
   <modules>
     <module>master-pom</module>
     <module>wagon-maven-plugin</module>
   </modules>
+  
 </project>