[Git][java-team/cmlxom][upstream] New upstream version 4.5
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Tue Apr 11 08:54:15 BST 2023
Andrius Merkys pushed to branch upstream at Debian Java Maintainers / cmlxom
Commits:
860c808d by Andrius Merkys at 2023-04-11T02:19:11-04:00
New upstream version 4.5
- - - - -
5 changed files:
- .github/workflows/maven.yml
- .gitignore
- CITATION.cff
- README.md
- pom.xml
Changes:
=====================================
.github/workflows/maven.yml
=====================================
@@ -10,14 +10,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [ '8', '11', '14', '17' ]
+ java: [ 8, 11, 17, 19 ]
steps:
- - uses: actions/checkout at v2
+ - uses: actions/checkout at v3
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java at v2
+ uses: actions/setup-java at v3
with:
java-version: ${{ matrix.java }}
- distribution: 'adopt'
+ distribution: 'temurin'
- name: Build with Maven
run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action at v3
+
=====================================
.gitignore
=====================================
@@ -1,7 +1,7 @@
foo
-^.project$
-^.settings/
-^.classpath$
-^.gitignore~$
+.project
+.settings/
+.classpath
+.gitignore~
^target/.*
/target/
=====================================
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.4
-date-released: 2022-10-09
+version: 4.5
+date-released: 2023-04-09
url: "https://github.com/BlueObelisk/cmlxom"
preferred-citation:
type: article
=====================================
README.md
=====================================
@@ -2,6 +2,7 @@
[![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)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815142.svg)](https://doi.org/10.5281/zenodo.5815142)
+[![codecov](https://codecov.io/gh/BlueObelisk/cmlxom/branch/main/graph/badge.svg?token=E1NGWVWL04)](https://codecov.io/gh/BlueObelisk/cmlxom)
A Java library for processing CML,
implementing the XML object model (XOM) for the Chemical Markup Language (CML).
@@ -11,13 +12,12 @@ implementing the XML object model (XOM) for the Chemical Markup Language (CML).
Instructions to increase the version:
```shell
-mvn versions:set -DnewVersion=4.5-SNAPSHOT
+mvn versions:set -DnewVersion=4.6-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
```sh1ll
mvn clean deploy
-mvn clean deploy -P release
```
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
- <version>4.4</version>
+ <version>4.5</version>
<packaging>jar</packaging>
<name>CMLXOM</name>
<description>A Java library for processing CML</description>
@@ -167,7 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.1</version>
<configuration>
<doclint>all,-missing</doclint>
<source>8</source>
@@ -283,9 +283,28 @@
</goals>
</execution>
</executions>
- </plugin>
- </plugins>
- </build>
+ </plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>0.8.8</version>
+ <executions>
+ <execution>
+ <id>start-agent</id>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-report</id>
+ <goals>
+ <goal>report</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<distributionManagement>
<snapshotRepository>
@@ -316,7 +335,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
</dependency>
<dependency>
<groupId>xom</groupId>
@@ -342,7 +361,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.11.2</version>
+ <version>2.12.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -352,7 +371,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.19.0</version>
+ <version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/860c808dbc13677b7cb23b3a1f9290687942e7b7
--
View it on GitLab: https://salsa.debian.org/java-team/cmlxom/-/commit/860c808dbc13677b7cb23b3a1f9290687942e7b7
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/20230411/bae9603e/attachment.htm>
More information about the pkg-java-commits
mailing list