We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe896a commit f95dae6Copy full SHA for f95dae6
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>life.qbic</groupId>
9
<artifactId>data-model-lib</artifactId>
10
- <version>2.20.0-SNAPSHOT</version>
+ <version>2.20.0</version>
11
<name>data-model-lib</name>
12
<url>http://github.com/qbicsoftware/data-model-lib</url>
13
<description>Data models. A collection of QBiC's central data models and DTOs. </description>
src/test/groovy/life/qbic/datamodel/dtos/projectmanagement/ProjectSpaceSpec.groovy
@@ -29,6 +29,5 @@ class ProjectSpaceSpec extends Specification {
29
30
then:
31
thrown(IllegalArgumentException)
32
-
33
}
34
0 commit comments