File: changelog

package info (click to toggle)
maven-plugin-tools 3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,108 kB
  • ctags: 1,460
  • sloc: java: 9,814; xml: 4,209; sh: 13; makefile: 4
file content (144 lines) | stat: -rw-r--r-- 5,301 bytes parent folder | download
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
maven-plugin-tools (3.3-5) unstable; urgency=medium

  * Team upload.
  * Removed 06-plexus-component-metadata-version.patch
  * Depend on libbsh-java instead of bsh
  * Depend on libasm-java (>= 5.0) instead of libasm4-java
  * Removed the unused build dependency on libclassworlds-java
  * Standards-Version updated to 3.9.7 (no changes)
  * Use secure Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 24 Apr 2016 20:03:11 +0200

maven-plugin-tools (3.3-4) unstable; urgency=medium

  * Team upload.
  * Build with maven-debian-helper
  * Backported the fix for MPLUGIN-238 (HelpMojo fails when using
    java-annotations without any configuration)
  * Converted debian/copyright to the Copyright Format 1.0
  * Removed 01-maven2-api-compatibility.patch
  * Removed 02-plexus-archiver1-compatibility.patch and require
    libplexus-archiver-java (>= 2.0)
  * Removed 03-plexus-utils2-compatibility.patch
  * Removed the unused build dependency on libguava-java

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 28 Jan 2016 10:11:51 +0100

maven-plugin-tools (3.3-3) unstable; urgency=medium

  * Team upload.
  * Replaced the @Component annotation with @Parameter for the 'project' field
    in PluginReport to fix a build failure (Closes: #796445)

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 30 Oct 2015 14:58:30 +0100

maven-plugin-tools (3.3-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable

  [ Reiner Herrmann ]
  * Removed the date from the plugin descriptor to make the build reproducible
    (Closes: #784265)

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 06 May 2015 19:21:46 +0200

maven-plugin-tools (3.3-1) experimental; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Replaced the dependency on libasm3-java with libasm4-java
    - Bumped the version of modello to 1.1.0 for plugin-metadata.mdo
      in debian/build.xml
    - Refreshed the plugin descriptor debian/plugin.xml
  * Moved the package to Git
  * Standards-Version updated to 3.9.6 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 16 Mar 2015 09:59:32 +0100

maven-plugin-tools (3.2-2) unstable; urgency=low

  * Team upload.
  * Add dependency on libasm3-java. (Closes: #729771)

 -- tony mancill <tmancill@debian.org>  Mon, 02 Dec 2013 22:28:29 -0800

maven-plugin-tools (3.2-1) unstable; urgency=low

  * Team upload.
  * New upstream release (Closes: #691932)
    - Added patches to remain compatible with the versions of plexus-archiver
      and plexus-utils in Debian
    - Install the news artifacts: maven-plugin-annotations,
      maven-plugin-tools-annotations, maven-plugin-tools-generators,
      maven-script-ant and maven-script-beanshell
    - Refreshed the plugin descriptor debian/plugin.xml
  * Use XZ compression for the upstream tarball
  * debian/control: Updated Standards-Version to 3.9.5 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 04 Nov 2013 17:55:38 +0100

maven-plugin-tools (2.8-3) unstable; urgency=low

  * Team upload.
  * debian/control:
    - Replaced libgoogle-collections-java with libguava-java as a build 
      dependency (required by the modello task of maven-ant-helper)
    - Tightened the versioned dependency on maven-ant-helper
    - Updated Standards-Version to 3.9.4 (no changes)
    - Use canonical URLs for the Vcs-* fields
  * debian/rules: Added a clean target to allow rebuilds
  * Build depend on debhelper >= 9

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 11 Sep 2013 17:46:07 +0200

maven-plugin-tools (2.8-2) unstable; urgency=low

  * Team upload.
  * Switch to default-jdk. (Closes: #643548).

 -- Miguel Landaeta <miguel@miguel.cc>  Thu, 29 Sep 2011 20:52:34 -0430

maven-plugin-tools (2.8-1) unstable; urgency=low

  * Team upload.
  * New upstream release. (Closes: #637213).
  * Switch to source format 3.0 (quilt).
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Remove unnecessary Build-Depends on quilt.
  * Drop unnecessary patches already applied by upstream.

 -- Miguel Landaeta <miguel@miguel.cc>  Sun, 14 Aug 2011 13:16:31 -0430

maven-plugin-tools (2.5-2) unstable; urgency=low

  * Upload to unstable.

 -- Torsten Werner <twerner@debian.org>  Fri, 14 Aug 2009 15:11:15 +0200

maven-plugin-tools (2.5-1) experimental; urgency=low

  * New upstream version, add myself to Uploaders
  * Change section to java, bump up Standards-Version to 3.8.1
  * Remove the dependency on java runtimes as it is a library.
  * Remove the recursive dependency on libmaven-plugin-tools-java, 
    it's not needed
  * 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 POMs as it's no longer needed, use another patch
    to ignore old artifacts
  * Add a dependency on libjtidy-java and libmaven2-core-java
  * Add a Build-Depends on libclassworlds-java
  * Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc,
    add a Build-Depends on this jdk.

 -- Ludovic Claude <ludovic.claude@laposte.net>  Wed, 13 May 2009 12:04:41 +0100

maven-plugin-tools (2.4.3-1) unstable; urgency=low

  * Initial release. (Closes: #507922)

 -- Torsten Werner <twerner@debian.org>  Thu, 04 Dec 2008 19:29:26 +0100