You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by jh...@apache.org on 2007/04/25 19:54:15 UTC

svn commit: r532423 - /excalibur/trunk/components/datasource/pom.xml

Author: jheymans
Date: Wed Apr 25 10:54:14 2007
New Revision: 532423

URL: http://svn.apache.org/viewvc?view=rev&rev=532423
Log:
preparing for release -> 1) rolling back artifact versions and 2) setting the scope of pool-instrumented to provided, which is the only reason for this reason

Modified:
    excalibur/trunk/components/datasource/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?view=diff&rev=532423&r1=532422&r2=532423
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Wed Apr 25 10:54:14 2007
@@ -17,14 +17,14 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.apache.excalibur.components</groupId>
-    <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-datasource</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Excalibur Datasource</name>
   <inceptionYear>2003</inceptionYear>
   <description>
@@ -38,17 +38,17 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -66,31 +66,30 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
-      <scope>provided</scope>
+      <version>2.2.1</version>
     </dependency>
   </dependencies>
   <build>
@@ -100,7 +99,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>



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