[Git][java-team/cmlxom][upstream] New upstream version 4.4
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Mon Mar 20 07:24:31 GMT 2023
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits:
2c60f6f5 by Andrius Merkys at 2023-03-20T02:59:41-04:00
New upstream version 4.4
- - - - -
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: CMLXOM
-version: 4.3
-date-released: 2022-08-22
+version: 4.4
+date-released: 2022-10-09
url: "https://github.com/BlueObelisk/cmlxom"
preferred-citation:
type: article
=====================================
README.md
=====================================
@@ -11,7 +11,7 @@ implementing the XML object model (XOM) for the Chemical Markup Language (CML).
Instructions to increase the version:
```shell
-mvn versions:set -DnewVersion=4.4-SNAPSHOT
+mvn versions:set -DnewVersion=4.5-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>4.3</version>
+ <version>4.4</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
@@ -316,12 +316,12 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
- <version>1.3.7</version>
+ <version>1.3.8</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
@@ -342,7 +342,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.11.0</version>
+ <version>2.11.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -352,7 +352,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.18.0</version>
+ <version>2.19.0</version>
</dependency>
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/2c60f6f5b8e0f0c59c04a8eb887c641a1bc49a9b
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/2c60f6f5b8e0f0c59c04a8eb887c641a1bc49a9b
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/20230320/25884f1e/attachment.htm>
More information about the pkg-java-commits
mailing list