~ubuntu-branches/ubuntu/utopic/ant/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-09 11:46:04 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140509114604-3h26sbqgjef3jln4
Tags: 1.9.4-1
* New upstream release
  - Refreshed the patches
  - Removed the patch for #735786 (Fixed upstream)

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.9.3-SNAPSHOT</version>
 
29
    <version>1.9.4-SNAPSHOT</version>
30
30
  </parent>
31
31
  <modelVersion>4.0.0</modelVersion>
32
32
  <url>http://ant.apache.org/</url>  
33
33
  <groupId>org.apache.ant</groupId>
34
34
  <artifactId>ant-apache-xalan2</artifactId>
35
 
  <version>1.9.3-SNAPSHOT</version>
 
35
  <version>1.9.4-SNAPSHOT</version>
36
36
  <name>Apache Ant + Xalan 2</name>
37
37
  <description>contains Xalan2-specific features</description>
38
38
  <dependencies>
39
39
    <dependency>
40
40
      <groupId>org.apache.ant</groupId>
41
41
      <artifactId>ant</artifactId>
42
 
      <version>1.9.3-SNAPSHOT</version>
 
42
      <version>1.9.4-SNAPSHOT</version>
43
43
      <scope>compile</scope>
44
44
    </dependency>
45
45
    <dependency>