This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git
commit d3fa05cc9a3ed9424d3a41b69b2fc02ef84a4368 Author: Jeffery Painter <[email protected]> AuthorDate: Wed Oct 3 15:06:23 2018 +0000 working with yaafi snapshot git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@1842731 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b3e14ab..3d0e7cc 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
