Update QDox to 1.12.1
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1405658 13f79535-47bb-0310-9956-ffa450edef68master
parent
404009701f
commit
1a3ad06e35
15
pom.xml
15
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue