Browse Source

1.1.3 is the version currently downloaded.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948555 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
96d124bbb1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/poms/ant-jai/pom.xml

+ 2
- 2
src/etc/poms/ant-jai/pom.xml View File

@@ -47,13 +47,13 @@
<dependency>
<groupId>javax.media</groupId>
<artifactId>jai-core</artifactId>
<version>1.1.2_01</version>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jai</groupId>
<artifactId>jai-codec</artifactId>
<version>1.1.2.1</version>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
</dependencies>


Loading…
Cancel
Save