You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/28 10:12:34 UTC

svn commit: r1075245 - /aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml

Author: zoe
Date: Mon Feb 28 09:12:33 2011
New Revision: 1075245

URL: http://svn.apache.org/viewvc?rev=1075245&view=rev
Log:
[maven-release-plugin] prepare release org.apache.aries.proxy-distro-0.8

Modified:
    aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml?rev=1075245&r1=1075244&r2=1075245&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml Mon Feb 28 09:12:33 2011
@@ -28,13 +28,13 @@
 	<groupId>org.apache.aries.proxy</groupId>
 	<artifactId>org.apache.aries.proxy-distro</artifactId>
 	<name>Proxy distribution</name>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
 	<packaging>pom</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-distro</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-distro</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-distro-0.8</url>
     </scm>
 
 
@@ -71,7 +71,7 @@
                   <configuration>
                   <tasks>
                   <!--
-                     <copy file="src/main/resources/proxy-module-source.zip" tofile="src/main/resources/flibble.zip"/>
+                     <copy file="src/main/resources/proxy-module-source.zip" tofile="src/main/resources/flibble.zip" />
                      -->
                      <unzip src="src/main/resources/proxy-module-source.zip" dest="src/main/resources/source" />
                   </tasks>