mirror of https://github.com/apache/archiva.git
Update to jpox 1.1.7
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@521889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
117d37e0f2
commit
1f49a7a514
|
@ -95,7 +95,7 @@
|
|||
<dependency>
|
||||
<groupId>jpox</groupId>
|
||||
<artifactId>jpox</artifactId>
|
||||
<version>1.1.6</version>
|
||||
<version>1.1.7</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<!-- targeting JDK 1.4 we don't need this -->
|
||||
|
@ -141,7 +141,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>jpox-maven-plugin</artifactId>
|
||||
<version>1.1.6</version>
|
||||
<version>1.1.7-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
Loading…
Reference in New Issue