Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom


Commits:
499cfb75 by Andrius Merkys at 2023-09-14T02:10:26-04:00
New upstream version 4.6
- - - - -


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.5
-date-released: 2023-04-09
+version: 4.6
+date-released: 2023-08-26
 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.6-SNAPSHOT
+mvn versions:set -DnewVersion=4.7-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.5</version>
+       <version>4.6</version>
        <packaging>jar</packaging>
        <name>CMLXOM</name>
        <description>A Java library for processing CML</description>
@@ -335,21 +335,17 @@
                <dependency>
                        <groupId>org.blueobelisk</groupId>
                        <artifactId>euclid</artifactId>
-                       <version>2.5</version>
+                       <version>2.6</version>
                </dependency>
                <dependency>
                        <groupId>xom</groupId>
                        <artifactId>xom</artifactId>
-                       <version>1.3.8</version>
+                       <version>1.3.9</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>xerces</groupId>
                                        <artifactId>xercesImpl</artifactId>
                                </exclusion>
-                               <exclusion>
-                                       <groupId>xalan</groupId>
-                                       <artifactId>xalan</artifactId>
-                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
@@ -366,7 +362,7 @@
                <dependency>
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
-                       <version>2.11.0</version>
+                       <version>2.13.0</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>



View it on GitLab: 
https://salsa.debian.org/java-team/cmlxom/-/commit/499cfb7574de0e56bdd16856f8e8cedf1195d67b

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cmlxom/-/commit/499cfb7574de0e56bdd16856f8e8cedf1195d67b
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to