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://g...@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.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to