You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2009/05/03 21:34:06 UTC

svn commit: r771109 - in /turbine/fulcrum/trunk/testcontainer: NOTICE.txt pom.xml

Author: tv
Date: Sun May  3 19:34:06 2009
New Revision: 771109

URL: http://svn.apache.org/viewvc?rev=771109&view=rev
Log:
Prepare release

Added:
    turbine/fulcrum/trunk/testcontainer/NOTICE.txt
Modified:
    turbine/fulcrum/trunk/testcontainer/pom.xml

Added: turbine/fulcrum/trunk/testcontainer/NOTICE.txt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/NOTICE.txt?rev=771109&view=auto
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/NOTICE.txt (added)
+++ turbine/fulcrum/trunk/testcontainer/NOTICE.txt Sun May  3 19:34:06 2009
@@ -0,0 +1,6 @@
+Turbine Fulcrum Testcontainer
+Copyright 2002-2009 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=771109&r1=771108&r2=771109&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Sun May  3 19:34:06 2009
@@ -107,5 +107,10 @@
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
+  
+  <properties>
+    <fulcrum.release.version>1.0.6</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>
+  </properties>
 	
 </project>
\ No newline at end of file