Hello community,

here is the log from the commit of package jackson-parent for openSUSE:Factory 
checked in at 2019-11-24 00:42:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-parent (Old)
 and      /work/SRC/openSUSE:Factory/.jackson-parent.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jackson-parent"

Sun Nov 24 00:42:43 2019 rev:2 rq:750405 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-parent/jackson-parent.changes    
2019-05-07 23:18:26.636853389 +0200
+++ /work/SRC/openSUSE:Factory/.jackson-parent.new.26869/jackson-parent.changes 
2019-11-24 00:42:44.539286396 +0100
@@ -1,0 +2,9 @@
+Wed Nov 20 10:29:35 UTC 2019 - Pedro Monreal Gonzalez 
<pmonrealgonza...@suse.com>
+
+- Update to 2.10.0
+  * 2.10.0 (26-Sep-2019)
+    - Upgrade to oss-parent 38
+  * 2.9.1.1 (29-Mar-2018)
+    - Upgrade to oss-parent 33 to get later plugin versions
+
+-------------------------------------------------------------------

Old:
----
  jackson-parent-2.9.1.tar.gz

New:
----
  jackson-parent-2.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jackson-parent.spec ++++++
--- /var/tmp/diff_new_pack.r0WvOb/_old  2019-11-24 00:42:45.603286457 +0100
+++ /var/tmp/diff_new_pack.r0WvOb/_new  2019-11-24 00:42:45.607286457 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jackson-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
@@ -17,7 +17,7 @@
 
 
 Name:           jackson-parent
-Version:        2.9.1
+Version:        2.10
 Release:        0
 Summary:        Parent pom for all Jackson components
 License:        Apache-2.0

++++++ jackson-parent-2.9.1.tar.gz -> jackson-parent-2.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-parent-jackson-parent-2.9.1/.travis.yml 
new/jackson-parent-jackson-parent-2.10/.travis.yml
--- old/jackson-parent-jackson-parent-2.9.1/.travis.yml 2017-09-08 
02:38:13.000000000 +0200
+++ new/jackson-parent-jackson-parent-2.10/.travis.yml  2019-09-26 
04:08:12.000000000 +0200
@@ -1,6 +1,5 @@
 language: java
 jdk:
-  - openjdk7
   - openjdk8
 
 # Below this line is configuration for deploying to the Sonatype OSS repo
@@ -12,6 +11,7 @@
 branches:
   only:
     - master
+    - "2.10"
 
 env:
   global:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-parent-jackson-parent-2.9.1/pom.xml 
new/jackson-parent-jackson-parent-2.10/pom.xml
--- old/jackson-parent-jackson-parent-2.9.1/pom.xml     2017-09-08 
02:38:13.000000000 +0200
+++ new/jackson-parent-jackson-parent-2.10/pom.xml      2019-09-26 
04:08:12.000000000 +0200
@@ -5,12 +5,12 @@
   <parent>
    <groupId>com.fasterxml</groupId>
     <artifactId>oss-parent</artifactId>
-    <version>30</version>
+    <version>38</version>
   </parent>
 
   <groupId>com.fasterxml.jackson</groupId>
   <artifactId>jackson-parent</artifactId>
-  <version>2.9.1</version>
+  <version>2.10</version>
   <packaging>pom</packaging>
 
   <name>Jackson parent poms</name>
@@ -50,11 +50,11 @@
     
<connection>scm:git:g...@github.com:FasterXML/jackson-parent.git</connection>
     
<developerConnection>scm:git:g...@github.com:FasterXML/jackson-parent.git</developerConnection>
     <url>http://github.com/FasterXML/jackson-parent</url>
-    <tag>jackson-parent-2.9.1</tag>
+    <tag>jackson-parent-2.10</tag>
   </scm>
 
   <properties>
-    <jackson.version.annotations>2.9.0</jackson.version.annotations>
+    <jackson.version.annotations>2.10.0</jackson.version.annotations>
 
     <!-- 02-Oct-2015, tatu: Jackson 2.4 and above are Java 6 (earlier versions 
Java 5);
           Jackson 2.7 and above Java 7 (with exception of 
`jackson-core`/`jackson-annotations` still Java 6),
@@ -63,9 +63,6 @@
     <javac.target.version>1.7</javac.target.version>
     <javac.debuglevel>lines,source,vars</javac.debuglevel>
 
-    <!-- Versions for other dependencies -->
-    <version.junit>4.12</version.junit>
-
     <!--
      | For automatically generating PackageVersion.java. Your child pom.xml 
must define
      | packageVersion.dir and packageVersion.package, and must set the phase 
of the
@@ -73,7 +70,6 @@
     -->
     
<packageVersion.template.input>${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in</packageVersion.template.input>
     
<packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>
-
   </properties>
 
   <dependencyManagement>
@@ -95,6 +91,18 @@
     </dependencies>
   </dependencyManagement>
 
+  <!-- Alas, need to include snapshot reference since otherwise can not find
+       snapshot of parent... -->
+  <repositories>
+    <repository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -103,9 +111,6 @@
         <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-enforcer-plugin</artifactId>
-         <!-- 06-Sep-2017, tatu: Need this version for Java 9 builds
-           -->
-         <version>3.0.0-M1</version>
          <executions>
           <execution>
             <id>enforce-java</id>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-parent-jackson-parent-2.9.1/release-notes/VERSION 
new/jackson-parent-jackson-parent-2.10/release-notes/VERSION
--- old/jackson-parent-jackson-parent-2.9.1/release-notes/VERSION       
2017-09-08 02:38:13.000000000 +0200
+++ new/jackson-parent-jackson-parent-2.10/release-notes/VERSION        
2019-09-26 04:08:12.000000000 +0200
@@ -6,7 +6,15 @@
 === Releases ===
 ------------------------------------------------------------------------
 
-2.9.1 (not yet released)
+2.10.0 (26-Sep-2019)
+
+- Upgrade to oss-parent 38
+
+2.9.1.1 (29-Mar-2018)
+
+- Upgrade to oss-parent 33 to get later plugin versions
+
+2.9.1 (01-Sep-2017)
 
 - Minor changes needed for Java 9 builds (by projects that use this parent)
     * mostly upgrades to plug-ins, versions `3.0.0.M1`


Reply via email to