1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
maven-bundle-plugin (2.5.4-3) unstable; urgency=medium
* Team upload.
* Backported the fix for FELIX-4882 (Correctly use plugin annotations)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 14 Dec 2015 11:21:27 +0100
maven-bundle-plugin (2.5.4-2) unstable; urgency=medium
* Team upload.
* Upload to unstable
-- Emmanuel Bourg <ebourg@apache.org> Wed, 09 Dec 2015 10:13:07 +0100
maven-bundle-plugin (2.5.4-1) experimental; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
- Added a dependency on libfelix-utils-java
- Replaced the dependency on biz.aQute.bndlib with bndlib
- Ignore the apache-rat plugin
- Depend on maven-debian-helper >= 2.0
* Added runtime dependencies on maven-deploy-plugin and maven-install-plugin
(required by Maven 3)
* Build with the DH sequencer instead of CDBS
-- Emmanuel Bourg <ebourg@apache.org> Mon, 07 Dec 2015 12:24:26 +0100
maven-bundle-plugin (2.4.0-2) unstable; urgency=medium
* Team upload.
[ Emmanuel Bourg ]
* The date set in the DEB_CHANGELOG_DATETIME environment variable is now used
for the timestamp in the pom.properties file embedded in the jar files
generated by maven-bundle-plugin to make the builds reproducible.
* [ Markus Koschany ]
* Vcs-Browser: Use https.
* Upload to unstable.
-- Markus Koschany <apo@debian.org> Thu, 19 Nov 2015 17:25:21 +0100
maven-bundle-plugin (2.4.0-1) experimental; urgency=medium
* Team upload.
* New upstream release (Closes: #784173)
* Refresh patch: remove_bndlib_spring_support.diff.
* Set 2.1.0~ as minimum version for bnd dependency.
-- Miguel Landaeta <nomadium@debian.org> Wed, 03 Jun 2015 20:38:44 -0300
maven-bundle-plugin (2.3.7-2) unstable; urgency=medium
* Team upload.
* Added a switch to revert the ManifestPlugin class to the behaviour
of the version 2.3.5 if necessary (see #761548 and #761522).
* Refreshed the patches
* debian/control:
- Tightened the dependency on bnd (>= 1.50.0)
- Standards-Version updated to 3.9.6 (no changes)
-- Emmanuel Bourg <ebourg@apache.org> Fri, 03 Oct 2014 13:47:08 +0200
maven-bundle-plugin (2.3.7-1) unstable; urgency=medium
* Team upload.
[ Timo Aaltonen ]
* New upstream release.
- support_bnd_144.diff: dropped, obsolete
[ Emmanuel Bourg ]
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* debian/copyright: Updated the Format URI to 1.0
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
-- Timo Aaltonen <tjaalton@debian.org> Sat, 06 Sep 2014 11:20:59 +0300
maven-bundle-plugin (2.3.5-1) unstable; urgency=low
* New upstream release.
* d/patches/remove_bndlib_spring_support.diff: Refresh.
* d/patches/support_bnd_144.diff: Support for bnd >= 1.44.
* d/control: Build-Depends on bnd (>= 1.44.0)
* d/patches/support_plexus_utils_1_5.diff: Support old plexus-utils-1.5
as currently in Debian.
-- Damien Raude-Morvan <drazzib@debian.org> Wed, 26 Oct 2011 01:03:26 +0200
maven-bundle-plugin (2.3.4-4) unstable; urgency=low
* Build-Depends on libosgi-core-java instead of libequinox-osgi-java.
-- Damien Raude-Morvan <drazzib@debian.org> Thu, 06 Oct 2011 00:58:41 +0200
maven-bundle-plugin (2.3.4-3) unstable; urgency=low
* d/control: Fix FTBFS, add Build-Depends on libmaven-plugin-tools-java.
(Closes: #643542.)
-- Damien Raude-Morvan <drazzib@debian.org> Wed, 28 Sep 2011 18:11:36 +0200
maven-bundle-plugin (2.3.4-2) unstable; urgency=low
* d/control: Drop unneeded Build-Depends and rebuild
with fixed maven-debian-helper.
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 15 May 2011 00:06:35 +0200
maven-bundle-plugin (2.3.4-1) unstable; urgency=low
* Initial release (Closes: #624114).
-- Damien Raude-Morvan <drazzib@debian.org> Fri, 13 May 2011 22:36:23 +0200
|