This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libfreemarker-java.
commit 7dcfdbe8038a9e7c940fc1e924ffa236b01d8ad5 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 30 15:26:20 2015 +0200 Updated debian/pom.xml --- debian/changelog | 1 + debian/pom.xml | 6 +++--- debian/rules | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3033a71..bfa1c01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libfreemarker-java (2.3.22-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches + - Updated debian/pom.xml - Removed the dependency on liblog4j1.2-java - New dependencies on findbugs, libcommons-io-java, libjetty8-java and liblogback-java diff --git a/debian/pom.xml b/debian/pom.xml index f10fc6a..0b9622e 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> - <version>7</version> + <version>9</version> </parent> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.20</version> + <version>2.3.22</version> <packaging>jar</packaging> @@ -23,7 +23,7 @@ <url>http://freemarker.org/</url> <licenses> <license> - <name>BSD-style license</name> + <name>Apache License, Version 2.0</name> <url>http://freemarker.org/LICENSE.txt</url> </license> </licenses> diff --git a/debian/rules b/debian/rules index 76beb5b..14b07d3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -POM_VERSION := 2.3.20 +POM_VERSION := 2.3.22 MAVEN_REPO := http://repo1.maven.org/maven2/ JAVA_HOME := /usr/lib/jvm/default-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libfreemarker-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

