You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2006/12/30 21:12:18 UTC

svn commit: r491301 - /velocity/site/pom.xml

Author: henning
Date: Sat Dec 30 12:12:18 2006
New Revision: 491301

URL: http://svn.apache.org/viewvc?view=rev&rev=491301
Log:
Update Apache Information.


Modified:
    velocity/site/pom.xml

Modified: velocity/site/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/pom.xml?view=diff&rev=491301&r1=491300&r2=491301
==============================================================================
--- velocity/site/pom.xml (original)
+++ velocity/site/pom.xml Sat Dec 30 12:12:18 2006
@@ -49,12 +49,36 @@
 
   <licenses>
     <license>
-      <name>Apache 2</name>
-       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-       <distribution>repo</distribution>
-       <comments>The Apache Software License 2.0</comments>
-     </license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
   </licenses>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
+  <distributionManagement>
+    <!-- Site omitted - each project must provide their own -->
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
 
   <developers>
     <developer>