diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f1c3d4a2..f2564938 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,8 @@ jobs: restore-keys: | maven- - run: mvn install -Pjacoco - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v4.0.0-beta.3 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true diff --git a/.rultor.yml b/.rultor.yml index 369fe3d2..ae82650e 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -1,5 +1,5 @@ docker: - image: yegor256/rultor-image:1.20.0 + image: yegor256/rultor-image:1.22.0 assets: secring.gpg: yegor256/home#assets/secring.gpg settings.xml: yegor256/home#assets/xembly/settings.xml @@ -15,6 +15,7 @@ merge: mvn clean install -Pxembly -Pqulice --errors --settings ../settings.xml mvn clean site -Psite --errors --settings ../settings.xml -Dinvoker.skip release: + pre: false script: |- [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 mvn versions:set "-DnewVersion=${tag}" diff --git a/LICENSE.txt b/LICENSE.txt index 5e166f71..8d7d3c7f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013-2023, xembly.org +Copyright (c) 2013-2024, xembly.org All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index db7b0ead..02112b0d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -logo +logo [![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org) [![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/xembly)](http://www.rultor.com/p/yegor256/xembly) @@ -12,7 +12,6 @@ [![Javadoc](http://www.javadoc.io/badge/com.jcabi.incubator/xembly.svg)](http://www.javadoc.io/doc/com.jcabi.incubator/xembly) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi.incubator/xembly/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi.incubator/xembly) [![Hits-of-Code](https://hitsofcode.com/github/yegor256/xembly)](https://hitsofcode.com/view/github/yegor256/xembly) -![Lines of code](https://img.shields.io/tokei/lines/github/yegor256/xembly) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=yegor256_xembly&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=yegor256_xembly) **Xembly** is an [Assembly](http://en.wikipedia.org/wiki/Assembly_language)-like @@ -31,7 +30,7 @@ You need this dependency: com.jcabi.incubator xembly - 0.30.0 + 0.31.0 ``` diff --git a/pom.xml b/pom.xml index 52f87ab6..dbb6b185 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@