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 13:19:08 UTC

[turbine-fulcrum-factory] 06/49: Use current snapshot dependency (1.0.7) for fulcrum-yaafi

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-factory.git

commit 7464fea44fda659595b4849cfa8a0ad67b902c66
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Fri Mar 27 14:08:59 2009 +0000

    Use current snapshot dependency (1.0.7) for fulcrum-yaafi
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/factory@759141 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dad627a..f6747ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,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>