You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 12:43:45 UTC

[turbine-fulcrum-pool] 13/49: Use released versions

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 af9c640113a42c4ab52c8a46eb91abcc5ce9edf4
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Jun 21 18:41:44 2009 +0000

    Use released versions
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@787064 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e42931c..b714ea6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-factory</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
     </dependency>
     <!-- dependency>
       <groupId>commons-pool</groupId>