You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2010/05/24 22:32:48 UTC

svn commit: r947796 - /maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml

Author: dennisl
Date: Mon May 24 20:32:48 2010
New Revision: 947796

URL: http://svn.apache.org/viewvc?rev=947796&view=rev
Log:
Downgrade version of doxia-decoration-model which was mistakenly auto-upgraded by the Release Plugin during the last release.

Modified:
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=947796&r1=947795&r2=947796&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Mon May 24 20:32:48 2010
@@ -95,7 +95,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-decoration-model</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.2</version>
     </dependency>
 
     <dependency>