Andrius Merkys pushed to branch master at Debian Java Maintainers / 
libeuclid-java


Commits:
ae2b7372 by Andrius Merkys at 2022-03-31T05:36:02-04:00
New upstream version 2.1
- - - - -
e3ac9bde by Andrius Merkys at 2022-03-31T05:36:55-04:00
Update upstream source from tag 'upstream/2.1'

Update to upstream version '2.1'
with Debian dir beaf74973a85dd0accaace19c81a197b242bc6df
- - - - -
2f84fed1 by Andrius Merkys at 2022-03-31T05:38:50-04:00
Add reference.

- - - - -
85aa0e34 by Andrius Merkys at 2022-03-31T05:39:39-04:00
Update changelog for 2.1-1 release

- - - - -


5 changed files:

- CITATION.cff
- README.md
- debian/changelog
- debian/upstream/metadata
- 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: Euclid
-version: 2.0
-date-released: 2022-01-03
+version: 2.1
+date-released: 2022-03-27
 url: "https://github.com/BlueObelisk/cmlxom";
 preferred-citation:
   type: article


=====================================
README.md
=====================================
@@ -1,6 +1,7 @@
 # CML Euclid
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/euclid/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/euclid)
 [![Build 
Status](https://github.com/BlueObelisk/euclid/actions/workflows/maven.yml/badge.svg)](https://github.com/BlueObelisk/euclid/actions/workflows/maven.yml)
+[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815148.svg)](https://doi.org/10.5281/zenodo.5815148)
 
 A library of numeric, geometric and XML routines
 
@@ -15,7 +16,7 @@ It's used a lot in CML tools (JUMBO, JUMBO-converters) and 
also AMI (for extract
 Instructions to increase the version:
 
 ```shell
-mvn versions:set -DnewVersion=1.4-SNAPSHOT
+mvn versions:set -DnewVersion=2.2-SNAPSHOT
 ```
 
 Deploy to Sonatype with the following commands, for snapshots and releases 
respectively:


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libeuclid-java (2.1-1) unstable; urgency=medium
+
+  * New upstream version 2.1
+  * Add reference.
+
+ -- Andrius Merkys <mer...@debian.org>  Thu, 31 Mar 2022 05:39:35 -0400
+
 libeuclid-java (2.0-1) unstable; urgency=medium
 
   * New upstream version 2.0


=====================================
debian/upstream/metadata
=====================================
@@ -3,3 +3,15 @@ Bug-Database: https://github.com/blueobelisk/euclid/issues
 Bug-Submit: https://github.com/blueobelisk/euclid/issues/new
 Repository: https://github.com/blueobelisk/euclid.git
 Repository-Browse: https://github.com/BlueObelisk/euclid
+Reference:
+- Author: Murray-Rust, Peter and Rzepa, Henry S
+  DOI: 10.1186/1758-2946-3-44
+  ISSN: 1758-2946
+  Journal: Journal of Cheminformatics
+  Month: Oct
+  Number: 1
+  Publisher: Springer Science and Business Media LLC
+  Title: 'CML: Evolution and design'
+  URL: http://dx.doi.org/10.1186/1758-2946-3-44
+  Volume: 3
+  Year: 2011


=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
 
   <groupId>org.blueobelisk</groupId>
   <artifactId>euclid</artifactId>
-  <version>2.0</version>
+  <version>2.1</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -80,7 +80,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.3.2</version>
         <executions>
           <execution>
             <id>attach-javadocs</id>
@@ -207,7 +207,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <!--
       <scope>test</scope>
       -->
@@ -230,19 +230,19 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>2.17.1</version>
+      <version>2.17.2</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-1.2-api</artifactId>
-      <version>2.17.1</version>
+      <version>2.17.2</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.0</version>
+      <version>3.12.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -253,7 +253,7 @@
     <dependency>
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>1.6.2</version>
+      <version>2.10.14</version>
     </dependency>
 
     <dependency>



View it on GitLab: 
https://salsa.debian.org/java-team/libeuclid-java/-/compare/412bffd2456eeb3a9be88e4edf1234650a4e4cb5...85aa0e34920ca3fbb0240a8db485cb3d0a08b64c

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libeuclid-java/-/compare/412bffd2456eeb3a9be88e4edf1234650a4e4cb5...85aa0e34920ca3fbb0240a8db485cb3d0a08b64c
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