You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2018/10/03 15:06:23 UTC

svn commit: r1842731 - /turbine/fulcrum/trunk/pool/pom.xml

Author: painter
Date: Wed Oct  3 15:06:23 2018
New Revision: 1842731

URL: http://svn.apache.org/viewvc?rev=1842731&view=rev
Log:
working with yaafi snapshot

Modified:
    turbine/fulcrum/trunk/pool/pom.xml

Modified: turbine/fulcrum/trunk/pool/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pool/pom.xml?rev=1842731&r1=1842730&r2=1842731&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pool/pom.xml (original)
+++ turbine/fulcrum/trunk/pool/pom.xml Wed Oct  3 15:06:23 2018
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-factory</artifactId>
-      <version>1.0.4</version>
+      <version>1.1.1-SNAPSHOT</version>
     </dependency>
     <!-- dependency>
       <groupId>commons-pool</groupId>
@@ -100,13 +100,13 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -137,4 +137,4 @@
     <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
   </properties>  
 	
-</project>
\ No newline at end of file
+</project>