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 12:08:38 UTC

svn commit: r1348001 - in /cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk: pom.xml src/changes/changes.xml

Author: ilgrosso
Date: Fri Jun  8 10:08:37 2012
New Revision: 1348001

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

Modified: cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/pom.xml?rev=1348001&r1=1348000&r2=1348001&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/pom.xml Fri Jun  8 10:08:37 2012
@@ -51,4 +51,18 @@
       <scope>provided</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-rcl-webapp-wrapper/tags/</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+    
+  </build>
 </project>

Modified: cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/src/changes/changes.xml?rev=1348001&r1=1348000&r2=1348001&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/src/changes/changes.xml (original)
+++ cocoon/subprojects/cocoon-rcl-webapp-wrapper/trunk/src/changes/changes.xml Fri Jun  8 10:08:37 2012
@@ -22,13 +22,18 @@
     |
     | @version $Id$
     +-->
-    <document>
-      <body>
-        <release version="1.0.0-M1" date="2007-??-??" description="unreleased">    
-          <action dev="reinhard" type="add">
-            Initial creation.
-          </action>      
-        </release>
-      </body>
-    </document>
+<document>
+  <body>
+    <release version="1.0.2" date="2012-06-08" descrition="released">
+      <action dev="ilgrosso" type="add">
+        Parent POM set to Cocoon 9.
+      </action>
+    </release>
+    <release version="1.0.0" date="2011-01-17" description="released">    
+      <action dev="reinhard" type="add">
+        Initial creation.
+      </action>      
+    </release>
+  </body>
+</document>
     
\ No newline at end of file