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 10:34:11 UTC

svn commit: r1347944 - in /cocoon/subprojects/cocoon-block-deployment/trunk: pom.xml src/changes/changes.xml

Author: ilgrosso
Date: Fri Jun  8 08:34:10 2012
New Revision: 1347944

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

Modified: cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml?rev=1347944&r1=1347943&r2=1347944&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml Fri Jun  8 08:34:10 2012
@@ -95,6 +95,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-block-deployment/tags/</tagBase>
+        </configuration>
+      </plugin>
+      
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>3.0</version>

Modified: cocoon/subprojects/cocoon-block-deployment/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-block-deployment/trunk/src/changes/changes.xml?rev=1347944&r1=1347943&r2=1347944&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-block-deployment/trunk/src/changes/changes.xml (original)
+++ cocoon/subprojects/cocoon-block-deployment/trunk/src/changes/changes.xml Fri Jun  8 08:34:10 2012
@@ -27,7 +27,13 @@
     <title>Changes Cocoon Block-Deployment</title>
   </properties>
   <body>
-    <release version="1.2.1-SNAPSHOT" date="2012-00-00" description="unreleased">
+    <release version="1.2.1-SNAPSHOT" date="2012-06-08" 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.1.0" date="2009-06-16" description="released.">
       <action dev="reinhard" type="add">