Markus Koschany pushed to branch master at Debian Java Maintainers / jackson-core
Commits: f5f6548e by Markus Koschany at 2022-11-12T14:11:02+01:00 Remove nexus staging plugin from jackson-base pom because this was causing a FTBFS when building other jackson libraries. - - - - - aea3e741 by Markus Koschany at 2022-11-12T14:12:12+01:00 Update changelog - - - - - b6a87a57 by Markus Koschany at 2022-11-12T14:16:40+01:00 Remove de.jjohannes:gradle-module-metadata-maven-plugin - - - - - 2 changed files: - debian/changelog - debian/jackson-base-2.14.0.pom Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +jackson-core (2.14.0-2) unstable; urgency=medium + + * Remove two unsupported plugins from jackson-base pom because this was + causing a FTBFS when building other jackson libraries. + + -- Markus Koschany <[email protected]> Sat, 12 Nov 2022 14:11:51 +0100 + jackson-core (2.14.0-1) unstable; urgency=medium * New upstream version 2.14.0. ===================================== debian/jackson-base-2.14.0.pom ===================================== @@ -176,28 +176,6 @@ of Jackson: application code should only rely on `jackson-bom` </configuration> </plugin> - <plugin> - <groupId>de.jjohannes</groupId> - <artifactId>gradle-module-metadata-maven-plugin</artifactId> - <version>0.2.0</version> - <executions> - <execution> - <goals> - <goal>gmm</goal> - </goals> - </execution> - </executions> - <configuration> - <platformDependencies> - <dependency> - <groupId>com.fasterxml.jackson</groupId> - <artifactId>jackson-bom</artifactId> - <version>${jackson-bom.version}</version> - </dependency> - </platformDependencies> - </configuration> - </plugin> - <!-- 03-Nov-2020, tatu: For 2.12, defaults for better LICENSE inclusion --> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -240,21 +218,6 @@ of Jackson: application code should only rely on `jackson-bom` </executions> </plugin> - <!-- 12-Oct-2019, tatu: Copied from - https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337 - --> - <!-- 01-Aug-2020, tatu: Upgrade 1.6.6 -> 1.6.8 --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.8</version> - <extensions>true</extensions> - <configuration> - <serverId>sonatype-nexus-staging</serverId> - <nexusUrl>https://oss.sonatype.org/</nexusUrl> - <stagingProfileId>b34f19b9cc6224</stagingProfileId> - </configuration> - </plugin> </plugins> </build> @@ -298,4 +261,4 @@ of Jackson: application code should only rely on `jackson-bom` </build> </profile> </profiles> -</project> \ No newline at end of file +</project> View it on GitLab: https://salsa.debian.org/java-team/jackson-core/-/compare/cd17e560f5979a29c195a2bb11b0c593b704ee85...b6a87a578feff67fc9d044b514b7b6132e8ef0ed -- View it on GitLab: https://salsa.debian.org/java-team/jackson-core/-/compare/cd17e560f5979a29c195a2bb11b0c593b704ee85...b6a87a578feff67fc9d044b514b7b6132e8ef0ed You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

