Files
getdown/ant/pom.xml
T
dependabot[bot] 6b4f609980 Bump ant from 1.10.9 to 1.10.11 in /ant
Bumps ant from 1.10.9 to 1.10.11.

---
updated-dependencies:
- dependency-name: org.apache.ant:ant
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 16:59:22 +00:00

29 lines
994 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8.7-SNAPSHOT</version>
</parent>
<artifactId>getdown-ant</artifactId>
<packaging>jar</packaging>
<name>Getdown Ant Task</name>
<description>An Ant task for building Getdown app distributions</description>
<dependencies>
<dependency>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.11</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>