[Git][java-team/cmlxom][upstream] New upstream version 3.3
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Mon Dec 20 07:04:40 GMT 2021
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits:
9153d286 by Andrius Merkys at 2021-12-18T01:30:29-05:00
New upstream version 3.3
- - - - -
2 changed files:
- README.md
- pom.xml
Changes:
=====================================
README.md
=====================================
@@ -1,18 +1,10 @@
# CMLXOM
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/cmlxom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/cmlxom)
[![Build Status](https://github.com/BlueObelisk/cmlxom/actions/workflows/maven.yml/badge.svg)](https://github.com/BlueObelisk/cmlxom/actions/workflows/maven.yml)
A Java library for processing CML,
implementing the XML object model (XOM) for the Chemical Markup Language (CML).
----
-**Note:**
-As of 2020-01-01 the the official home for CMLXOM is:
-<https://github.com/BlueObelisk/cmlxom>.
-CMLXOM's old home at: <https://bitbucket.org/wwmm/cmlxom> is subject to be
-removed once Bitbucket removes all Mercurial repositories mid-2020.
----
-
-
## Releases
Instructions to increase the version:
=====================================
pom.xml
=====================================
@@ -3,16 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!--
- <parent>
- <groupId>uk.ac.cam.ch.wwmm</groupId>
- <artifactId>wwmm-parent</artifactId>
- <version>5-SNAPSHOT</version>
- </parent>
--->
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>3.2</version>
+ <version>3.3</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
@@ -26,9 +19,9 @@
</licenses>
<scm>
- <url>https://bitbucket.org/wwmm/cmlxom/src</url>
- <connection>scm:hg:http://bitbucket.org/wwmm/cmlxom</connection>
- <developerConnection>scm:hg:https://bitbucket.org/wwmm/cmlxom</developerConnection>
+ <url>https://github.com/BlueObelisk/cmlxom</url>
+ <connection>scm:git:git://github.com/blueobelisk/cmlxom.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/blueobelisk/cmlxom.git</developerConnection>
</scm>
<developers>
<developer>
@@ -308,7 +301,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
</dependency>
<dependency>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/9153d286350abf5c1f36971ae460f8b7305255ae
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/9153d286350abf5c1f36971ae460f8b7305255ae
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/20211220/c96bcf35/attachment.htm>
More information about the pkg-java-commits
mailing list