You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/02/23 13:49:34 UTC

svn commit: r510931 - /myfaces/core/branches/jsf12/pom.xml

Author: matzew
Date: Fri Feb 23 04:49:34 2007
New Revision: 510931

URL: http://svn.apache.org/viewvc?view=rev&rev=510931
Log:
added dist. mgmnt

Modified:
    myfaces/core/branches/jsf12/pom.xml

Modified: myfaces/core/branches/jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=510931&r1=510930&r2=510931
==============================================================================
--- myfaces/core/branches/jsf12/pom.xml (original)
+++ myfaces/core/branches/jsf12/pom.xml Fri Feb 23 04:49:34 2007
@@ -66,4 +66,17 @@
          </plugin>
      </plugins>   
   </build>
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://minotaur.apache.org/www/incubator.apache.org/adffaces</url>
+    </site>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>apache-maven-snapshots</id>
+      <name>Apache Maven Snapshot Repository</name>
+      <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
 </project>