[Git][java-team/libeuclid-java][master] 10 commits: New upstream version 2.5

Andrius Merkys (@merkys) gitlab at salsa.debian.org
Mon Aug 28 14:14:43 BST 2023



Andrius Merkys pushed to branch master at Debian Java Maintainers / libeuclid-java


Commits:
64801b05 by Andrius Merkys at 2023-04-13T01:55:05-04:00
New upstream version 2.5
- - - - -
fecba8e0 by Andrius Merkys at 2023-04-13T01:55:11-04:00
Update upstream source from tag 'upstream/2.5'

Update to upstream version '2.5'
with Debian dir 5d909699d6e284d8cc373695c48252a2310726dd
- - - - -
6a154df2 by Andrius Merkys at 2023-04-13T01:55:48-04:00
Update standards version to 4.6.2, no changes needed.

Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
928bc96b by Andrius Merkys at 2023-04-13T01:56:28-04:00
Bump copyright years.

- - - - -
c7078e25 by Andrius Merkys at 2023-04-13T01:56:51-04:00
Update changelog for 2.5-1 release

- - - - -
482d248e by Andrius Merkys at 2023-08-28T04:20:20-04:00
New upstream version 2.6
- - - - -
1aab0534 by Andrius Merkys at 2023-08-28T04:20:26-04:00
Update upstream source from tag 'upstream/2.6'

Update to upstream version '2.6'
with Debian dir df5571e5ea5ea68a7ce3241fce665a6e683633ad
- - - - -
8b23c085 by Andrius Merkys at 2023-08-28T04:21:12-04:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.

Changes-By: lintian-brush

- - - - -
41516c98 by Andrius Merkys at 2023-08-28T04:22:54-04:00
Update changelog for 2.6-1 release

- - - - -
f0a6e06b by Andrius Merkys at 2023-08-28T04:46:36-04:00
Ignore jacoco-maven-plugin.

- - - - -


9 changed files:

- .github/workflows/maven.yml
- CITATION.cff
- README.md
- debian/changelog
- debian/control
- debian/copyright
- debian/maven.ignoreRules
- debian/upstream/metadata
- pom.xml


Changes:

=====================================
.github/workflows/maven.yml
=====================================
@@ -10,14 +10,17 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8, 11, 14, 17 ]
+        java: [ 8, 11, 17, 19 ]
     name: Java ${{ matrix.java }}
 
     steps:
-    - uses: actions/checkout at v2
+    - uses: actions/checkout at v3
     - name: Set up Java
-      uses: actions/setup-java at v1
+      uses: actions/setup-java at v3
       with:
+        distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
       run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
+    - name: Upload coverage reports to Codecov
+      uses: codecov/codecov-action at v3


=====================================
CITATION.cff
=====================================
@@ -1,8 +1,8 @@
 cff-version: 1.2.0
 message: "If you use this software, please cite it as below."
 title: Euclid
-version: 2.3
-date-released: 2022-08-21
+version: 2.6
+date-released: 2023-08-26
 url: "https://github.com/BlueObelisk/euclid"
 preferred-citation:
   type: article


=====================================
README.md
=====================================
@@ -2,6 +2,7 @@
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/euclid/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/euclid)
 [![Build Status](https://github.com/BlueObelisk/euclid/actions/workflows/maven.yml/badge.svg)](https://github.com/BlueObelisk/euclid/actions/workflows/maven.yml)
 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815148.svg)](https://doi.org/10.5281/zenodo.5815148)
+[![codecov](https://codecov.io/gh/BlueObelisk/euclid/branch/main/graph/badge.svg?token=E1NGWVWL04)](https://codecov.io/gh/BlueObelisk/euclid)
 
 A library of numeric, geometric and XML routines
 
@@ -16,12 +17,11 @@ It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extract
 Instructions to increase the version:
 
 ```shell
-mvn versions:set -DnewVersion=2.4-SNAPSHOT
+mvn versions:set -DnewVersion=2.7-SNAPSHOT
 ```
 
 Deploy to Sonatype with the following commands, for snapshots and releases respectively:
 
-```sh1ll
+```shell
 mvn clean deploy
-mvn clean deploy -P release
 ```


=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+libeuclid-java (2.6-1) unstable; urgency=medium
+
+  * New upstream version 2.6
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
+
+ -- Andrius Merkys <merkys at debian.org>  Mon, 28 Aug 2023 04:22:45 -0400
+
+libeuclid-java (2.5-1) experimental; urgency=medium
+
+  * New upstream version 2.5
+  * Update standards version to 4.6.2, no changes needed.
+  * Bump copyright years.
+
+ -- Andrius Merkys <merkys at debian.org>  Thu, 13 Apr 2023 01:56:39 -0400
+
 libeuclid-java (2.3-1) unstable; urgency=medium
 
   * New upstream version 2.3


=====================================
debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends-Indep:
  liblog4j2-java,
  libmaven-javadoc-plugin-java (>= 3.0.1),
  libxom-java (>= 1.2.10-2),
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/java-team/libeuclid-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libeuclid-java


=====================================
debian/copyright
=====================================
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/BlueObelisk/euclid/issues
 Source: https://github.com/BlueObelisk/euclid
 
 Files: *
-Copyright: 1994-2022, Peter Murray-Rust
+Copyright: 1994-2023, Peter Murray-Rust
 License: Apache-2.0
 
 Files: src/main/java/blogspot/*
@@ -34,7 +34,7 @@ Copyright: 2000, Sundar Dorai-Raj
 License: Apache-2.0 and GPL-2+
 
 Files: debian/*
-Copyright: 2019-2022, Andrius Merkys <merkys at debian.org>
+Copyright: 2019-2023, Andrius Merkys <merkys at debian.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/maven.ignoreRules
=====================================
@@ -1,4 +1,3 @@
-
 com.mycila.maven-license-plugin maven-license-plugin * * * *
 org.apache.maven.plugins maven-checkstyle-plugin * * * *
 org.apache.maven.plugins maven-jxr-plugin * * * *
@@ -7,5 +6,6 @@ org.apache.maven.plugins maven-project-info-reports-plugin * * * *
 org.apache.maven.plugins maven-source-plugin * * * *
 org.codehaus.mojo apt-maven-plugin * * * *
 org.codehaus.mojo cobertura-maven-plugin * * * *
+org.jacoco jacoco-maven-plugin * * * *
 org.sonatype.plugins nexus-staging-maven-plugin * * * *
 org.xml-cml euclid-testutil * * * *


=====================================
debian/upstream/metadata
=====================================
@@ -1,7 +1,7 @@
 ---
-Bug-Database: https://github.com/blueobelisk/euclid/issues
-Bug-Submit: https://github.com/blueobelisk/euclid/issues/new
-Repository: https://github.com/blueobelisk/euclid.git
+Bug-Database: https://github.com/BlueObelisk/euclid/issues
+Bug-Submit: https://github.com/BlueObelisk/euclid/issues/new
+Repository: https://github.com/BlueObelisk/euclid.git
 Repository-Browse: https://github.com/BlueObelisk/euclid
 Reference:
 - Author: Murray-Rust, Peter and Rzepa, Henry S


=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
 
   <groupId>org.blueobelisk</groupId>
   <artifactId>euclid</artifactId>
-  <version>2.3</version>
+  <version>2.6</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -71,7 +71,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
+        <version>3.10.1</version>
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
@@ -80,7 +80,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.3.2</version>
+        <version>3.4.1</version>
         <executions>
           <execution>
             <id>attach-javadocs</id>
@@ -200,6 +200,25 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+        <version>0.8.8</version>
+        <executions>
+          <execution>
+            <id>start-agent</id>
+            <goals>
+              <goal>prepare-agent</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>generate-report</id>
+            <goals>
+              <goal>report</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 
@@ -224,30 +243,30 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.11.0</version>
+      <version>2.13.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>2.18.0</version>
+      <version>2.20.0</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-1.2-api</artifactId>
-      <version>2.18.0</version>
+      <version>2.20.0</version>
     </dependency>
     <dependency> 
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.18.0</version>
+      <version>2.20.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.12.0</version>
+      <version>3.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -258,22 +277,18 @@
     <dependency>
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>2.11.0</version>
+      <version>2.12.5</version>
     </dependency>
 
     <dependency>
       <groupId>xom</groupId>
       <artifactId>xom</artifactId>
-      <version>1.3.7</version>
+      <version>1.3.9</version>
       <exclusions>
         <exclusion>
           <groupId>xerces</groupId>
           <artifactId>xercesImpl</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>xalan</groupId>
-          <artifactId>xalan</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
 



View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/ad368ad35b213239974db3b990a46e7ea7591565...f0a6e06b735d21df2b417654d6f4c58741285e37

-- 
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/ad368ad35b213239974db3b990a46e7ea7591565...f0a6e06b735d21df2b417654d6f4c58741285e37
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/20230828/82ad5b4f/attachment.htm>


More information about the pkg-java-commits mailing list