[Git][java-team/jackson-annotations][master] 9 commits: Standards-Version updated to 4.3.0
Emmanuel Bourg
gitlab at salsa.debian.org
Sat Dec 29 23:36:13 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jackson-annotations
Commits:
1f3e3c84 by Emmanuel Bourg at 2018-12-29T23:30:36Z
Standards-Version updated to 4.3.0
- - - - -
62cdea65 by Emmanuel Bourg at 2018-12-29T23:30:48Z
Use salsa.debian.org Vcs-* URLs
- - - - -
b08d8e32 by Emmanuel Bourg at 2018-12-29T23:32:09Z
New upstream version 2.9.5
- - - - -
63d2b1f4 by Emmanuel Bourg at 2018-12-29T23:32:28Z
New upstream version 2.9.6
- - - - -
472f2387 by Emmanuel Bourg at 2018-12-29T23:32:45Z
New upstream version 2.9.7
- - - - -
eef14700 by Emmanuel Bourg at 2018-12-29T23:32:58Z
New upstream version 2.9.8
- - - - -
b72d1ed8 by Emmanuel Bourg at 2018-12-29T23:32:58Z
Update upstream source from tag 'upstream/2.9.8'
Update to upstream version '2.9.8'
with Debian dir 16d52280104342dc76036bff642e62b973efff05
- - - - -
4ddee08b by Emmanuel Bourg at 2018-12-29T23:34:04Z
Refreshed the patch
- - - - -
b1c0d7ba by Emmanuel Bourg at 2018-12-29T23:35:55Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/patches/fix-using-bundle.patch
- pom.xml
- src/main/java/com/fasterxml/jackson/annotation/JsonCreator.java
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+jackson-annotations (2.9.8-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ - Refreshed the patch
+ * Standards-Version updated to 4.3.0
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 30 Dec 2018 00:35:47 +0100
+
jackson-annotations (2.9.4-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -13,9 +13,9 @@ Build-Depends-Indep:
junit4,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-annotations.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/jackson-annotations.git
+Standards-Version: 4.3.0
+Vcs-Git: https://salsa.debian.org/java-team/jackson-annotations.git
+Vcs-Browser: https://salsa.debian.org/java-team/jackson-annotations
Homepage: http://wiki.fasterxml.com/JacksonHome
Package: libjackson2-annotations-java
=====================================
debian/patches/fix-using-bundle.patch
=====================================
@@ -6,11 +6,9 @@ Subject: fix using bundle
pom.xml | 2 ++
1 file changed, 2 insertions(+)
-diff --git a/pom.xml b/pom.xml
-index 879c302..a8362c7 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -52,6 +52,8 @@
+@@ -51,6 +51,8 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
=====================================
pom.xml
=====================================
@@ -5,13 +5,13 @@
<groupId>com.fasterxml.jackson</groupId>
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
<artifactId>jackson-parent</artifactId>
- <version>2.9.1</version>
+ <version>2.9.1.2</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<name>Jackson-annotations</name>
- <version>2.9.4</version>
+ <version>2.9.8</version>
<packaging>bundle</packaging>
<description>Core annotations used for value types, used by Jackson data binding package.
</description>
@@ -22,7 +22,7 @@
<connection>scm:git:git at github.com:FasterXML/jackson-annotations.git</connection>
<developerConnection>scm:git:git at github.com:FasterXML/jackson-annotations.git</developerConnection>
<url>http://github.com/FasterXML/jackson-annotations</url>
- <tag>jackson-annotations-2.9.4</tag>
+ <tag>jackson-annotations-2.9.8</tag>
</scm>
<properties>
@@ -45,7 +45,6 @@
</dependency>
</dependencies>
-
<build>
<plugins>
<!-- 06-Sep-2017, tatu: Try to generate "automatic module name" -->
=====================================
src/main/java/com/fasterxml/jackson/annotation/JsonCreator.java
=====================================
@@ -38,7 +38,7 @@ import java.lang.annotation.Target;
* NOTE: As of Jackson 2.6, use of {@link JsonProperty#required()} is supported
* for Creator methods (but not necessarily for regular setters or fields!).
*
- * @see JsonCreator
+ * @see JsonProperty
*/
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.RUNTIME)
View it on GitLab: https://salsa.debian.org/java-team/jackson-annotations/compare/f994cdb4e1baeec396c53cf89aecd8d0a458cc8f...b1c0d7ba2d1953b4c8820858dfaec914cfed436d
--
View it on GitLab: https://salsa.debian.org/java-team/jackson-annotations/compare/f994cdb4e1baeec396c53cf89aecd8d0a458cc8f...b1c0d7ba2d1953b4c8820858dfaec914cfed436d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181229/2d55d687/attachment.html>
More information about the pkg-java-commits
mailing list