[pkg-java] r13255 - trunk/ivy/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Mon Feb 7 21:33:10 UTC 2011
Author: nomadium-guest
Date: 2011-02-07 21:33:10 +0000 (Mon, 07 Feb 2011)
New Revision: 13255
Modified:
trunk/ivy/debian/changelog
trunk/ivy/debian/pom.xml
trunk/ivy/debian/rules
Log:
* Update pom.xml to the latest version.
* Add mh_clean call in clean target.
Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog 2011-02-07 14:22:22 UTC (rev 13254)
+++ trunk/ivy/debian/changelog 2011-02-07 21:33:10 UTC (rev 13255)
@@ -1,11 +1,13 @@
ivy (2.2.0-1) UNRELEASED; urgency=low
* New upstream release.
+ * Update pom.xml to the latest version.
* Add Build-Depends and Suggests on libbcprov-java and libbcpg-java.
+ * Add mh_clean call in clean target.
* Bump Standards-Version to 3.9.1. No changes were required.
* Add myself to Uploaders.
- -- Miguel Landaeta <miguel at miguel.cc> Fri, 14 Jan 2011 20:14:38 -0430
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 06 Feb 2011 20:56:32 -0430
ivy (2.1.0-1) unstable; urgency=low
Modified: trunk/ivy/debian/pom.xml
===================================================================
--- trunk/ivy/debian/pom.xml 2011-02-07 14:22:22 UTC (rev 13254)
+++ trunk/ivy/debian/pom.xml 2011-02-07 21:33:10 UTC (rev 13255)
@@ -17,20 +17,45 @@
specific language governing permissions and limitations
under the License.
-->
-<!--
- Apache Maven 2 POM generated by Apache Ivy
- http://ant.apache.org/ivy/
- Apache Ivy version: non official version
--->
<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">
+ 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>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>7</version>
+ </parent>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
- <packaging>jar</packaging>
- <version>2.1.0</version>
+ <version>2.2.0</version>
+ <name>Apache Ivy</name>
<url>http://ant.apache.org/ivy/</url>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/ant/ivy/core/trunk/</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ant/ivy/core/trunk</developerConnection>
+ <url>http://svn.apache.org/repos/asf/ant/ivy/core/trunk</url>
+ </scm>
+ <mailingLists>
+ <mailingList>
+ <name>Ant/Ivy Developers List</name>
+ <subscribe>dev-subscribe at ant.apache.org</subscribe>
+ <unsubscribe>dev-unsubscribe at ant.apache.org</unsubscribe>
+ <post>dev at ant.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/ant-dev</archive>
+ </mailingList>
+ <mailingList>
+ <name>Ivy Users List</name>
+ <subscribe>ivy-user-subscribe at ant.apache.org</subscribe>
+ <unsubscribe>ivy-user-unsubscribe at ant.apache.org</unsubscribe>
+ <post>ivy-user at ant.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/ant-ivy-user</archive>
+ </mailingList>
+ </mailingLists>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/IVY</url>
+ </issueManagement>
<dependencies>
<dependency>
<groupId>ant</groupId>
@@ -75,6 +100,18 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpg-jdk14</artifactId>
+ <version>1.45</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ <version>1.45</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
@@ -83,7 +120,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: trunk/ivy/debian/rules
===================================================================
--- trunk/ivy/debian/rules 2011-02-07 14:22:22 UTC (rev 13254)
+++ trunk/ivy/debian/rules 2011-02-07 21:33:10 UTC (rev 13255)
@@ -22,6 +22,7 @@
clean::
-rm -rf debian/tmp
+ mh_clean
get-orig-source:
-uscan --force-download --rename
More information about the pkg-java-commits
mailing list