[Git][java-team/cmlxom][master] 3 commits: New upstream version 3.3
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Mon Dec 20 07:04:38 GMT 2021
Andrius Merkys pushed to branch master at Debian Java Maintainers / cmlxom
Commits:
9153d286 by Andrius Merkys at 2021-12-18T01:30:29-05:00
New upstream version 3.3
- - - - -
80be1b04 by Andrius Merkys at 2021-12-18T01:30:36-05:00
Update upstream source from tag 'upstream/3.3'
Update to upstream version '3.3'
with Debian dir b1807700826466b32b54c0dc167c14d2ef17b4dd
- - - - -
ef501866 by Andrius Merkys at 2021-12-20T01:31:07-05:00
Update changelog for 3.3-1 release
- - - - -
3 changed files:
- README.md
- debian/changelog
- pom.xml
Changes:
=====================================
README.md
=====================================
@@ -1,18 +1,10 @@
# CMLXOM
+[](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/cmlxom)
[](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:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cmlxom (3.3-1) unstable; urgency=medium
+
+ * New upstream version 3.3
+
+ -- Andrius Merkys <merkys at debian.org> Mon, 20 Dec 2021 01:30:56 -0500
+
cmlxom (3.2-2) unstable; urgency=medium
* Dropping boilerplate debian/README.source.
=====================================
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/-/compare/3e4756521bd8344d2ecbe56f8872a7fd616731e0...ef501866515a342bf6790f5a755a45be8135e961
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/compare/3e4756521bd8344d2ecbe56f8872a7fd616731e0...ef501866515a342bf6790f5a755a45be8135e961
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/53d83fae/attachment.htm>
More information about the pkg-java-commits
mailing list