Hello community,
here is the log from the commit of package fasterxml-oss-parent for
openSUSE:Factory checked in at 2019-11-26 16:54:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fasterxml-oss-parent (Old)
and /work/SRC/openSUSE:Factory/.fasterxml-oss-parent.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fasterxml-oss-parent"
Tue Nov 26 16:54:39 2019 rev:2 rq:750512 version:38
Changes:
--------
---
/work/SRC/openSUSE:Factory/fasterxml-oss-parent/fasterxml-oss-parent.changes
2019-05-06 13:26:07.713139626 +0200
+++
/work/SRC/openSUSE:Factory/.fasterxml-oss-parent.new.26869/fasterxml-oss-parent.changes
2019-11-26 16:55:16.876188669 +0100
@@ -1,0 +2,49 @@
+Wed Nov 20 10:17:45 UTC 2019 - Pedro Monreal Gonzalez
<[email protected]>
+
+- Update to version 38
+ 38 (19-Jul-2019)
+ - Add `maven-dependency-plugin` as managed, with version 3.1.1
+ - `version.javadoc.plugin` to 3.0.1 from 3.0.0-M1
+ 37 (20-May-2019)
+ - `version.plugin.deploy` to 3.0.0-M1 from 2.8.2
+ - `version.plugin.install` to 3.0.0-M1 from 2.5.2
+ - `version.plugin.jar` to 3.1.2 from 2.5
+ - `version.plugin.source` to 3.0.1 from 2.1.2
+ - `version.plugin.surefire` to 2.22.2 from 2.22.0 (for JDK11)
+ - `jdepend-pmaven-plugin` to 2.0 from 2.0-beta-2
+ 36 (18-May-2019)
+ - `version.plugin.bundle` to 4.2.0 (from 3.2.0)
+ 35 (04-Mar-2019)
+ - Update `version.plugin.shade` to `3.2.1` (from `2.4.3`)
+ - Moditect now `1.0.0.Beta2`
+ 34 (05-Dec-2018)
+ - Update `version.plugin.compiler` to 3.8.0 (from 3.7.0)
+ - Update `version.plugin.surefire` to 2.22.0 (from 2.17)
+ - Add new `version.plugin.moditect` at 1.0.0.Beta1;
+ default version for "org.moditect#moditect-maven-plugin"
+ - Update `asm` to `7.0`
+ 32 (27-Mar-2018)
+ - Update `maven-clean-plugin` to 2.6.1 (from 2.5)
+ - Update `maven-compiler-plugin` to 3.7.0 (from 3.2)
+ - Update `maven-deploy-plugin` to 2.8.2 (from 2.7)
+ - Update `maven-install-plugin` to 2.5.2 (from 2.4)
+ - Update `maven-javadoc-plugin` to 3.0.0-M1 for Java 9
+ - Update `maven-resources-plugin` to 2.7 (from 2.6)
+ - Update `maven-gpg-pluging` to 1.6 (from 1.4)
+ 31 (09-Sep-2017)
+ - Update `maven-replacer-plugin` 1.5.2 -> 1.5.3
+ - Reorganize dependency management slightly
+ 30 (09-Aug-2017)
+ - Update `cobertura-maven-plugin` 2.6 -> 2.7
+ (to work with Java 8)
+ - Make `maven-enforcer-plugin` version pluggable, update 1.3.1 -> 1.4.1
+ 28 (24-Feb-2017)
+ - Update maven-bundle-plugin: 3.0.1 -> 3.2.0
+ - Remove "_nosuses=false" from bundle plugin
+ - Update maven-install-plugin: 2.3.1 -> 2.4 (to allow 'skip')
+ 27 (29-Apr-2016)
+ - Update maven-release-plugin: 2.5.2 -> 2.5.3
+ - Update maven-shade-plugin: 2.4 -> 2.4.3
+ - Update maven-bundle-plugin: 2.5.3 -> 3.0.1
+
+-------------------------------------------------------------------
Old:
----
oss-parent-26.tar.gz
New:
----
oss-parent-38.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fasterxml-oss-parent.spec ++++++
--- /var/tmp/diff_new_pack.DMm5HA/_old 2019-11-26 16:55:20.220187565 +0100
+++ /var/tmp/diff_new_pack.DMm5HA/_new 2019-11-26 16:55:20.224187563 +0100
@@ -1,7 +1,7 @@
#
# spec file for package fasterxml-oss-parent
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global oname oss-parent
Name: fasterxml-oss-parent
-Version: 26
+Version: 38
Release: 0
Summary: FasterXML parent pom
License: Apache-2.0
++++++ oss-parent-26.tar.gz -> oss-parent-38.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oss-parent-oss-parent-26/.travis.yml
new/oss-parent-oss-parent-38/.travis.yml
--- old/oss-parent-oss-parent-26/.travis.yml 1970-01-01 01:00:00.000000000
+0100
+++ new/oss-parent-oss-parent-38/.travis.yml 2019-07-19 04:12:50.000000000
+0200
@@ -0,0 +1,10 @@
+language: java
+
+jdk:
+ - openjdk7
+ - openjdk8
+
+# no need to build all branches
+branches:
+ only:
+ - master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oss-parent-oss-parent-26/pom.xml
new/oss-parent-oss-parent-38/pom.xml
--- old/oss-parent-oss-parent-26/pom.xml 2015-12-28 01:23:47.000000000
+0100
+++ new/oss-parent-oss-parent-38/pom.xml 2019-07-19 04:12:50.000000000
+0200
@@ -5,7 +5,7 @@
<groupId>com.fasterxml</groupId>
<artifactId>oss-parent</artifactId>
- <version>26</version>
+ <version>38</version>
<packaging>pom</packaging>
<name>FasterXML.com parent pom</name>
@@ -38,7 +38,7 @@
<connection>scm:git:[email protected]:FasterXML/oss-parent.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/oss-parent.git</developerConnection>
<url>http://github.com/FasterXML/oss-parent</url>
- <tag>oss-parent-26</tag>
+ <tag>oss-parent-38</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
@@ -64,6 +64,10 @@
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
+
+ <javadoc.maxmemory>1g</javadoc.maxmemory>
+
<!-- Use 1.6 as default baseline -->
<javac.src.version>1.6</javac.src.version>
<javac.target.version>1.6</javac.target.version>
@@ -90,22 +94,54 @@
| shared build/report plugins version
-->
- <!-- 11-Jul-2015, tatu: For some reason version 2.5.4 fails when
- used with Shade plugin (2.2 - 2.4); hence 2.5.3 is still used for
Jackson 2.6
+ <!-- 04-Nov-2016, tatu: 3.2.0 for Jackson 2.9
+ 05-Mar-2019, tatu: 4.2.0 for Jackson 2.10
-->
- <version.plugin.bundle>2.5.3</version.plugin.bundle>
+ <version.plugin.bundle>4.2.0</version.plugin.bundle>
- <version.plugin.jar>2.5</version.plugin.jar>
- <version.plugin.javadoc>2.9.1</version.plugin.javadoc>
- <!-- 2.4.2 had issues in releasing non-snapshot versions -->
- <version.plugin.release>2.5.2</version.plugin.release>
- <version.plugin.replacer>1.5.2</version.plugin.replacer>
- <version.plugin.shade>2.4</version.plugin.shade>
- <version.plugin.surefire>2.17</version.plugin.surefire>
+ <version.plugin.clean>2.6.1</version.plugin.clean>
+ <version.plugin.cobertura>2.7</version.plugin.cobertura>
- <javadoc.maxmemory>1g</javadoc.maxmemory>
+ <!-- 05-Dec-2018, compiler plugin 3.7.0 -> 3.8.0 for v34
+ -->
+ <version.plugin.compiler>3.8.0</version.plugin.compiler>
+ <version.plugin.deploy>3.0.0-M1</version.plugin.deploy>
-
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
+ <version.plugin.gpg>1.6</version.plugin.gpg>
+
+ <!-- 08-Aug-2017, tatu: Enforcer plugin will not work with Java 9
+ prior to 3.0.0
+ -->
+ <version.plugin.enforcer>3.0.0-M1</version.plugin.enforcer>
+
+ <version.plugin.install>3.0.0-M1</version.plugin.install>
+ <version.plugin.jar>3.1.2</version.plugin.jar>
+
+ <!-- 3.0 required for Java 9 -->
+ <version.plugin.javadoc>3.0.1</version.plugin.javadoc>
+
+ <!-- 04-Mar-2019, latest property with v35, for Java 9+ Modules support
+ (originally added in v34)
+ -->
+ <version.plugin.moditect>1.0.0.Beta2</version.plugin.moditect>
+
+ <version.plugin.release>2.5.3</version.plugin.release>
+ <version.plugin.replacer>1.5.3</version.plugin.replacer>
+ <version.plugin.resources>2.7</version.plugin.resources>
+
+ <!-- 18-Jan-2019, boost 2.4.3 -> 3.2.1 for v35 -->
+ <version.plugin.shade>3.2.1</version.plugin.shade>
+ <version.plugin.site>3.1</version.plugin.site>
+
+ <!-- 2.2 had a bug (reverted to 2.1.2)... but hopefully 3.0.1 works better
-->
+ <version.plugin.source>3.0.1</version.plugin.source>
+
+ <!-- 05-Dec-2018, 2.17 -> 2.22.0 -->
+ <!-- 19-May-2019, 2.22.0 -> 2.22.0 (for JDK 11) -->
+ <version.plugin.surefire>2.22.2</version.plugin.surefire>
+
+ <!-- other "well-known" lib versions -->
+ <version.junit>4.12</version.junit>
</properties>
@@ -127,39 +163,78 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.5</version>
+ <version>${version.plugin.clean}</version>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>3.1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>${version.plugin.deploy}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>${version.plugin.gpg}</version>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.3.1</version>
+ <version>${version.plugin.install}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${version.plugin.javadoc}</version>
+ </plugin>
+ <!-- 05-Dec-2018, tatu: v34 adds "moditect" plug-in, for Java 9+
Module support -->
+ <plugin>
+ <groupId>org.moditect</groupId>
+ <artifactId>moditect-maven-plugin</artifactId>
+ <version>${version.plugin.moditect}</version>
</plugin>
<plugin>
+ <!-- 26-Mar-2018, tatu: This is a weird component; up to 1.4.1 has
+ artifact `maven-replacer-plugin`; from 1.5 just
`replacer`?!?!
+ -->
+ <groupId>com.google.code.maven-replacer-plugin</groupId>
+ <artifactId>replacer</artifactId>
+<!--
+ <artifactId>maven-replacer-plugin</artifactId>
+-->
+ <version>${version.plugin.replacer}</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.7</version>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>${version.plugin.resources}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>${version.plugin.shade}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.1</version>
+ <version>${version.plugin.site}</version>
</plugin>
-
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.6</version>
+ <version>${version.plugin.cobertura}</version>
</plugin>
<plugin>
@@ -171,7 +246,15 @@
<!--
| stops the "uses" clauses being added to "Export-Package"
manifest entry
-->
+<!-- 04-Nov-2016, tatu: Not quite sure why it was disabled; see
+
+ https://github.com/FasterXML/jackson-jaxrs-providers/issues/93
+
+ for problem caused. Because of this, removed from Jackson 2.9
+
<_nouses>true</_nouses>
+-->
+
<!--
| Stop the JAVA_1_n_HOME variables from being treated as
headers by Bnd
-->
@@ -206,6 +289,9 @@
</configuration>
</plugin>
+ <!-- Plug-in settings needed for Maven/Nexus release handling
+ -->
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
@@ -216,7 +302,6 @@
<arguments>-Prelease</arguments>
</configuration>
</plugin>
-
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-maven-plugin</artifactId>
@@ -227,12 +312,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.7</version>
- </plugin>
-
</plugins>
</pluginManagement>
@@ -240,7 +319,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.3.1</version>
+ <version>${version.plugin.enforcer}</version>
<executions>
<execution>
<id>enforce-java</id>
@@ -250,9 +329,10 @@
</goals>
<configuration>
<rules>
+ <!-- 08-Aug-2017, tatu: No FX/CTC lib allows 1.5 any more -->
<requireJavaVersion>
- <version>[1.5,)</version>
- <message>[ERROR] The currently supported version of Java is
1.5 or higher</message>
+ <version>[1.6,)</version>
+ <message>[ERROR] The currently supported version of Java is
1.6 or higher</message>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.0,)</version>
@@ -274,7 +354,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.2</version>
+ <version>${version.plugin.compiler}</version>
+ <!-- 05-Dec-2018, tatu: Looks like override needed for some reason
+ (probably for Java 9+ Module support)
+ -->
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>7.0</version>
+ </dependency>
+ </dependencies>
<configuration>
<source>${javac.src.version}</source>
<target>${javac.target.version}</target>
@@ -424,7 +514,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
- <version>2.0-beta-2</version>
+ <version>2.0</version>
</plugin>
<plugin>
@@ -479,8 +569,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <!-- 2.2 has a bug, revert to 2.1.2 -->
- <version>2.1.2</version>
+ <version>${version.plugin.source}</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -535,7 +624,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oss-parent-oss-parent-26/release-notes/VERSION
new/oss-parent-oss-parent-38/release-notes/VERSION
--- old/oss-parent-oss-parent-26/release-notes/VERSION 2015-12-28
01:23:47.000000000 +0100
+++ new/oss-parent-oss-parent-38/release-notes/VERSION 2019-07-19
04:12:50.000000000 +0200
@@ -6,6 +6,70 @@
=== Releases ===
------------------------------------------------------------------------
+38 (19-Jul-2019)
+
+- Add `maven-dependency-plugin` as managed, with version 3.1.1
+- `version.javadoc.plugin` to 3.0.1 from 3.0.0-M1
+
+37 (20-May-2019)
+
+- `version.plugin.deploy` to 3.0.0-M1 from 2.8.2
+- `version.plugin.install` to 3.0.0-M1 from 2.5.2
+- `version.plugin.jar` to 3.1.2 from 2.5
+- `version.plugin.source` to 3.0.1 from 2.1.2
+- `version.plugin.surefire` to 2.22.2 from 2.22.0 (for JDK11)
+- `jdepend-pmaven-plugin` to 2.0 from 2.0-beta-2
+
+36 (18-May-2019)
+
+- `version.plugin.bundle` to 4.2.0 (from 3.2.0)
+
+35 (04-Mar-2019)
+
+- Update `version.plugin.shade` to `3.2.1` (from `2.4.3`)
+- Moditect now `1.0.0.Beta2`
+
+34 (05-Dec-2018)
+
+- Update `version.plugin.compiler` to 3.8.0 (from 3.7.0)
+- Update `version.plugin.surefire` to 2.22.0 (from 2.17)
+- Add new `version.plugin.moditect` at 1.0.0.Beta1;
+ default version for "org.moditect#moditect-maven-plugin"
+- Update `asm` to `7.0`
+
+32 (27-Mar-2018)
+
+- Update `maven-clean-plugin` to 2.6.1 (from 2.5)
+- Update `maven-compiler-plugin` to 3.7.0 (from 3.2)
+- Update `maven-deploy-plugin` to 2.8.2 (from 2.7)
+- Update `maven-install-plugin` to 2.5.2 (from 2.4)
+- Update `maven-javadoc-plugin` to 3.0.0-M1 for Java 9
+- Update `maven-resources-plugin` to 2.7 (from 2.6)
+- Update `maven-gpg-pluging` to 1.6 (from 1.4)
+
+31 (09-Sep-2017)
+
+- Update `maven-replacer-plugin` 1.5.2 -> 1.5.3
+- Reorganize dependency management slightly
+
+30 (09-Aug-2017)
+
+- Update `cobertura-maven-plugin` 2.6 -> 2.7
+ (to work with Java 8)
+- Make `maven-enforcer-plugin` version pluggable, update 1.3.1 -> 1.4.1
+
+28 (24-Feb-2017)
+
+- Update maven-bundle-plugin: 3.0.1 -> 3.2.0
+- Remove "_nosuses=false" from bundle plugin
+- Update maven-install-plugin: 2.3.1 -> 2.4 (to allow 'skip')
+
+27 (29-Apr-2016)
+
+- Update maven-release-plugin: 2.5.2 -> 2.5.3
+- Update maven-shade-plugin: 2.4 -> 2.4.3
+- Update maven-bundle-plugin: 2.5.3 -> 3.0.1
+
26 (27-Dec-2015)
- Add "osgi.mainClass" direective for custom main class.