[Git][java-team/zstd-jni-java][master] Future-proof POM versioning

Olek Wojnar (@olek) gitlab at salsa.debian.org
Sat Mar 22 00:59:49 GMT 2025



Olek Wojnar pushed to branch master at Debian Java Maintainers / zstd-jni-java


Commits:
ff30fc09 by Olek Wojnar at 2025-03-21T20:53:43-04:00
Future-proof POM versioning

- - - - -


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-5) unstable; urgency=medium
+
+  * Future-proof POM versioning
+
+ -- Olek Wojnar <olek at debian.org>  Fri, 21 Mar 2025 20:49:15 -0400
+
 zstd-jni-java (1.5.2-5+ds-4) unstable; urgency=medium
 
   * Update Debian Bazel team info


=====================================
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.10.1, )</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.0, )</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/ff30fc09fd65602bf4800f13c8d1baba7b6936e3

-- 
View it on GitLab: https://salsa.debian.org/java-team/zstd-jni-java/-/commit/ff30fc09fd65602bf4800f13c8d1baba7b6936e3
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/3ee723f3/attachment.htm>


More information about the pkg-java-commits mailing list