[Git][java-team/cmlxom][master] 4 commits: New upstream version 4.10
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Mon Jan 20 13:24:54 GMT 2025
Andrius Merkys pushed to branch master at Debian Java Maintainers / cmlxom
Commits:
f1b97996 by Andrius Merkys at 2025-01-20T07:50:33-05:00
New upstream version 4.10
- - - - -
77d8fde1 by Andrius Merkys at 2025-01-20T07:50:42-05:00
Update upstream source from tag 'upstream/4.10'
Update to upstream version '4.10'
with Debian dir 098bee031dd8374f4a70d32329484d8c43286ac3
- - - - -
a2845d86 by Andrius Merkys at 2025-01-20T07:51:29-05:00
Refresh debian/copyright.
- - - - -
89ea8067 by Andrius Merkys at 2025-01-20T07:52:03-05:00
Update changelog for 4.10-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: CMLXOM
-version: 4.9
-date-released: 2024-05-09
+version: 4.10
+date-released: 2025-01-19
url: "https://github.com/BlueObelisk/cmlxom"
preferred-citation:
type: article
=====================================
README.md
=====================================
@@ -12,7 +12,7 @@ implementing the XML object model (XOM) for the Chemical Markup Language (CML).
Instructions to increase the version:
```shell
-mvn versions:set -DnewVersion=4.10-SNAPSHOT
+mvn versions:set -DnewVersion=4.11-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+cmlxom (4.10-1) unstable; urgency=medium
+
+ * New upstream version 4.10
+ * Refresh debian/copyright.
+
+ -- Andrius Merkys <merkys at debian.org> Mon, 20 Jan 2025 07:51:55 -0500
+
cmlxom (4.9-1) unstable; urgency=medium
* New upstream version 4.9
=====================================
debian/copyright
=====================================
@@ -14,7 +14,7 @@ Copyright: 2023, Gowri Shankar K, Sakshi Jain, Sivasuriyan
License: Apache-2.0
Files: debian/*
-Copyright: 2019-2024, Andrius Merkys <merkys at debian.org>
+Copyright: 2019-2025, Andrius Merkys <merkys at debian.org>
License: Apache-2.0
License: Apache-2.0
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>4.9</version>
+ <version>4.10</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
@@ -370,7 +370,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.9</version>
+ <version>2.10</version>
</dependency>
<dependency>
<groupId>xom</groupId>
@@ -392,17 +392,17 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.12.7</version>
+ <version>2.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.1</version>
+ <version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.23.1</version>
+ <version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/985091dc23dc66468946484b03f0e251a2173d56...89ea8067718b85d827d6a75a0fad93c413af5a28
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/985091dc23dc66468946484b03f0e251a2173d56...89ea8067718b85d827d6a75a0fad93c413af5a28
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/20250120/e433f4f7/attachment.htm>
More information about the pkg-java-commits
mailing list