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 2015/12/07 15:38:19 UTC

svn commit: r1718381 - /turbine/core/trunk/pom.xml

Author: gk
Date: Mon Dec  7 14:38:19 2015
New Revision: 1718381

URL: http://svn.apache.org/viewvc?rev=1718381&view=rev
Log:
- fix groupId in yaafi 1.0.7 dependency (which is set to turbine instead of fulcrum for this version)

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1718381&r1=1718380&r2=1718381&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Mon Dec  7 14:38:19 2015
@@ -895,8 +895,9 @@
       <version>1.2.0</version>
       <type>jar</type>
     </dependency>
+    <!-- yaafi 1.0.7 is in group turbine, 1.0.8 will be in group fulcrum again (package ) -->
     <dependency>
-      <groupId>org.apache.fulcrum</groupId>
+      <groupId>org.apache.turbine</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
       <version>1.0.7</version>
       <type>jar</type>