You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/08/27 17:09:55 UTC

svn commit: r1162371 - in /maven/sandbox/trunk/doxia/doxia-ide: ./ eclipse/ eclipse/features/ eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/ eclipse/plugins/ eclipse/plugins/org.apache.maven.doxia.ide.eclipse.apt.ui/ eclipse/plugins/org.a...

Author: bimargulies
Date: Sat Aug 27 15:09:54 2011
New Revision: 1162371

URL: http://svn.apache.org/viewvc?rev=1162371&view=rev
Log:
OK, one more time. Undo mess left by broken release plugin after crash of release:rollback.

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.apt.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.help/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/org.apache.maven.doxia.ide.eclipse.feature/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>features</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.features</groupId>
   <artifactId>default-feature</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Common Feature</name>
   <description>Eclipse IDE - Common Feature</description>
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/features/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>eclipse</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide</groupId>
   <artifactId>features</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Doxia Tools :: Eclipse IDE - Parent Features POM</name>
   <description>Eclipse IDE - Parent Features POM</description>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.apt.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.apt.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.apt.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.apt.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>apt-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - APT UI Plugin</name>
   <description>Eclipse IDE - APT UI Plugin</description>
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>common-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Common UI Plugin</name>
   <description>Eclipse IDE - Common UI Plugin</description>
   <dependencies>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>confluence-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Confluence UI Plugin</name>
   <description>Eclipse IDE - Confluence UI Plugin</description>
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>docbook-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Docbook UI Plugin</name>
   <description>Eclipse IDE - Docbook UI Plugin</description>
   <dependencies>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>fml-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Fml UI Plugin</name>
   <description>Eclipse IDE - Fml UI Plugin</description>
   <dependencies>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.help/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.help/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.help/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.help/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>help</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Help Plugin</name>
   <description>Eclipse IDE - Help Plugin</description>
   <dependencies>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>twiki-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Twiki UI Plugin</name>
   <description>Eclipse IDE - Twiki UI Plugin</description>
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>xdoc-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Xdoc UI Plugin</name>
   <description>Eclipse IDE - Xdoc UI Plugin</description>
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide.plugins</groupId>
   <artifactId>xhtml-ui</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <name>Doxia Tools :: Eclipse IDE - Xhtml UI Plugin</name>
   <description>Eclipse IDE - Xhtml UI Plugin</description>
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/plugins/pom.xml Sat Aug 27 15:09:54 2011
@@ -25,13 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia.ide</groupId>
     <artifactId>eclipse</artifactId>
-    <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide</groupId>
   <artifactId>plugins</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Doxia Tools :: Eclipse IDE - Parent Plugins POM</name>
   <description>Eclipse IDE - Parent Plugins POM</description>

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml Sat Aug 27 15:09:54 2011
@@ -30,11 +30,16 @@ under the License.
 
   <groupId>org.apache.maven.doxia.ide</groupId>
   <artifactId>eclipse</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Doxia Tools :: Eclipse IDE - Parent POM</name>
   <description>Parent POM for the defacto IDE for Doxia development</description>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide</url>
+  </scm>
 
   <prerequisites>
     <maven>2.0.9</maven>
@@ -273,6 +278,16 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
+	<plugin>
+	  <groupId>org.apache.maven.plugins</groupId>
+	  <artifactId>maven-release-plugin</artifactId>
+	  <version>2.2.1</version>
+	  <configuration>
+	    <tagBase>https://svn.apache.org/repos/asf/maven/sandbox/tags</tagBase>
+	    <branchBase>https://svn.apache.org/repos/asf/maven/sandbox/branches</branchBase>
+	    <autoVersionSubmodules>true</autoVersionSubmodules>
+	  </configuration>
+	</plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
@@ -598,9 +613,4 @@ The ${install.dir} doesn't exist. Please
     </profile>
   </profiles>
 
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia/eclipse-with-tycho/eclipse</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia/eclipse-with-tycho/eclipse</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia/eclipse-with-tycho/eclipse</url>
-  </scm>
 </project>

Modified: maven/sandbox/trunk/doxia/doxia-ide/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/pom.xml?rev=1162371&r1=1162370&r2=1162371&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/pom.xml Sat Aug 27 15:09:54 2011
@@ -26,34 +26,18 @@ under the License.
         <version>1.2</version>
     </parent>
     <artifactId>doxia-ide</artifactId>
-  <version>1.0-tycho-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Doxia :: IDE</name>
     <description>Doxia IDE integration</description>
     <packaging>pom</packaging>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia/eclipse-with-tycho</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia/eclipse-with-tycho</developerConnection>
-        <url>https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia/eclipse-with-tycho</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide</developerConnection>
+        <url>https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide</url>
     </scm>
     <modules>
         <!-- TODO -->
         <!--    <module>netbeans</module> -->
         <module>eclipse</module>
     </modules>
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.2.1</version>
-                    <configuration>
-                        <tagBase>https://svn.apache.org/repos/asf/maven/sandbox/tags/doxia</tagBase>
-                        <branchBase>https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia</branchBase>
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
 </project>