You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/27 00:35:15 UTC

svn commit: r1450530 - /commons/dormant/transaction/trunk/pom.xml

Author: olamy
Date: Tue Feb 26 23:35:15 2013
New Revision: 1450530

URL: http://svn.apache.org/r1450530
Log:
configure site deployment

Modified:
    commons/dormant/transaction/trunk/pom.xml

Modified: commons/dormant/transaction/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/dormant/transaction/trunk/pom.xml?rev=1450530&r1=1450529&r2=1450530&view=diff
==============================================================================
--- commons/dormant/transaction/trunk/pom.xml (original)
+++ commons/dormant/transaction/trunk/pom.xml Tue Feb 26 23:35:15 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>14</version>
+    <version>28</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-transaction</groupId>
@@ -174,7 +174,15 @@
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>TRANSACTION</commons.jira.id>
     <commons.jira.pid>12310493</commons.jira.pid>
-  </properties> 
+  </properties>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-transaction/</url>
+    </site>
+  </distributionManagement>
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>