svn commit: r1350508 - in /cocoon/subprojects/cocoon-spring-configurator/trunk: pom.xml src/changes/changes.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Fri Jun 15 07:49:17 2012
New Revision: 1350508
URL: http://svn.apache.org/viewvc?rev=1350508&view=rev
Log:
updating files for release
Modified:
cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml
cocoon/subprojects/cocoon-spring-configurator/trunk/src/changes/changes.xml
Modified: cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml?rev=1350508&r1=1350507&r2=1350508&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml Fri Jun 15 07:49:17 2012
@@ -172,6 +172,14 @@
<plugins>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.2.2</version>
+ <configuration>
+ <tagBase>https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-spring-configurator/tags/</tagBase>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
Modified: cocoon/subprojects/cocoon-spring-configurator/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-spring-configurator/trunk/src/changes/changes.xml?rev=1350508&r1=1350507&r2=1350508&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-spring-configurator/trunk/src/changes/changes.xml (original)
+++ cocoon/subprojects/cocoon-spring-configurator/trunk/src/changes/changes.xml Fri Jun 15 07:49:17 2012
@@ -24,10 +24,13 @@
-->
<document>
<body>
- <release version="2.2.1-SNAPSHOT" date="2012-00-00" description="unreleased">
+ <release version="2.2.1" date="2012-06-15" description="released">
<action dev="ilgrosso" type="fix" issue="COCOON3-69">
Add LogbackConfigurator enabling Logback support alongside with Log4j
- </action>
+ </action>
+ <action dev="ilgrosso" type="add">
+ Parent POM set to Cocoon 9.
+ </action>
</release>
<release version="2.1.0" date="2009-06-16" description="released">
<action dev="reinhard" type="add">