[Git][java-team/cmlxom][master] 3 commits: New upstream version 4.9
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Fri May 17 10:13:01 BST 2024
Andrius Merkys pushed to branch master at Debian Java Maintainers / cmlxom
Commits:
70ddbf87 by Andrius Merkys at 2024-05-17T03:26:55-04:00
New upstream version 4.9
- - - - -
79ea478f by Andrius Merkys at 2024-05-17T03:27:02-04:00
Update upstream source from tag 'upstream/4.9'
Update to upstream version '4.9'
with Debian dir 6abcfd52787cf8151e7c021c04349dc24023a9ee
- - - - -
985091dc by Andrius Merkys at 2024-05-17T03:27:54-04:00
Update changelog for 4.9-1 release
- - - - -
4 changed files:
- CITATION.cff
- README.md
- debian/changelog
- 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.8
-date-released: 2024-02-17
+version: 4.9
+date-released: 2024-05-09
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.9-SNAPSHOT
+mvn versions:set -DnewVersion=4.10-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cmlxom (4.9-1) unstable; urgency=medium
+
+ * New upstream version 4.9
+
+ -- Andrius Merkys <merkys at debian.org> Fri, 17 May 2024 03:27:49 -0400
+
cmlxom (4.8-1) unstable; urgency=medium
* New upstream version 4.8
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>4.8</version>
+ <version>4.9</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.8</version>
+ <version>2.9</version>
</dependency>
<dependency>
<groupId>xom</groupId>
@@ -397,12 +397,12 @@
<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-1.2-api</artifactId>
- <version>2.22.1</version>
+ <version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/7fb01504ae32b3ba6f3cf28c25831f95c4d40e44...985091dc23dc66468946484b03f0e251a2173d56
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/7fb01504ae32b3ba6f3cf28c25831f95c4d40e44...985091dc23dc66468946484b03f0e251a2173d56
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/20240517/e16dd400/attachment.htm>
More information about the pkg-java-commits
mailing list