Author: tv
Date: Wed Sep 25 08:12:42 2013
New Revision: 1526128
URL: http://svn.apache.org/r1526128
Log:
Update Turbine Parent POM to version 3
Modified:
turbine/core/trunk/pom.xml
turbine/core/trunk/src/changes/changes.xml
Modified: turbine/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1526128&r1=1526127&r2=1526128&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Wed Sep 25 08:12:42 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>2</version>
+ <version>3</version>
</parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine</artifactId>
@@ -923,8 +923,7 @@
</profiles>
<properties>
- <turbine.surefire.version>2.12.4</turbine.surefire.version>
- <turbine.surefire-report.version>2.12.4</turbine.surefire-report.version>
+ <turbine.site.path>turbine/development/turbine-4.0</turbine.site.path>
</properties>
</project>
Modified: turbine/core/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/src/changes/changes.xml?rev=1526128&r1=1526127&r2=1526128&view=diff
==============================================================================
--- turbine/core/trunk/src/changes/changes.xml (original)
+++ turbine/core/trunk/src/changes/changes.xml Wed Sep 25 08:12:42 2013
@@ -25,6 +25,9 @@
<body>
<release version="4.0-M2" date="in Subversion">
+ <action type="update" dev="tv">
+ Update Turbine Parent POM to version 3
+ </action>
<action type="add" dev="tv">
Add Annotation @TurbineLoader to inject a loader
instance into objects.