You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/09/05 09:40:26 UTC

svn commit: r692367 - /continuum/trunk/continuum-docs/src/site/xdoc/release-notes.xml

Author: olamy
Date: Fri Sep  5 00:40:26 2008
New Revision: 692367

URL: http://svn.apache.org/viewvc?rev=692367&view=rev
Log:
update release note due to plugin groupId:artifactId change

Modified:
    continuum/trunk/continuum-docs/src/site/xdoc/release-notes.xml

Modified: continuum/trunk/continuum-docs/src/site/xdoc/release-notes.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/xdoc/release-notes.xml?rev=692367&r1=692366&r2=692367&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/xdoc/release-notes.xml (original)
+++ continuum/trunk/continuum-docs/src/site/xdoc/release-notes.xml Fri Sep  5 00:40:26 2008
@@ -17,7 +17,8 @@
       <li>build output directory</li>
     </ul>
   </p>
-
+<h4>Maven plugin groupId and artifactId change</h4>
+<p>Now the maven plugin has the new groupId:artifactId org.apache.continuum:continuum-maven-plugin</p>
 <h3>Changes in Continuum 1.2</h3>    
 <h2>        Bug
 </h2>
@@ -172,6 +173,8 @@
 </li>
 <li>[<a href='http://jira.codehaus.org/browse/CONTINUUM-1869'>CONTINUUM-1869</a>] -         Correct type of url variable in 'Connection to Continuum' section on 'Guide to use XML-RPC with Continuum' page
 </li>
+<li>[<a href='http://jira.codehaus.org/browse/CONTINUUM-1870'>CONTINUUM-1870</a>] -         changing groupId:artifactId of the maven plugin to org.apache.continuum:continuum-maven-plugin
+</li>
 </ul>
     
 <h2>        Improvement