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

« back to all changes in this revision

Viewing changes to src/etc/poms/ant-netrexx/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:
26
26
    <groupId>org.apache.ant</groupId>
27
27
    <artifactId>ant-parent</artifactId>
28
28
    <relativePath>../pom.xml</relativePath>
29
 
    <version>1.7.0-SNAPSHOT</version>
 
29
    <version>1.7.1-SNAPSHOT</version>
30
30
  </parent>
31
31
  <modelVersion>4.0.0</modelVersion>
32
32
  <groupId>org.apache.ant</groupId>
33
33
  <artifactId>ant-netrexx</artifactId>
34
 
  <version>1.7.0-SNAPSHOT</version>
 
34
  <version>1.7.1-SNAPSHOT</version>
35
35
  <description>NetRexxC task
36
36
    dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</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
    <dependency>