Version bump to 5.7.0 and a few other components now draw the version from parent

This commit is contained in:
Jens Kristian Villadsen
2022-02-17 23:12:10 +01:00
parent 491482824c
commit e45ba6ce5b
2 changed files with 9 additions and 9 deletions

12
pom.xml
View File

@@ -14,18 +14,17 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>5.7.0-PRE9-SNAPSHOT</version>
<version>5.7.0</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
<properties>
<java.version>8</java.version>
<spring_boot_version>2.5.6</spring_boot_version>
</properties>
<prerequisites>
<maven>3.6.3</maven>
<maven>3.8.3</maven>
</prerequisites>
<packaging>war</packaging>
@@ -57,13 +56,10 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.25</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.25</version>
</dependency>
<!-- Needed for Email subscriptions -->
@@ -164,7 +160,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>1.30</version>
</dependency>
<!-- Used for CORS support -->
@@ -197,7 +193,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.4.1</version>
<version>5.1.3</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>