This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-core.
commit b9cb1628f7e853bbbce7fb8812b8950c1f1c52dc Author: Markus Koschany <[email protected]> Date: Thu Jan 25 17:57:13 2018 +0100 Update jackson-bom pom. --- debian/{jackson-bom-2.9.1.pom => jackson-bom-2.9.4.pom} | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/jackson-bom-2.9.1.pom b/debian/jackson-bom-2.9.4.pom similarity index 97% rename from debian/jackson-bom-2.9.1.pom rename to debian/jackson-bom-2.9.4.pom index dbf6e75..31825bc 100644 --- a/debian/jackson-bom-2.9.1.pom +++ b/debian/jackson-bom-2.9.4.pom @@ -5,24 +5,28 @@ <parent> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-parent</artifactId> - <!-- need newer version over 2.9.0 to compile on Java 9 --> + <!-- note: does NOT change for every version of bom --> <version>2.9.1</version> </parent> <artifactId>jackson-bom</artifactId> - <version>2.9.1</version> + <version>2.9.4</version> <packaging>pom</packaging> + <modules> + <module>base</module> <!-- "It's all about the base 'bout the base..." --> + </modules> + <url>https://github.com/FasterXML/jackson-bom</url> <scm> <connection>scm:git:[email protected]:FasterXML/jackson-bom.git</connection> <developerConnection>scm:git:[email protected]:FasterXML/jackson-bom.git</developerConnection> <url>http://github.com/FasterXML/jackson-bom</url> - <tag>jackson-bom-2.9.1</tag> + <tag>jackson-bom-2.9.4</tag> </scm> <properties> - <jackson.version>2.9.1</jackson.version> + <jackson.version>2.9.4</jackson.version> <!-- 29-Jul-2017, tatu: With Jackson 2.x we will release full patch-level versions of annotations BUT they are all identical, content-wise. Because of this -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

