[Git][java-team/zstd-jni-java][master] Correctly version POM
Olek Wojnar (@olek)
gitlab at salsa.debian.org
Sat Mar 22 06:42:58 GMT 2025
Olek Wojnar pushed to branch master at Debian Java Maintainers / zstd-jni-java
Commits:
f61e452c by Olek Wojnar at 2025-03-22T01:05:50-04:00
Correctly version POM
- - - - -
2 changed files:
- debian/changelog
- debian/patches/modify_pom.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+zstd-jni-java (1.5.2-5+ds-6) unstable; urgency=medium
+
+ * Correctly version POM
+
+ -- Olek Wojnar <olek at debian.org> Sat, 22 Mar 2025 01:05:37 -0400
+
zstd-jni-java (1.5.2-5+ds-5) unstable; urgency=medium
* Future-proof POM versioning
=====================================
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.10.1, )</version>
++ <version>3.13.0</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
@@ -41,17 +41,17 @@ Last-Update: 2022-10-20
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
-+ <version>[3.3.0, )</version>
++ <version>3.3.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
-+ <version>[3.3.0, )</version>
++ <version>3.3.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
-+ <version>[2.22.3, )</version>
++ <version>2.22.3</version>
+ </plugin>
+ </plugins>
+ </build>
View it on GitLab: https://salsa.debian.org/java-team/zstd-jni-java/-/commit/f61e452cd78433e9bc2d7a56ad65321aa8d04836
--
View it on GitLab: https://salsa.debian.org/java-team/zstd-jni-java/-/commit/f61e452cd78433e9bc2d7a56ad65321aa8d04836
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/20250322/2f6a6087/attachment.htm>
More information about the pkg-java-commits
mailing list