You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/02 18:24:35 UTC

svn commit: r1196712 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Wed Nov  2 17:24:35 2011
New Revision: 1196712

URL: http://svn.apache.org/viewvc?rev=1196712&view=rev
Log:
Update to commons parent 22 from 21.
Follow " -at- " convention for email entry.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1196712&r1=1196711&r2=1196712&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  2 17:24:35 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>21</version>
+    <version>22</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -98,7 +98,7 @@
     <developer>
       <name>Gary D. Gregory</name>
       <id>ggregory</id>
-      <email>ggregory@apache.org</email>
+      <email>ggregory -at- apache.org</email>
       <url>http://www.garygregory.com</url>
       <timezone>-5</timezone>
     </developer>
@@ -401,7 +401,8 @@
     </snapshotRepository>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/commons.apache.org/vfs</url>
+      <name>Apache Commons Site</name>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
     </site>
   </distributionManagement>