Andrius Merkys pushed to branch master at Debian Java Maintainers / msgpack-java


Commits:
edc013d3 by Andrius Merkys at 2020-12-21T03:38:07-05:00
Fixing versions in patch-added POMs.

- - - - -
287a23df by Andrius Merkys at 2020-12-21T03:38:35-05:00
Update changelog for 0.8.22-2 release

- - - - -


3 changed files:

- debian/changelog
- debian/patches/compile.patch
- debian/patches/pom.xml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+msgpack-java (0.8.22-2) unstable; urgency=medium
+
+  * Fixing versions in patch-added POMs.
+
+ -- Andrius Merkys <mer...@debian.org>  Mon, 21 Dec 2020 03:38:31 -0500
+
 msgpack-java (0.8.22-1) unstable; urgency=medium
 
   * New upstream version 0.8.22


=====================================
debian/patches/compile.patch
=====================================
@@ -10,7 +10,7 @@ Author: Andrius Merkys <mer...@debian.org>
 -    <packaging>jar</packaging>
 +    <packaging>pom</packaging>
      <description>Jackson extension that adds support for 
MessagePack</description>
-     <version>0.8.21</version>
+     <version>0.8.22</version>
      <name>jackson-dataformat-msgpack</name>
 @@ -77,4 +77,24 @@
              <scope>test</scope>


=====================================
debian/patches/pom.xml
=====================================
@@ -11,7 +11,7 @@ Author: Andrius Merkys <mer...@debian.org>
 +    <artifactId>msgpack-java</artifactId>
 +    <packaging>jar</packaging>
 +    <description>Jackson extension that adds support for 
MessagePack</description>
-+    <version>0.8.21</version>
++    <version>0.8.22</version>
 +    <name>jackson-dataformat-msgpack</name>
 +    <organization>
 +        <name>MessagePack</name>
@@ -63,7 +63,7 @@ Author: Andrius Merkys <mer...@debian.org>
 +        <dependency>
 +            <groupId>org.msgpack</groupId>
 +            <artifactId>msgpack-core</artifactId>
-+            <version>0.8.21</version>
++            <version>0.8.22</version>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.fasterxml.jackson.core</groupId>
@@ -94,7 +94,7 @@ Author: Andrius Merkys <mer...@debian.org>
 +    <parent>
 +        <groupId>org.msgpack</groupId>
 +        <artifactId>msgpack-java</artifactId>
-+        <version>0.8.21</version>
++        <version>0.8.22</version>
 +    </parent>
 +    <artifactId>msgpack-core</artifactId>
 +    <build>
@@ -114,7 +114,7 @@ Author: Andrius Merkys <mer...@debian.org>
 +    <parent>
 +        <groupId>org.msgpack</groupId>
 +        <artifactId>msgpack-java</artifactId>
-+        <version>0.8.21</version>
++        <version>0.8.22</version>
 +    </parent>
 +    <artifactId>msgpack-jackson</artifactId>
 +    <build>



View it on GitLab: 
https://salsa.debian.org/java-team/msgpack-java/-/compare/e0c7ba8cb44f4da1447ac8f8bbfce8896a05ea3e...287a23df66b039a4c8d4b8b3b29205e80e757f33

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/msgpack-java/-/compare/e0c7ba8cb44f4da1447ac8f8bbfce8896a05ea3e...287a23df66b039a4c8d4b8b3b29205e80e757f33
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to