[Git][java-team/libeuclid-java][upstream] New upstream version 2.5
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Thu Apr 13 07:38:56 BST 2023
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / libeuclid-java
Commits:
64801b05 by Andrius Merkys at 2023-04-13T01:55:05-04:00
New upstream version 2.5
- - - - -
4 changed files:
- .github/workflows/maven.yml
- CITATION.cff
- README.md
- pom.xml
Changes:
=====================================
.github/workflows/maven.yml
=====================================
@@ -10,14 +10,15 @@ 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
=====================================
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.5
+date-released: 2023-04-08
url: "https://github.com/BlueObelisk/euclid"
preferred-citation:
type: article
=====================================
README.md
=====================================
@@ -16,12 +16,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.6-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
-```sh1ll
+```shell
mvn clean deploy
-mvn clean deploy -P release
```
=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.3</version>
+ <version>2.5</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>
@@ -230,18 +230,18 @@
<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>
@@ -258,13 +258,13 @@
<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.8</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/64801b0563a2444a1bee14da5ca6609d1eeea660
--
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/64801b0563a2444a1bee14da5ca6609d1eeea660
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/20230413/c1fef23c/attachment.htm>
More information about the pkg-java-commits
mailing list