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:52:56 UTC

svn commit: r792060 - in /excalibur/trunk/cornerstone/datasources: api/pom.xml impl/pom.xml

Author: rdonkin
Date: Wed Jul  8 07:52:55 2009
New Revision: 792060

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

Modified:
    excalibur/trunk/cornerstone/datasources/api/pom.xml
    excalibur/trunk/cornerstone/datasources/impl/pom.xml

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

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?rev=792060&r1=792059&r2=792060&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Wed Jul  8 07:52:55 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
   <artifactId>cornerstone-datasources-impl</artifactId>
-  <version>2.2.3-SNAPSHOT</version>
+  <version>${version.cornerstone}</version>
   <name>Cornerstone Datasources Implementation</name>
   <dependencies>
     <dependency>



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