This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
apache-commons-launcher/commons-launcher-pom.patch
2010-12-08 11:44:33 +02:00

31 lines
937 B
Diff

--- pom.xml.orig 2010-04-21 12:02:56.000000000 +0300
+++ pom.xml 2010-12-08 11:41:04.149160219 +0200
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-launcher</groupId>
<artifactId>commons-launcher</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.1</version>
<name>Commons Launcher</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -77,18 +77,12 @@
<dependencies>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>ant</groupId>
- <artifactId>ant-optional</artifactId>
- <version>1.5.3-1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>