You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2010/03/18 23:17:13 UTC

svn commit: r925020 - in /turbine/fulcrum/trunk/cache: pom.xml xdocs/changes.xml

Author: sgoeschl
Date: Thu Mar 18 22:17:12 2010
New Revision: 925020

URL: http://svn.apache.org/viewvc?rev=925020&view=rev
Log:
Updating the M2 build to prepare a release ....

Modified:
    turbine/fulcrum/trunk/cache/pom.xml
    turbine/fulcrum/trunk/cache/xdocs/changes.xml

Modified: turbine/fulcrum/trunk/cache/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=925020&r1=925019&r2=925020&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Thu Mar 18 22:17:12 2010
@@ -27,7 +27,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>fulcrum-cache</artifactId>
-  <version>1.1.0</version>
+  <version>1.1.0-SNAPSHOT</version>
   <name>Fulcrum Cache</name>
   <inceptionYear>2004</inceptionYear>
   <description>Fulcrum Cache Service</description>
@@ -57,6 +57,15 @@
         <role>Java Developer</role>
       </roles>
     </developer>
+    <developer>
+      <name>Thomas Vandahl</name>
+      <id>tv</id>
+      <email>tv@apache.org</email>
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>    
   </developers>
 
   <dependencies>
@@ -68,7 +77,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>1.2.4</version>
+      <version>1.6.2</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -116,5 +125,11 @@
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
+
+  <properties>
+    <!-- This bits are used for the staging directory -->
+    <fulcrum.release.version>1.1.0</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>  
+  </properties>    
 	
 </project>

Modified: turbine/fulcrum/trunk/cache/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/xdocs/changes.xml?rev=925020&r1=925019&r2=925020&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/cache/xdocs/changes.xml Thu Mar 18 22:17:12 2010
@@ -24,8 +24,11 @@
   </properties>
 
   <body>
-    <release version="1.1" date="in Subversion">
-      <action type="update" dev="sgoeschl">
+    <release version="1.1.0" date="in Subversion">
+      <action type="update" dev="sgoeschl" date="2010-03-18">
+        Updating the M2 build.
+      </action>
+       <action type="update" dev="sgoeschl">
         Improved maven-1.1 build (default goal now in project.xml)
       </action>
       <action type="add" dev="sgoeschl">