[Git][java-team/zstd-jni-java][master] 3 commits: Depend on maven-resources-plugin 3.3.0 instead of version 3.1.0.
Markus Koschany (@apo)
gitlab at salsa.debian.org
Sat Apr 8 22:13:01 BST 2023
Markus Koschany pushed to branch master at Debian Java Maintainers / zstd-jni-java
Commits:
67b4cbfa by Markus Koschany at 2023-04-08T22:43:01+02:00
Depend on maven-resources-plugin 3.3.0 instead of version 3.1.0.
Fixes FTBFS when building zstd-jni-java for binary-arch only.
Thanks: Andreas Beckmann for the report.
Closes: #1034059
- - - - -
3b7155fa by Markus Koschany at 2023-04-08T22:49:54+02:00
Update changelog
- - - - -
a33e6e9e by Markus Koschany at 2023-04-08T23:03:20+02:00
Merge branch 'unstable'
- - - - -
2 changed files:
- debian/changelog
- debian/patches/modify_pom.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+zstd-jni-java (1.5.4-2+ds-2) experimental; urgency=medium
+
+ * Team upload.
+ * Depend on maven-resources-plugin 3.3.0 and maven-compiler-plugin 3.10.1.
+ Fixes FTBFS when building zstd-jni-java for binary-arch only.
+ Thanks to Andreas Beckmann for the report. (Closes: #1034059)
+
+ -- Markus Koschany <apo at debian.org> Sat, 08 Apr 2023 22:46:57 +0200
+
zstd-jni-java (1.5.4-2+ds-1) experimental; urgency=medium
* Team upload
=====================================
debian/patches/modify_pom.patch
=====================================
@@ -28,7 +28,7 @@ Last-Update: 2022-10-20
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
-+ <version>3.8.1</version>
++ <version>3.10.1</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
@@ -46,7 +46,7 @@ Last-Update: 2022-10-20
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
-+ <version>3.1.0</version>
++ <version>3.3.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
View it on GitLab: https://salsa.debian.org/java-team/zstd-jni-java/-/compare/4bcd79942888f17c73669aafe8a7c6410fce9b31...a33e6e9ecafffb127841b1226936ff09ab6469b9
--
View it on GitLab: https://salsa.debian.org/java-team/zstd-jni-java/-/compare/4bcd79942888f17c73669aafe8a7c6410fce9b31...a33e6e9ecafffb127841b1226936ff09ab6469b9
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/20230408/a629b924/attachment.htm>
More information about the pkg-java-commits
mailing list