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:25:05 UTC

svn commit: r792064 - in /excalibur/trunk/cornerstone/threads: api/pom.xml impl/pom.xml

Author: rdonkin
Date: Wed Jul  8 08:25:05 2009
New Revision: 792064

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

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

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

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



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