You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2011/02/21 11:40:09 UTC

svn commit: r1072923 - in /aries/trunk/proxy: proxy-api/pom.xml proxy-impl/pom.xml

Author: not
Date: Mon Feb 21 10:40:08 2011
New Revision: 1072923

URL: http://svn.apache.org/viewvc?rev=1072923&view=rev
Log:
ARIES-579 Update the name in the pom which will update the Bundle-Name


Modified:
    aries/trunk/proxy/proxy-api/pom.xml
    aries/trunk/proxy/proxy-impl/pom.xml

Modified: aries/trunk/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-api/pom.xml?rev=1072923&r1=1072922&r2=1072923&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-api/pom.xml (original)
+++ aries/trunk/proxy/proxy-api/pom.xml Mon Feb 21 10:40:08 2011
@@ -26,7 +26,7 @@
 
     <artifactId>org.apache.aries.proxy.api</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Aries Proxy</name>
+    <name>Apache Aries Proxy API</name>
     <description>
         This bundle contains the Apache Aries Proxy service API.
     </description>

Modified: aries/trunk/proxy/proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-impl/pom.xml?rev=1072923&r1=1072922&r2=1072923&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-impl/pom.xml (original)
+++ aries/trunk/proxy/proxy-impl/pom.xml Mon Feb 21 10:40:08 2011
@@ -26,7 +26,7 @@
 
     <artifactId>org.apache.aries.proxy.impl</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Aries Proxy Implementation</name>
+    <name>Apache Aries Proxy Service</name>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </description>