[Git][java-team/jnr-enxio][upstream] New upstream version 0.32.16

Miguel Landaeta (@nomadium) gitlab at salsa.debian.org
Thu Nov 30 23:18:05 GMT 2023



Miguel Landaeta pushed to branch upstream at Debian Java Maintainers / jnr-enxio


Commits:
160907eb by Miguel Landaeta at 2023-11-25T20:04:43+00:00
New upstream version 0.32.16

- - - - -


1 changed file:

- pom.xml


Changes:

=====================================
pom.xml
=====================================
@@ -10,7 +10,7 @@
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-enxio</artifactId>
   <packaging>jar</packaging>
-  <version>0.32.13</version>
+  <version>0.32.16</version>
   <name>jnr-enxio</name>
   <description>Native I/O access for java</description>
   <url>http://github.com/jnr/jnr-enxio</url>
@@ -53,12 +53,12 @@
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-constants</artifactId>
-      <version>0.10.3</version>
+      <version>0.10.4</version>
     </dependency>
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-ffi</artifactId>
-      <version>2.2.11</version>
+      <version>2.2.15</version>
     </dependency>
   </dependencies>
 
@@ -137,23 +137,6 @@
       <id>java9</id>
       <build>
         <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <!-- Use -release compiler option rather than source/target if 9+ -->
-              <release>${maven.compiler.target}</release>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>3.2.0</version>
-            <configuration>
-              <!-- Use -release compiler option rather than source/target if 9+ -->
-              <release>${maven.compiler.target}</release>
-            </configuration>
-          </plugin>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <version>3.0.0-M5</version>
@@ -167,6 +150,9 @@
       <activation>
         <jdk>[9,)</jdk>
       </activation>
+      <properties>
+        <maven.compiler.release>8</maven.compiler.release>
+      </properties>
     </profile>
   </profiles>
 </project>



View it on GitLab: https://salsa.debian.org/java-team/jnr-enxio/-/commit/160907eb4c8bd253fed47a4d6fbcec5d10ade655

-- 
View it on GitLab: https://salsa.debian.org/java-team/jnr-enxio/-/commit/160907eb4c8bd253fed47a4d6fbcec5d10ade655
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/20231130/c44e865e/attachment.htm>


More information about the pkg-java-commits mailing list