BUmp versions for new httpclient5

This commit is contained in:
Tadgh 2024-12-06 12:44:24 -08:00
parent dc4e1c723f
commit 06580742d4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-deployable-pom</artifactId> <artifactId>hapi-deployable-pom</artifactId>
<version>7.7.10-SNAPSHOT</version> <version>7.7.11-SNAPSHOT</version>
<relativePath>../hapi-deployable-pom/pom.xml</relativePath> <relativePath>../hapi-deployable-pom/pom.xml</relativePath>
</parent> </parent>

View File

@ -132,7 +132,7 @@
<dependency> <dependency>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client-apache-http5</artifactId> <artifactId>hapi-fhir-client-apache-http5</artifactId>
<version>7.7.10-SNAPSHOT</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>