mirror of https://github.com/apache/maven.git
Update qdox dep to 1.6-SNAPSHOT to enable basic Java 5 syntax for (3rd party) plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430372 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9648df1259
commit
e06fd72099
|
@ -40,7 +40,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>qdox</groupId>
|
<groupId>qdox</groupId>
|
||||||
<artifactId>qdox</artifactId>
|
<artifactId>qdox</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.6-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue