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 419515ce93fa22946fd09c1b8de3262a663ced68 Author: Thomas Vandahl <[email protected]> AuthorDate: Fri Mar 27 14:10:08 2009 +0000 Use current snapshot dependency (1.0.7) for fulcrum-yaafi git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@759142 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b3de2ce..804a366 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <distributionManagement> <site> - <id>fulcrum.website</id> + <id>apache.website</id> <name>Fulcrum Website</name> <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-pool/</url> </site> @@ -89,6 +89,12 @@ <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.4</version> + <optional>true</optional> + </dependency> + <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-testcontainer</artifactId> <version>1.0.6-SNAPSHOT</version> @@ -97,7 +103,7 @@ <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-yaafi</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies>
