[Git][java-team/maven-bundle-plugin][master] 5 commits: Generate Java 8 compatible bytecode

Emmanuel Bourg gitlab at salsa.debian.org
Wed Sep 5 10:51:59 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-bundle-plugin


Commits:
9fbd92e7 by Emmanuel Bourg at 2018-09-05T09:45:46Z
Generate Java 8 compatible bytecode

- - - - -
08d9f8fb by Emmanuel Bourg at 2018-09-05T09:45:52Z
Standards-Version updated to 4.2.1

- - - - -
c4b363fb by Emmanuel Bourg at 2018-09-05T09:46:59Z
Wrap and sort

- - - - -
02c3e26c by Emmanuel Bourg at 2018-09-05T09:48:27Z
Replaced Damien Raude-Morvan as the uploader

- - - - -
8d53d5f7 by Emmanuel Bourg at 2018-09-05T09:48:47Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/maven.properties


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+maven-bundle-plugin (3.5.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Generate Java 8 compatible bytecode
+  * Standards-Version updated to 4.2.1
+  * Replaced Damien Raude-Morvan as the uploader
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 05 Sep 2018 11:48:32 +0200
+
 maven-bundle-plugin (3.5.1-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -2,33 +2,40 @@ Source: maven-bundle-plugin
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 11), default-jdk-headless, maven-debian-helper (>= 2.0~)
-Build-Depends-Indep: bnd (>= 3.5.0),
-                     junit4,
-                     libfelix-bundlerepository-java,
-                     libfelix-osgi-obr-java,
-                     libfelix-utils-java,
-                     libjdom1-java,
-                     libkxml2-java,
-                     libmaven-archiver-java,
-                     libmaven-dependency-tree-java,
-                     libmaven-plugin-tools-java,
-                     libmaven-reporting-api-java,
-                     libmaven3-core-java,
-                     libosgi-compendium-java,
-                     libosgi-core-java,
-                     libplexus-archiver-java,
-                     libplexus-container-default1.5-java,
-                     libplexus-utils2-java
-Standards-Version: 4.1.5
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ bnd (>= 3.5.0),
+ debhelper (>= 11),
+ default-jdk-headless,
+ junit4,
+ libfelix-bundlerepository-java,
+ libfelix-osgi-obr-java,
+ libfelix-utils-java,
+ libjdom1-java,
+ libkxml2-java,
+ libmaven-archiver-java,
+ libmaven-dependency-tree-java,
+ libmaven-plugin-tools-java,
+ libmaven-reporting-api-java,
+ libmaven3-core-java,
+ libosgi-compendium-java,
+ libosgi-core-java,
+ libplexus-archiver-java,
+ libplexus-container-default1.5-java,
+ libplexus-utils2-java,
+ maven-debian-helper (>= 2.0~)
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/maven-bundle-plugin.git
 Vcs-Browser: https://salsa.debian.org/java-team/maven-bundle-plugin
 Homepage: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
 
 Package: libmaven-bundle-plugin-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}, libmaven-deploy-plugin-java, libmaven-install-plugin-java
+Depends:
+ libmaven-deploy-plugin-java,
+ libmaven-install-plugin-java,
+ ${maven:Depends},
+ ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: Maven plugin to handle artifact OSGi metadata
  Maven is a software project management and comprehension tool.
@@ -40,4 +47,4 @@ Description: Maven plugin to handle artifact OSGi metadata
  (JAR, WAR). It manage a new type of packaging "bundle" in your POM.
  .
  This plugin depends on Felix Bundle Repository and BND for low-level
- handling of metadata.
\ No newline at end of file
+ handling of metadata.


=====================================
debian/maven.properties
=====================================
@@ -1,2 +1,4 @@
 # Include here properties to pass to Maven during the build.
 maven.test.skip=true
+
+maven.compiler.release=8



View it on GitLab: https://salsa.debian.org/java-team/maven-bundle-plugin/compare/8a6c1363fdf603d18e12510307a76023c11ef540...8d53d5f7034a3f8168978cdd996475943a7ec584

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-bundle-plugin/compare/8a6c1363fdf603d18e12510307a76023c11ef540...8d53d5f7034a3f8168978cdd996475943a7ec584
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180905/0b649052/attachment.html>


More information about the pkg-java-commits mailing list