svn commit: r1347956 - in /cocoon/subprojects/cocoon-it-fw/trunk: pom.xml src/changes/changes.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Fri Jun 8 09:10:56 2012
New Revision: 1347956
URL: http://svn.apache.org/viewvc?rev=1347956&view=rev
Log:
Overriding the release plugin for setting the tag base in the correct repo location + updating changes before vote
Modified:
cocoon/subprojects/cocoon-it-fw/trunk/pom.xml
cocoon/subprojects/cocoon-it-fw/trunk/src/changes/changes.xml
Modified: cocoon/subprojects/cocoon-it-fw/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/pom.xml?rev=1347956&r1=1347955&r2=1347956&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-it-fw/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-it-fw/trunk/pom.xml Fri Jun 8 09:10:56 2012
@@ -98,4 +98,16 @@
<scope>compile</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.2.2</version>
+ <configuration>
+ <tagBase>https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-it-fw/tags/</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified: cocoon/subprojects/cocoon-it-fw/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/src/changes/changes.xml?rev=1347956&r1=1347955&r2=1347956&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-it-fw/trunk/src/changes/changes.xml (original)
+++ cocoon/subprojects/cocoon-it-fw/trunk/src/changes/changes.xml Fri Jun 8 09:10:56 2012
@@ -24,7 +24,10 @@
-->
<document>
<body>
- <release version="1.0.0-RC1-SNAPSHOT" date="2008-xx-xx" description="unreleased">
+ <release version="1.0.0" date="2012-06-08" description="released">
+ <action dev="ilgrosso" type="add">
+ Setting POM parent to Cocoon 9.
+ </action>
<action dev="reinhard" type="add">
Make the HTTP port of Jetty configureable.
The JettyStarterMojo can be configured by the parameter 'port'.