Author: sgoeschl
Date: Wed Nov 19 02:08:22 2008
New Revision: 718924

URL: http://svn.apache.org/viewvc?rev=718924&view=rev
Log:
That should fix the broken Gump build

Modified:
    turbine/fulcrum/trunk/yaafi-crypto/pom.xml
    turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml

Modified: turbine/fulcrum/trunk/yaafi-crypto/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/pom.xml?rev=718924&r1=718923&r2=718924&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/pom.xml Wed Nov 19 02:08:22 2008
@@ -20,9 +20,9 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <parent>
-    <groupId>fulcrum</groupId>
+    <groupId>org.apache.fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml?rev=718924&r1=718923&r2=718924&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml Wed Nov 19 02:08:22 
2008
@@ -24,9 +24,12 @@
   </properties>
 
   <body>
-    <release version="1.0.0" date="as in SVN">
+    <release version="1.0.6-SNAPSHOT" date="as in SVN">
+      <action dev="sgoeschl" type="update">
+        Using the official fulcrum-parent-1 pom.       
+      </action>
       <action dev="sgoeschl" type="add">
-        Moving the code out of YAAFI and make a standalone library
+        Moving the code out of YAAFI and make a standalone library.
       </action>
     </release>
   </body>


Reply via email to