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 10:15:26 UTC

svn commit: r792063 - in /excalibur/trunk/cornerstone/store: api/pom.xml impl/pom.xml

Author: rdonkin
Date: Wed Jul  8 08:15:26 2009
New Revision: 792063

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

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

Modified: excalibur/trunk/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/api/pom.xml?rev=792063&r1=792062&r2=792063&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Wed Jul  8 08:15:26 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-api</artifactId>
-  <version>2.2.3-SNAPSHOT</version>
+  <version>${version.cornerstone}</version>
   <name>Cornerstone Store API</name>
   <inceptionYear>2001</inceptionYear>
   <dependencies>

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?rev=792063&r1=792062&r2=792063&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Wed Jul  8 08:15:26 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-impl</artifactId>
-  <version>2.2.3-SNAPSHOT</version>
+  <version>${version.cornerstone}</version>
   <name>Cornerstone Store Implementation</name>
   <dependencies>
     <dependency>



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