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:38 UTC

[turbine-fulcrum-pool] 06/49: Use release version 1.0.6 of YAAFI for test environment

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 58b5a91ef235eca6c4aa76cda9c15a556b676d32
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun May 3 18:55:34 2009 +0000

    Use release version 1.0.6 of YAAFI for test environment
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@771100 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 804a366..9a4abc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.7-SNAPSHOT</version>
+      <version>1.0.6</version>
       <scope>test</scope>
     </dependency>
   </dependencies>