Skip to content

Commit 698caba

Browse files
authored
Merge branch 'master' into release/2.12.0
2 parents 97d66ba + ad49fc8 commit 698caba

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/nexus-publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
restore-keys: |
3030
${{ runner.os }}-maven-
3131
32+
- name: Remove snapshot tags
33+
run: mvn versions:set -DremoveSnapshot
34+
3235
- name: Build with Maven
3336
run: mvn -B package --file pom.xml
3437

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
1919

2020
**Deprecated**
2121

22-
2322
2.11.0 (2021-08-03)
2423
----------------------------
2524

1.57 KB
Loading

0 commit comments

Comments
 (0)