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

Olek Wojnar (@olek) gitlab at salsa.debian.org
Sat Mar 22 01:11:15 GMT 2025



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


Commits:
46767878 by Olek Wojnar at 2025-03-21T21:03:25-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.4-2+ds-3~exp2) experimental; urgency=medium
+
+  * Future-proof POM versioning
+
+ -- Olek Wojnar <olek at debian.org>  Fri, 21 Mar 2025 21:02:11 -0400
+
 zstd-jni-java (1.5.4-2+ds-3~exp1) experimental; urgency=medium
 
   [ Olek Wojnar ]


=====================================
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/46767878e7d5ca6d441ab4dbdc9a1feb54c45066

-- 
View it on GitLab: https://salsa.debian.org/java-team/zstd-jni-java/-/commit/46767878e7d5ca6d441ab4dbdc9a1feb54c45066
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/59e68b4e/attachment.htm>


More information about the pkg-java-commits mailing list