You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2012/06/22 04:01:25 UTC

svn commit: r1352755 - /aries/branches/org.apache.aries.proxy-0.4.1/pom.xml

Author: dkulp
Date: Fri Jun 22 02:01:25 2012
New Revision: 1352755

URL: http://svn.apache.org/viewvc?rev=1352755&view=rev
Log:
Update pom for fixes

Modified:
    aries/branches/org.apache.aries.proxy-0.4.1/pom.xml

Modified: aries/branches/org.apache.aries.proxy-0.4.1/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/org.apache.aries.proxy-0.4.1/pom.xml?rev=1352755&r1=1352754&r2=1352755&view=diff
==============================================================================
--- aries/branches/org.apache.aries.proxy-0.4.1/pom.xml (original)
+++ aries/branches/org.apache.aries.proxy-0.4.1/pom.xml Fri Jun 22 02:01:25 2012
@@ -29,15 +29,15 @@
     <artifactId>org.apache.aries.proxy</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Bundle</name>
-    <version>0.4</version>
+    <version>0.4.1-SNAPSHOT</version>
     <description>
         This bundle contains the Apache Aries Proxy Service.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-0.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-0.4</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-0.4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/org.apache.aries.proxy-0.4.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/org.apache.aries.proxy-0.4.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/org.apache.aries.proxy-0.4.1</url>
     </scm>
 
 
@@ -74,7 +74,7 @@
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.impl</artifactId>
-            <version>0.4</version>
+            <version>0.4.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>