diff options
Diffstat (limited to 'src/etc/poms/ant-jai')
-rw-r--r-- | src/etc/poms/ant-jai/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml index fc77323cb..130e4fac6 100644 --- a/src/etc/poms/ant-jai/pom.xml +++ b/src/etc/poms/ant-jai/pom.xml @@ -27,12 +27,12 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.8.2</version> + <version>1.8.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ant</groupId> <artifactId>ant-jai</artifactId> - <version>1.8.2</version> + <version>1.8.3-SNAPSHOT</version> <name>Apache Ant + JAI</name> <description>image task and corresponding types. </description> @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.8.2</version> + <version>1.8.3-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> |