Skip to content

Commit e2d32ca

Browse files
Merge pull request #261 from qbicsoftware/hotfix/remove-snapshot-from-pom
Change Version to 2.12.1 and removes SNAPSHOT tag
2 parents dcde2c9 + 0b50712 commit e2d32ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# the built documents.
5656
#
5757
# The short X.Y version.
58-
version = '2.12.0'
58+
version = '2.12.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.12.0'
60+
release = '2.12.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>life.qbic</groupId>
99
<artifactId>data-model-lib</artifactId>
10-
<version>2.12.1-SNAPSHOT</version> <!-- <<QUBE_FORCE_BUMP>> -->
10+
<version>2.12.1</version> <!-- <<QUBE_FORCE_BUMP>> -->
1111
<name>data-model-lib</name>
1212
<url>http://github.com/qbicsoftware/data-model-lib</url>
1313
<description>Data models. A collection of QBiC's central data models and DTOs. </description>

qube.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.12.0
2+
current_version = 2.12.1
33

44
[bumpversion_files_whitelisted]
55
dot_qube = .qube.yml

0 commit comments

Comments
 (0)