~ubuntu-branches/ubuntu/maverick/ant/maverick

« back to all changes in this revision

Viewing changes to src/etc/poms/ant-swing/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-09-30 14:47:45 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080930144745-0x8uzivd9t15dua3
Tags: 1.7.1-0ubuntu1
* New upstream version (bug fix release).
  - mainly a bugfix release.
  - has extended support for Java6 features.
  - <script> now has support for JavaFX.
  - release notes: http://apache.linux-mirror.org/ant/README.html
* Remove debian/patches/05_ant-bug433444.patch. Obsoleted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    <groupId>org.apache.ant</groupId>
28
28
    <artifactId>ant-parent</artifactId>
29
29
    <relativePath>../pom.xml</relativePath>
30
 
    <version>1.7.0-SNAPSHOT</version>
 
30
    <version>1.7.1-SNAPSHOT</version>
31
31
  </parent>
32
32
  <modelVersion>4.0.0</modelVersion>
33
33
  <groupId>org.apache.ant</groupId>
34
34
  <artifactId>ant-swing</artifactId>
35
 
  <version>1.7.0-SNAPSHOT</version>
 
35
  <version>1.7.1-SNAPSHOT</version>
36
36
  <description>a listener and a splash task based on Swing</description>
37
37
  <dependencies>
38
38
    <dependency>
39
39
      <groupId>org.apache.ant</groupId>
40
40
      <artifactId>ant</artifactId>
41
 
      <version>1.7.0-SNAPSHOT</version>
 
41
      <version>1.7.1-SNAPSHOT</version>
42
42
      <scope>compile</scope>
43
43
    </dependency>
44
44
  </dependencies>