[Git][java-team/libeuclid-java][upstream] New upstream version 2.9
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Fri May 10 07:46:00 BST 2024
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / libeuclid-java
Commits:
9f3391f0 by Andrius Merkys at 2024-05-10T02:06:21-04:00
New upstream version 2.9
- - - - -
3 changed files:
- CITATION.cff
- README.md
- pom.xml
Changes:
=====================================
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.8
-date-released: 2024-02-17
+version: 2.9
+date-released: 2024-05-09
url: "https://github.com/BlueObelisk/euclid"
preferred-citation:
type: article
=====================================
README.md
=====================================
@@ -17,7 +17,7 @@ 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.9-SNAPSHOT
+mvn versions:set -DnewVersion=2.10-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.8</version>
+ <version>2.9</version>
<packaging>jar</packaging>
<properties>
@@ -81,7 +81,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>3.2.5</version>
+ <version>3.6.3</version>
</requireMavenVersion>
<requireJavaVersion>
<version>1.8</version>
@@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.12.1</version>
+ <version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -124,7 +124,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -212,7 +212,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -226,7 +226,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.11</version>
+ <version>0.8.12</version>
<executions>
<execution>
<id>start-agent</id>
@@ -266,24 +266,24 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.15.1</version>
+ <version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.22.1</version>
+ <version>2.23.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.22.1</version>
+ <version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.22.1</version>
+ <version>2.23.1</version>
</dependency>
<dependency>
@@ -324,6 +324,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.7.1</version>
<configuration>
<descriptorRefs>
<descriptorRef>src</descriptorRef>
@@ -340,6 +341,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>3.5.0</version>
<reportSets>
<reportSet>
<reports>
@@ -361,14 +363,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
+ <version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
+ <version>3.22.0</version>
<configuration>
<targetJdk>1.7</targetJdk>
<linkXRef>true</linkXRef>
@@ -377,6 +382,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
+ <version>3.3.1</version>
<configuration>
<configLocation>src/test/resources/checkstyle.xml
</configLocation>
@@ -389,6 +395,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>apt-maven-plugin</artifactId>
+ <version>1.0-alpha-5</version>
</plugin>
</plugins>
</reporting>
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/9f3391f015f9260d7da1a30699b349d1d2ee0ff2
--
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/commit/9f3391f015f9260d7da1a30699b349d1d2ee0ff2
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/20240510/887fc362/attachment.htm>
More information about the pkg-java-commits
mailing list