You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/08 09:30:27 UTC

svn commit: r792056 - in /excalibur/trunk: cornerstone/connection/api/pom.xml cornerstone/connection/impl/pom.xml parent/pom.xml

Author: rdonkin
Date: Wed Jul  8 07:30:27 2009
New Revision: 792056

URL: http://svn.apache.org/viewvc?rev=792056&view=rev
Log:
EXLBR-44 Switch to using common cornerstone version property https://issues.apache.org/jira/browse/EXLBR-44

Modified:
    excalibur/trunk/cornerstone/connection/api/pom.xml
    excalibur/trunk/cornerstone/connection/impl/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?rev=792056&r1=792055&r2=792056&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Wed Jul  8 07:30:27 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
   <artifactId>cornerstone-connection-api</artifactId>
-  <version>2.2.3-SNAPSHOT</version>
+  <version>${version.cornerstone}</version>
   <name>Cornerstone Connections API</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?rev=792056&r1=792055&r2=792056&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Wed Jul  8 07:30:27 2009
@@ -26,7 +26,7 @@
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
   <artifactId>cornerstone-connection-impl</artifactId>
   <name>Cornerstone Connections Implementation</name>
-  <version>2.2.3-SNAPSHOT</version>
+  <version>${version.cornerstone}</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=792056&r1=792055&r2=792056&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Wed Jul  8 07:30:27 2009
@@ -35,6 +35,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <version.avalon.framework>4.3.2-SNAPSHOT</version.avalon.framework>
         <version.containerkit>2.2.2-SNAPSHOT</version.containerkit>
+        <version.cornerstone>2.2.3-SNAPSHOT</version.cornerstone>
     </properties>
 
     <scm>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org