New Upstream Snapshot - cmlxom

Ready changes

Summary

Merged new upstream version: 4.3+git20221009.1.632e22b (was: 4.3).

Diff

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
deleted file mode 100644
index 60f181f..0000000
--- a/.github/workflows/maven.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Java CI with Maven
-
-on:
-  push:
-  pull_request:
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        java: [ '8', '11', '14', '17' ]
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v2
-      with:
-        java-version: ${{ matrix.java }}
-        distribution: 'adopt'
-    - name: Build with Maven
-      run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
diff --git a/.gitignore b/.gitignore
deleted file mode 100755
index 56e8931..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-foo
-^.project$
-^.settings/
-^.classpath$
-^.gitignore~$
-^target/.*
-/target/
diff --git a/CITATION.cff b/CITATION.cff
index 608e88f..1f999ca 100644
--- a/CITATION.cff
+++ b/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
diff --git a/README.md b/README.md
index ea040cd..f2d1313 100644
--- a/README.md
+++ b/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:
diff --git a/debian/changelog b/debian/changelog
index 9de7abb..c3be94b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmlxom (4.3+git20221009.1.632e22b-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 08 Feb 2023 16:48:29 -0000
+
 cmlxom (4.3-1) unstable; urgency=medium
 
   * New upstream version 4.3
diff --git a/pom.xml b/pom.xml
index 6b2b354..a23b37b 100644
--- a/pom.xml
+++ b/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>

More details

Full run details

Historical runs