[Git][java-team/libeuclid-java][master] 4 commits: New upstream version 1.6
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Sun Jan 2 07:40:17 GMT 2022
Andrius Merkys pushed to branch master at Debian Java Maintainers / libeuclid-java
Commits:
c1948c9a by Andrius Merkys at 2022-01-02T01:58:21-05:00
New upstream version 1.6
- - - - -
b9ad5da4 by Andrius Merkys at 2022-01-02T01:58:27-05:00
Update upstream source from tag 'upstream/1.6'
Update to upstream version '1.6'
with Debian dir 5f388a852242443fff156445fa99e1f8c9cdd9ab
- - - - -
9581b99b by Andrius Merkys at 2022-01-02T02:01:03-05:00
Bumping copyright years.
- - - - -
1cae7c35 by Andrius Merkys at 2022-01-02T02:01:21-05:00
Update changelog for 1.6-1 release
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- pom.xml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libeuclid-java (1.6-1) unstable; urgency=medium
+
+ * New upstream version 1.6
+ * Bumping copyright years.
+
+ -- Andrius Merkys <merkys at debian.org> Sun, 02 Jan 2022 02:01:17 -0500
+
libeuclid-java (1.4-1) unstable; urgency=medium
[ Andrius Merkys ]
=====================================
debian/copyright
=====================================
@@ -34,7 +34,7 @@ Copyright: 2000, Sundar Dorai-Raj
License: Apache-2.0 and GPL-2+
Files: debian/*
-Copyright: 2019-2021, Andrius Merkys <merkys at debian.org>
+Copyright: 2019-2022, Andrius Merkys <merkys at debian.org>
License: Apache-2.0
License: Apache-2.0
=====================================
pom.xml
=====================================
@@ -3,11 +3,13 @@
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>1.4</version>
+ <version>1.6</version>
<packaging>jar</packaging>
<properties>
- <guava.version>[30.0-jre,)</guava.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <guava.version>[31.0.1-jre,)</guava.version>
</properties>
<name>CML Euclid</name>
@@ -113,6 +115,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.7</version>
<configuration>
<check>
<haltOnFailure>false</haltOnFailure>
@@ -152,6 +155,7 @@
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
+ <version>1.10.b1</version>
<configuration>
<header>src/main/resources/header.txt</header>
<excludes>
@@ -221,19 +225,19 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.10.0</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/0ecffb4d8f6ac4000279d8dabe73393e8aeba8b5...1cae7c35fcaa22f2347a50fbbdf73e6d29b527b6
--
View it on GitLab: https://salsa.debian.org/java-team/libeuclid-java/-/compare/0ecffb4d8f6ac4000279d8dabe73393e8aeba8b5...1cae7c35fcaa22f2347a50fbbdf73e6d29b527b6
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/20220102/92258938/attachment.htm>
More information about the pkg-java-commits
mailing list