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/10 21:33:17 UTC

svn commit: r793086 - in /excalibur/trunk: components/datasource/ components/monitor/ components/pool/impl/ components/pool/instrumented/ components/sourceresolve/ components/sourceresolve/api/ components/sourceresolve/avalon/ components/sourceresolve/...

Author: rdonkin
Date: Fri Jul 10 19:33:16 2009
New Revision: 793086

URL: http://svn.apache.org/viewvc?rev=793086&view=rev
Log:
EXLBR-44 Use property from parent pom for version https://issues.apache.org/jira/browse/EXLBR-44

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/components/pool/instrumented/pom.xml
    excalibur/trunk/components/sourceresolve/api/pom.xml
    excalibur/trunk/components/sourceresolve/avalon/pom.xml
    excalibur/trunk/components/sourceresolve/impl/pom.xml
    excalibur/trunk/components/sourceresolve/jnet/pom.xml
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/components/thread/instrumented/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Fri Jul 10 19:33:16 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-datasource</artifactId>
-  <version>2.2.3-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <name>Excalibur Datasource</name>
   <inceptionYear>2003</inceptionYear>
   <description>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Fri Jul 10 19:33:16 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-monitor</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <name>Excalibur Monitor</name>
   <inceptionYear>1997</inceptionYear>
   <description>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Pool Implementation</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <inceptionYear>1997</inceptionYear>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Pool Instrumented Implementation</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-instrumented</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur Pool Instrumented Implementation</description>
   <dependencies>

Modified: excalibur/trunk/components/sourceresolve/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/api/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/api/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/api/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Sourceresolve</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve-api</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>${version.sourceresolve}</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         A very common problem is resolving a source, which means finding a source using a URI. The source resolver of

Modified: excalibur/trunk/components/sourceresolve/avalon/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/avalon/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/avalon/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/avalon/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Sourceresolve</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve-avalon</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>${version.sourceresolve}</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     This package provides support for the Avalon framework.

Modified: excalibur/trunk/components/sourceresolve/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/impl/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/impl/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/impl/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Sourceresolve Implementation</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve-impl</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>${version.sourceresolve}</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         A very common problem is resolving a source, which means finding a source using a URI. The source resolver of

Modified: excalibur/trunk/components/sourceresolve/jnet/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/jnet/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/jnet/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/jnet/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Sourceresolve</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve-jnet</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>${version.sourceresolve}</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     This package allows to use SourceFactories through the java.net API.

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur Sourceresolve</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve</artifactId>
-  <version>2.2.4-SNAPSHOT</version>
+  <version>${version.sourceresolve}</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         A very common problem is resolving a source, which means finding a source using a URI. The source resolver of

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Fri Jul 10 19:33:16 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-store</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <name>Excalibur Store</name>
   <inceptionYear>1997</inceptionYear>
   <description>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Fri Jul 10 19:33:16 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <name>Excalibur Threads API</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads API</description>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Fri Jul 10 19:33:16 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <name>Excalibur Threads Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Implementation</description>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Fri Jul 10 19:33:16 2009
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-instrumented</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <name>Excalibur Threads Instrumented Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Instrumented Implementation</description>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Fri Jul 10 19:33:16 2009
@@ -26,7 +26,7 @@
   <name>Excalibur XML Utilities</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-xmlutil</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>${version.excalibur.component}</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators.

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=793086&r1=793085&r2=793086&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Fri Jul 10 19:33:16 2009
@@ -36,6 +36,8 @@
         <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>
+        <version.excalibur.component>2.2.3-SNAPSHOT</version.excalibur.component>
+        <version.sourceresolve>3.0-SNAPSHOT</version.sourceresolve>
     </properties>
 
     <scm>



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