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/23 18:29:50 UTC

svn commit: r1073841 - in /aries/branches/experimental-release-by-module/proxy: pom.xml proxy-api/pom.xml proxy-impl/pom.xml proxy-parent/pom.xml

Author: zoe
Date: Wed Feb 23 17:29:49 2011
New Revision: 1073841

URL: http://svn.apache.org/viewvc?rev=1073841&view=rev
Log:
more pom changes

Modified:
    aries/branches/experimental-release-by-module/proxy/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/pom.xml?rev=1073841&r1=1073840&r2=1073841&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/pom.xml Wed Feb 23 17:29:49 2011
@@ -26,6 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>proxy-group</artifactId>
+    <name>Apache Aries Proxy Group</name>
     <packaging>pom</packaging>
 
     <description>
@@ -33,9 +34,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/proxy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/proxy</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/proxy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/experimental-release-by-module/proxy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/experimental-release-by-module/proxy</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/experimental-release-by-module/proxy</url>
     </scm>
     
     <modules>
@@ -52,7 +53,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0</version>
+                    <version>2.1</version>
                     <configuration>
                         <autoVersionSubmodules>false</autoVersionSubmodules>
                         <useReleaseProfile>false</useReleaseProfile>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml?rev=1073841&r1=1073840&r2=1073841&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml Wed Feb 23 17:29:49 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>
     <version>0.3</version>
     <description>
         This bundle contains the Apache Aries Proxy service API.

Modified: aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml?rev=1073841&r1=1073840&r2=1073841&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml Wed Feb 23 17:29:49 2011
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.proxy.impl</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Implementation</name>
-        <version>0.4-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </description>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml?rev=1073841&r1=1073840&r2=1073841&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml Wed Feb 23 17:29:49 2011
@@ -35,12 +35,6 @@
        A common proxy class generation service that can be used by blueprint and jndi and others.
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/proxy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/proxy</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/proxy</url>
-    </scm>
-    
     <dependencyManagement>
         <dependencies>
             <!-- internal dependencies -->
@@ -57,7 +51,7 @@
             <dependency>
             	<groupId>org.apache.aries.proxy</groupId>
             	<artifactId>org.apache.aries.proxy.impl</artifactId>
-            	<version>0.4-SNAPSHOT</version>
+            	<version>0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
             	<groupId>org.apache.aries.proxy</groupId>
@@ -102,22 +96,5 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0</version>
-                    <configuration>
-                        <autoVersionSubmodules>false</autoVersionSubmodules>
-                        <useReleaseProfile>false</useReleaseProfile>
-                        <goals>deploy</goals>
-                        <arguments>-Papache-release -DskipTests=true</arguments>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
 </project>