Commits
ttn authored 5adeab5ba36
1 1 | |
2 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 5 | <parent> |
6 6 | <artifactId>cbs-parent</artifactId> |
7 7 | <groupId>dk.sundhedsdatastyrelsen.cbs</groupId> |
8 - | <version>1.0.0-rc.6-SNAPSHOT</version> |
8 + | <version>1.0.0-rc.4-2</version> |
9 9 | </parent> |
10 10 | <modelVersion>4.0.0</modelVersion> |
11 11 | |
12 12 | <artifactId>cbs-common</artifactId> |
13 13 | |
14 14 | <dependencies> |
15 15 | <dependency> |
16 16 | <groupId>com.google.guava</groupId> |
17 17 | <artifactId>guava</artifactId> |
18 18 | <version>${version.guava}</version> |