Skip to content

Commit

Permalink
fix/increase data model version (#118)
Browse files Browse the repository at this point in the history
* use patch version of data-model-lib
  • Loading branch information
wow-such-code authored Dec 15, 2022
1 parent cfa4b0d commit 9bbb428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<url>https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
<!-- we only need to tell maven where to find our parent pom and other QBiC dependencies -->
<!-- we only need to tell maven where to find our parent pom and other QBiC dependencies -->
<repositories>
<repository>
<releases>
Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<artifactId>data-model-lib</artifactId>
<groupId>life.qbic</groupId>
<version>2.24.0</version>
<version>2.24.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 9bbb428

Please sign in to comment.