You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/11/04 23:40:21 UTC

svn commit: r1405658 - /maven/plugin-tools/trunk/pom.xml

Author: rfscholte
Date: Sun Nov  4 22:40:20 2012
New Revision: 1405658

URL: http://svn.apache.org/viewvc?rev=1405658&view=rev
Log:
Update QDox to 1.12.1

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

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1405658&r1=1405657&r2=1405658&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun Nov  4 22:40:20 2012
@@ -40,19 +40,6 @@
   <url>http://maven.apache.org/plugin-tools/</url>
   <inceptionYear>2004</inceptionYear>
 
-  <repositories>
-    <repository>
-      <id>Codehaus Snapshots (for QDox-1.12.1-SNAPSHOT)</id>
-      <url>http://nexus.codehaus.org/snapshots/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
   <mailingLists>
     <mailingList>
       <name>Maven User List</name>
@@ -299,7 +286,7 @@
       <dependency>
         <groupId>com.thoughtworks.qdox</groupId>
         <artifactId>qdox</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.12.1</version>
       </dependency>
 
       <dependency>