You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/06/08 11:49:44 UTC

svn commit: r1347984 - in /cocoon/subprojects/cocoon-configuration-api/trunk: pom.xml src/changes/changes.xml

Author: ilgrosso
Date: Fri Jun  8 09:49:44 2012
New Revision: 1347984

URL: http://svn.apache.org/viewvc?rev=1347984&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-configuration-api/trunk/pom.xml
    cocoon/subprojects/cocoon-configuration-api/trunk/src/changes/changes.xml

Modified: cocoon/subprojects/cocoon-configuration-api/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-configuration-api/trunk/pom.xml?rev=1347984&r1=1347983&r2=1347984&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-configuration-api/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-configuration-api/trunk/pom.xml Fri Jun  8 09:49:44 2012
@@ -61,6 +61,14 @@
 
     <plugins>
       <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.2.2</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-configuration-api/tags/</tagBase>
+        </configuration>
+      </plugin>
+      
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>3.0</version>

Modified: cocoon/subprojects/cocoon-configuration-api/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-configuration-api/trunk/src/changes/changes.xml?rev=1347984&r1=1347983&r2=1347984&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-configuration-api/trunk/src/changes/changes.xml (original)
+++ cocoon/subprojects/cocoon-configuration-api/trunk/src/changes/changes.xml Fri Jun  8 09:49:44 2012
@@ -25,7 +25,13 @@
   -->
 <document>
   <body>
-    <release version="1.1.0-SNAPSHOT" date="2008-??-??">
+    <release version="1.0.3" date="2012-06-08" descrition="released">
+      <action dev="ilgrosso" type="add">
+        Site docs included.
+      </action>
+      <action dev="ilgrosso" type="add">
+        Parent POM set to Cocoon 9.
+      </action>
       <action dev="gkossakowski" type="update">
         Java 5 as minimum requirement.
       </action>