[Git][java-team/jarchivelib][upstream] New upstream version 1.1.0

Andrius Merkys gitlab at salsa.debian.org
Wed Aug 26 07:19:05 BST 2020



Andrius Merkys pushed to branch upstream at Debian Java Maintainers / jarchivelib


Commits:
ecc7b667 by Andrius Merkys at 2020-08-26T01:17:19-04:00
New upstream version 1.1.0
- - - - -


3 changed files:

- .travis.yml
- README.md
- pom.xml


Changes:

=====================================
.travis.yml
=====================================
@@ -1,14 +1,35 @@
 language: java
 
-jdk:
-  - openjdk7
-  - oraclejdk8
-  - oraclejdk9
-  - openjdk10
-
-after_success:
-  - mvn clean cobertura:cobertura coveralls:report
-  - mvn clean deploy -DskipTests --settings .travis-settings.xml
+jobs:
+  include:
+    - stage: test
+    # test jobs
+      os: linux
+      dist: trusty
+      jdk: openjdk7
+    - os: linux
+      dist: trusty
+      jdk: openjdk8
+    - os: linux
+      dist: trusty
+      jdk: oraclejdk9
+    - os: linux
+      dist: xenial
+      jdk: openjdk10
+    - os: linux
+      dist: xenial
+      jdk: openjdk11
+    - os: linux
+      dist: bionic
+      jdk: openjdk14
+    # deploy job (re-run jdk7 build)
+    - stage: deploy
+      os: linux
+      dist: trusty
+      jdk: openjdk7
+      after_success:
+        - mvn clean cobertura:cobertura coveralls:report
+        - mvn clean deploy -DskipTests --settings .travis-settings.xml
 
 env:
   global:


=====================================
README.md
=====================================
@@ -86,13 +86,13 @@ stream.close();
 Dependencies
 ------------
 
-* commons-compress(tm) 1.18
+* commons-compress(tm) 1.20
 
 
 Compatibility
 -------------
 
-* Java 7, 8, 9, 10
+* Java 7, 8, 9, 10, 14
 * Currently only tested for *nix file systems.
 
 ### OSGi


=====================================
pom.xml
=====================================
@@ -26,7 +26,7 @@
 
   <groupId>org.rauschig</groupId>
   <artifactId>jarchivelib</artifactId>
-  <version>1.0.0</version>
+  <version>1.1.0</version>
 
   <packaging>bundle</packaging>
 
@@ -45,7 +45,7 @@
     <url>https://github.com/thrau/jarchivelib</url>
     <connection>scm:git:git://git@github.com:thrau/jarchivelib.git</connection>
     <developerConnection>scm:git:git at github.com:thrau/jarchivelib.git</developerConnection>
-    <tag>v1.0.0</tag>
+    <tag>v1.1.0</tag>
   </scm>
 
   <developers>
@@ -57,7 +57,7 @@
   </developers>
 
   <properties>
-    <commons.compress.version>1.18</commons.compress.version>
+    <commons.compress.version>1.20</commons.compress.version>
     <xz.version>1.8</xz.version>
     <junit.version>4.11</junit.version>
 



View it on GitLab: https://salsa.debian.org/java-team/jarchivelib/-/commit/ecc7b667765886b161bf9c0fe5fac0e1b80a0fb8

-- 
View it on GitLab: https://salsa.debian.org/java-team/jarchivelib/-/commit/ecc7b667765886b161bf9c0fe5fac0e1b80a0fb8
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/20200826/a1cdddac/attachment.html>


More information about the pkg-java-commits mailing list