This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lombok.
commit f441c7892256bbb4e3bc1cee1e2e9b7987973929 Author: Markus Koschany <[email protected]> Date: Fri Apr 1 21:12:00 2016 +0200 Change lombok version to 1.16.8. --- debian/lombok-pom.xml | 4 ++-- debian/lombok-utils.pom.xml | 4 ++-- debian/rules | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/lombok-pom.xml b/debian/lombok-pom.xml index 84976f7..74758b0 100644 --- a/debian/lombok-pom.xml +++ b/debian/lombok-pom.xml @@ -3,7 +3,7 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <packaging>jar</packaging> - <version>1.16.6</version> + <version>1.16.8</version> <name>Project Lombok</name> <url>https://projectlombok.org</url> <description>Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!</description> @@ -43,4 +43,4 @@ <timezone>+1</timezone> </developer> </developers> -</project> \ No newline at end of file +</project> diff --git a/debian/lombok-utils.pom.xml b/debian/lombok-utils.pom.xml index 68c7419..1bff90d 100644 --- a/debian/lombok-utils.pom.xml +++ b/debian/lombok-utils.pom.xml @@ -3,7 +3,7 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok-utils</artifactId> <packaging>jar</packaging> - <version>1.16.6</version> + <version>1.16.8</version> <name>Project Lombok</name> <url>https://projectlombok.org</url> <description>Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!</description> @@ -43,4 +43,4 @@ <timezone>+1</timezone> </developer> </developers> -</project> \ No newline at end of file +</project> diff --git a/debian/rules b/debian/rules index aa534a3..15a2504 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ override_dh_auto_clean: override_dh_auto_build: ant -Dbasedir=$(CURDIR) \ - -Dlombok.version=1.16.6 \ + -Dlombok.version=1.16.8 \ dist dist-utils javadoc override_jh_linkjars: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

