[Git][java-team/libeuclid-java][master] 4 commits: New upstream version 2.9
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Fri May 10 07:45:53 BST 2024
Andrius Merkys pushed to branch master at Debian Java Maintainers / libeuclid-java
Commits:
9f3391f0 by Andrius Merkys at 2024-05-10T02:06:21-04:00
New upstream version 2.9
- - - - -
0e8db27f by Andrius Merkys at 2024-05-10T02:06:26-04:00
Update upstream source from tag 'upstream/2.9'
Update to upstream version '2.9'
with Debian dir 0d447e170baebb74531f390275084bc1e03ddba9
- - - - -
e13f3cd0 by Andrius Merkys at 2024-05-10T02:08:06-04:00
Update copyright years.
- - - - -
4f08dbf3 by Andrius Merkys at 2024-05-10T02:08:27-04:00
Update changelog for 2.9-1 release
- - - - -
5 changed files:
- CITATION.cff
- README.md
- debian/changelog
- debian/copyright
- 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:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libeuclid-java (2.9-1) unstable; urgency=medium
+
+ * New upstream version 2.9
+
+ -- Andrius Merkys <merkys at debian.org> Fri, 10 May 2024 02:08:23 -0400
+
libeuclid-java (2.8-1) unstable; urgency=medium
* New upstream version 2.8
=====================================
debian/copyright
=====================================
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/BlueObelisk/euclid/issues
Source: https://github.com/BlueObelisk/euclid
Files: *
-Copyright: 1994-2023, Peter Murray-Rust
+Copyright: 1994-2024, Peter Murray-Rust
License: Apache-2.0
Files: src/main/java/blogspot/*
=====================================
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/-/compare/25a99fb92f088136aced019077359986fc83b52b...4f08dbf37a4dde5d458a9d6d5d2b31c3671f7a95
--
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/25a99fb92f088136aced019077359986fc83b52b...4f08dbf37a4dde5d458a9d6d5d2b31c3671f7a95
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/dbb2716a/attachment.htm>
More information about the pkg-java-commits
mailing list