You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/04/19 21:26:04 UTC

svn commit: r1328084 - in /commons/proper/chain/trunk: apps/cookbook-examples/pom.xml src/changes/changes.xml

Author: simonetripodi
Date: Thu Apr 19 19:26:03 2012
New Revision: 1328084

URL: http://svn.apache.org/viewvc?rev=1328084&view=rev
Log:
[CHAIN-68] SNAPSHOT tomcat plugin breaks the build - patch provided by Elijah Zupancic

Modified:
    commons/proper/chain/trunk/apps/cookbook-examples/pom.xml
    commons/proper/chain/trunk/src/changes/changes.xml

Modified: commons/proper/chain/trunk/apps/cookbook-examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/apps/cookbook-examples/pom.xml?rev=1328084&r1=1328083&r2=1328084&view=diff
==============================================================================
--- commons/proper/chain/trunk/apps/cookbook-examples/pom.xml (original)
+++ commons/proper/chain/trunk/apps/cookbook-examples/pom.xml Thu Apr 19 19:26:03 2012
@@ -74,10 +74,10 @@
       <plugin>
         <groupId>org.apache.tomcat.maven</groupId>
         <artifactId>tomcat7-maven-plugin</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-1</version>
         <configuration>
           <!-- http port -->
-          <port>9091</port>
+          <port>8080</port>
           <path>/</path>
         </configuration>
       </plugin>

Modified: commons/proper/chain/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1328084&r1=1328083&r2=1328084&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/changes/changes.xml (original)
+++ commons/proper/chain/trunk/src/changes/changes.xml Thu Apr 19 19:26:03 2012
@@ -40,6 +40,9 @@ The <action> type attribute can be add,u
   <body>
 
     <release version="2.0" description="Major release">
+      <action dev="simonetripodi" type="add" issue="CHAIN-68" due-to="Elijah Zupancic">
+        SNAPSHOT tomcat plugin breaks the build
+      </action>
       <action dev="simonetripodi" type="add" issue="CHAIN-67" due-to="Elijah Zupancic">
         Refactor of explicit Exception throws to a RuntimeException type
       </action>