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
|
maven-compiler-plugin (3.2-5) unstable; urgency=medium
* Team upload.
* Ignore the apache-rat and enforcer plugins to fix the build failure
with Maven 3
* Build with the DH sequencer instead of CDBS
-- Emmanuel Bourg <ebourg@apache.org> Fri, 18 Dec 2015 08:40:56 +0100
maven-compiler-plugin (3.2-4) unstable; urgency=medium
* Team upload.
* Remove B-D on libplexus-compiler-1.0-java since is no longer necessary.
* Add explicit versioned dependency on libplexus-compiler-java (>= 2.2~).
(Closes: #787199).
-- Miguel Landaeta <nomadium@debian.org> Thu, 18 Jun 2015 20:54:37 -0300
maven-compiler-plugin (3.2-3) unstable; urgency=medium
* Team upload.
* Upload to unstable.
* Add B-D on libplexus-compiler-1.0-java to be able to build this package
with maven-compiler-plugin 2.5.1.
-- Miguel Landaeta <nomadium@debian.org> Sat, 23 May 2015 16:42:19 -0300
maven-compiler-plugin (3.2-2) experimental; urgency=medium
* Team upload.
* Fix FTBFS due to incorrect Maven artifacts usage.
-- Miguel Landaeta <nomadium@debian.org> Sat, 07 Mar 2015 22:01:10 -0300
maven-compiler-plugin (3.2-1) experimental; urgency=medium
* Team upload.
* New upstream release. (Closes: #710499).
* Moved the package to Git.
* Bump Standards-Version to 3.9.6. No changes were required.
* Drop unneeded patch d/patches/descriptor.patch.
* Update copyright file.
* Add B-D on:
- junit4
- libmockito-java
- libmaven-shared-utils-java
- libmaven-shared-incremental-java
-- Miguel Landaeta <nomadium@debian.org> Wed, 04 Mar 2015 18:16:54 -0300
maven-compiler-plugin (2.5.1-1) unstable; urgency=low
* Team upload.
* New upstream release
* Refreshed the patch
* debian/control:
- Depend on the new libplexus-compiler-java package
- Updated Standards-Version to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* Build depend on debhelper >= 9
* debian/copyright: Updated to the Copyright Format 1.0
* Documented the procedure to update the core Maven plugins in README.source
-- Emmanuel Bourg <ebourg@apache.org> Thu, 21 Nov 2013 17:55:23 +0100
maven-compiler-plugin (2.0.2-6) unstable; urgency=low
* Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
(Closes: #643543)
-- Torsten Werner <twerner@debian.org> Wed, 28 Sep 2011 21:40:34 +0200
maven-compiler-plugin (2.0.2-5) unstable; urgency=low
* Team upload.
* Switch to source format 3.0.
* Update Standards-Version: 3.9.1.
* Switch to debhelper compat level 7.
* Use Maven to build package. Ignore test failures.
* Add documentation package libmaven-compiler-plugin-java-doc.
-- Torsten Werner <twerner@debian.org> Sun, 21 Aug 2011 23:36:06 +0200
maven-compiler-plugin (2.0.2-4) unstable; urgency=low
* Upload to unstable.
-- Torsten Werner <twerner@debian.org> Sun, 09 Aug 2009 22:38:56 +0200
maven-compiler-plugin (2.0.2-3) experimental; urgency=low
* Fix groupId for maven-plugin-testing-harness dependency
in the Maven POM.
-- Ludovic Claude <ludovic.claude@laposte.net> Sun, 26 Jul 2009 16:03:18 +0100
maven-compiler-plugin (2.0.2-2) experimental; urgency=low
* Change section to java, bump up Standards-Version to 3.8.1
* Bump up debhelper to 6
* Add a Build-Depends-Indep dependency on maven-repo-helper
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
* Remove the patch for the POM as it's no longer needed
* Remove Depends on Java runtimes as it is a library
* Add a patch for the Plexus descriptor
-- Ludovic Claude <ludovic.claude@laposte.net> Tue, 19 May 2009 13:51:41 +0100
maven-compiler-plugin (2.0.2-1) unstable; urgency=low
* Initial release. (Closes: #508088)
-- Torsten Werner <twerner@debian.org> Thu, 04 Dec 2008 19:29:26 +0100
|