diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index c8943531afa3f38ee92bd21e9c6c17e24c99642d..1936ae3f5f50a75f1accc7f6c0966b0991eee07d 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -13,6 +13,10 @@ <name>Eingangs Adapter - FormSolutions</name> <packaging>jar</packaging> + <properties> + <spring-boot.build-image.imageName>docker.ozg-sh.de/formsolutions-adapter:build-latest</spring-boot.build-image.imageName> + </properties> + <dependencies> <!-- own projects --> <dependency> @@ -95,7 +99,7 @@ </configuration> </plugin> <!-- end::xsd[] --> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>