You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/01/23 20:57:40 UTC

svn commit: r737168 - /incubator/openwebbeans/trunk/pom.xml

Author: struberg
Date: Fri Jan 23 11:57:40 2009
New Revision: 737168

URL: http://svn.apache.org/viewvc?rev=737168&view=rev
Log:
OWB-53 add version to release target

Modified:
    incubator/openwebbeans/trunk/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=737168&r1=737167&r2=737168&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Fri Jan 23 11:57:40 2009
@@ -430,9 +430,9 @@
 
     <distributionManagement>
         <site>
-            <id>site.incubator</id>
-            <url>scp://people.apache.org/www/incubator.apache.org/openwebbeans/${project.artifactId}/</url>
-        </site>    
+            <id>apache.openwebbeans.site</id>
+            <url>scp://people.apache.org/www/incubator.apache.org/openwebbeans/${project.artifactId}/${project.version}</url>
+        </site>
     </distributionManagement>
       
 	<properties>