Skip to content
Commits on Source (4)
httpcomponents-client (4.5.6-2) unstable; urgency=medium
* Team upload.
* Generate Java 7 compatible bytecode (Closes: #918705)
* Standards-Version updated to 4.3.0
-- Emmanuel Bourg <ebourg@apache.org> Fri, 11 Jan 2019 14:10:54 +0100
httpcomponents-client (4.5.6-1) unstable; urgency=medium
* Team upload.
......
......@@ -9,8 +9,6 @@ Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper,
maven-debian-helper
Build-Depends-Indep:
junit,
libbuild-helper-maven-plugin-java (>= 1.8),
libcommons-codec-java,
......@@ -18,8 +16,9 @@ Build-Depends-Indep:
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmockito-java
Standards-Version: 4.2.0
libmockito-java,
maven-debian-helper
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/httpcomponents-client.git
Vcs-Browser: https://salsa.debian.org/java-team/httpcomponents-client
Homepage: http://hc.apache.org/httpcomponents-client-ga/index.html
......
maven.compiler.release=7
maven.test.skip=true
project.build.sourceEncoding=ISO-8859-1