svn commit: r1353402 - in /cocoon/subprojects/cocoon-servlet-service-impl/trunk: pom.xml src/changes/changes.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Mon Jun 25 06:56:34 2012
New Revision: 1353402
URL: http://svn.apache.org/viewvc?rev=1353402&view=rev
Log:
updating files for release
Modified:
cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml
cocoon/subprojects/cocoon-servlet-service-impl/trunk/src/changes/changes.xml
Modified: cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml?rev=1353402&r1=1353401&r2=1353402&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml Mon Jun 25 06:56:34 2012
@@ -40,7 +40,7 @@
<properties>
<docs.name>${project.name}</docs.name>
- <docs.version>1.2</docs.version>
+ <docs.version>1.3.1</docs.version>
<docs.urlRelativizer>../../../../../</docs.urlRelativizer>
</properties>
@@ -124,6 +124,14 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.2.2</version>
+ <configuration>
+ <tagBase>https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-servlet-service-impl/tags/</tagBase>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
Modified: cocoon/subprojects/cocoon-servlet-service-impl/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-servlet-service-impl/trunk/src/changes/changes.xml?rev=1353402&r1=1353401&r2=1353402&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-servlet-service-impl/trunk/src/changes/changes.xml (original)
+++ cocoon/subprojects/cocoon-servlet-service-impl/trunk/src/changes/changes.xml Mon Jun 25 06:56:34 2012
@@ -24,7 +24,13 @@
-->
<document>
<body>
- <release version="1.3.1-SNAPSHOT" date="2012-00-00" description="unreleased">
+ <release version="1.3.1" date="2012-06-25" description="released">
+ <action dev="ilgrosso" type="add">
+ Site docs included.
+ </action>
+ <action dev="ilgrosso" type="add">
+ Parent POM set to Cocoon 9.
+ </action>
</release>
<release version="1.2.0" date="2009-06-16" description="released">
<action dev="reinhard" type="add">