You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2013/11/10 23:22:48 UTC

svn commit: r1540569 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

Author: olamy
Date: Sun Nov 10 22:22:47 2013
New Revision: 1540569

URL: http://svn.apache.org/r1540569
Log:
maven plugin release 2.2

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1540569&r1=1540568&r2=1540569&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Sun Nov 10 22:22:47 2013
@@ -378,14 +378,13 @@ Apache Tomcat. This release includes sec
 </p>
 
 </div>
-<h3 id="Tomcat_Maven_Plugin_2.1_Released">
-<span style="float: right;">2013-02-25</span> Tomcat Maven Plugin 2.1 Released</h3>
+<h3 id="Tomcat_Maven_Plugin_2.2_Released">
+<span style="float: right;">2013-11-11</span> Tomcat Maven Plugin 2.2 Released</h3>
 <div class="text">
 
 <p>
-The Apache Tomcat team is pleased to
-<a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/201302.mbox/%3CCAPoyBqQwb6wHOFnOn5Pd3BoQ-TsvYMu%2BYeAjxSzcZRaX2ZR-hw%40mail.gmail.com%3E">announce</a>
-the release of Tomcat Maven Plugin 2.1.
+The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.2.
+Changelog available <a href="http://tomcat.apache.org/maven-plugin-2.2/jira-report.html" target="_blank">here</a>.
 </p>
 
 <p>
@@ -403,7 +402,7 @@ version in your project's plugin configu
 <code>&lt;plugin&gt;
   &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
   &lt;artifactId&gt;tomcat7-maven-plugin&lt;/artifactId&gt;
-  &lt;version&gt;2.1&lt;/version&gt;
+  &lt;version&gt;2.2&lt;/version&gt;
 &lt;/plugin&gt;</code>
 </pre>
 </div>
@@ -415,7 +414,7 @@ version in your project's plugin configu
 <code>&lt;plugin&gt;
   &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
   &lt;artifactId&gt;tomcat6-maven-plugin&lt;/artifactId&gt;
-  &lt;version&gt;2.1&lt;/version&gt;
+  &lt;version&gt;2.2&lt;/version&gt;
 &lt;/plugin&gt;</code>
 </pre>
 </div>

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1540569&r1=1540568&r2=1540569&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Sun Nov 10 22:22:47 2013
@@ -133,11 +133,10 @@ Apache Tomcat. This release includes sec
 </p>
 </section>
 
-<section name="Tomcat Maven Plugin 2.1 Released" rtext="2013-02-25">
+<section name="Tomcat Maven Plugin 2.2 Released" rtext="2013-11-11">
 <p>
-The Apache Tomcat team is pleased to
-<a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/201302.mbox/%3CCAPoyBqQwb6wHOFnOn5Pd3BoQ-TsvYMu%2BYeAjxSzcZRaX2ZR-hw%40mail.gmail.com%3E">announce</a>
-the release of Tomcat Maven Plugin 2.1.
+The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.2.
+Changelog available <a href="http://tomcat.apache.org/maven-plugin-2.2/jira-report.html" target="_blank">here</a>.
 </p>
 <p>
 The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
@@ -150,13 +149,13 @@ version in your project's plugin configu
 <source><![CDATA[<plugin>
   <groupId>org.apache.tomcat.maven</groupId>
   <artifactId>tomcat7-maven-plugin</artifactId>
-  <version>2.1</version>
+  <version>2.2</version>
 </plugin>]]></source>
 <p>or</p>
 <source><![CDATA[<plugin>
   <groupId>org.apache.tomcat.maven</groupId>
   <artifactId>tomcat6-maven-plugin</artifactId>
-  <version>2.1</version>
+  <version>2.2</version>
 </plugin>]]></source>
 </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org