Skip to content

Commit f95dae6

Browse files
Update version to 2.20.0 (#327)
* Set version to 2.20.0 * remove unnessary whitespace Co-authored-by: Steffengreiner <Steffen.Greiner@gmx.de>
1 parent efe896a commit f95dae6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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.20.0-SNAPSHOT</version>
10+
<version>2.20.0</version>
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>

src/test/groovy/life/qbic/datamodel/dtos/projectmanagement/ProjectSpaceSpec.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ class ProjectSpaceSpec extends Specification {
2929

3030
then:
3131
thrown(IllegalArgumentException)
32-
3332
}
3433
}

0 commit comments

Comments
 (0)