diff --git a/common/pom.xml b/common/pom.xml index 93a57946820d7d6daeb80cf32b91e85833768543..d3eaf9813c1b1bdbc82cb455cca22dd43416e7c0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../</relativePath> </parent> <artifactId>common</artifactId> diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml index 13b0e9c9a215f31a1c30929185f8b3fb3cce7342..23e8b9cf2142729983550e7caf8ccc8e2873a27d 100644 --- a/formcycle-adapter/formcycle-adapter-impl/pom.xml +++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml @@ -30,14 +30,14 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>formcycle-adapter</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>formcycle-adapter-impl</artifactId> <name>EM - Formcycle Adapter - Implementation</name> <properties> - <formcycle-interface.version>1.0.0-SNAPSHOT</formcycle-interface.version> + <formcycle-interface.version>1.1.0</formcycle-interface.version> </properties> <dependencies> diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index ab58e08611f9412a3dc5aca82ac659c77de45454..835af7a9a048cc892ba93b32f480f54fe3146059 100644 --- a/formcycle-adapter/formcycle-adapter-interface/pom.xml +++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml @@ -36,20 +36,24 @@ <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>formcycle-adapter-interface</artifactId> <name>EM - Formcycle Adapter - Interface</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> + + <properties> + <pluto.version>1.3.1</pluto.version> + </properties> <dependencies> <dependency> <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-interface</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>${pluto.version}</version> </dependency> <dependency> <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-interface</artifactId> <classifier>sources</classifier> - <version>1.3.0-SNAPSHOT</version> <scope>compile</scope> + <version>${pluto.version}</version> </dependency> <!-- protobuf --> @@ -94,4 +98,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index 6bb8825549c64660fdcfd5ea2fdb2d3174e7030e..b92d0943ce6010e591681dcf2a31788ef87c9e09 100644 --- a/formcycle-adapter/pom.xml +++ b/formcycle-adapter/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>formcycle-adapter</artifactId> @@ -46,7 +46,7 @@ <properties> <spring-boot.build-image.imageName>docker.ozg-sh.de/formcycle-adapter:build-latest</spring-boot.build-image.imageName> - <pluto.version>1.3.0-SNAPSHOT</pluto.version> + <pluto.version>1.3.1</pluto.version> </properties> <dependencyManagement> @@ -63,6 +63,18 @@ <type>test-jar</type> <scope>test</scope> </dependency> + <dependency> + <groupId>de.itvsh.ozg.pluto</groupId> + <artifactId>pluto-interface</artifactId> + <version>${pluto.version}</version> + </dependency> + <dependency> + <groupId>de.itvsh.ozg.pluto</groupId> + <artifactId>pluto-interface</artifactId> + <classifier>sources</classifier> + <scope>compile</scope> + <version>${pluto.version}</version> + </dependency> </dependencies> </dependencyManagement> </project> \ No newline at end of file diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 12a71cad09ef93dbaf7fe6a1f6e1ca5e4b23b40b..4406cf3ea62b67b72eaa6cb3d47dec4562b27da0 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../</relativePath> </parent> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index 2f6ede134873c06fcd7ed9bc035dc07e509365db..2bca2e19ddf5db53d27b137179ea670f3a768ffd 100644 --- a/forwarder/pom.xml +++ b/forwarder/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../</relativePath> </parent> diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml index 02d72bd30e873338dc5fc5554d3f14bd70b5571d..46bdc97411b782cba2a7c2e3303caedcb483441a 100644 --- a/intelliform-adapter/pom.xml +++ b/intelliform-adapter/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 0e4caee66b1f172d430bfb8bdc54ca063331e962..c7a77632652c4e43955557fc4dacde18956c692d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <artifactId>parent</artifactId> <name>Eingangs Adapter - Parent</name> <packaging>pom</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <parent> <groupId>de.itvsh.kop.common</groupId> @@ -52,7 +52,7 @@ <properties> <mapstruct.version>1.4.2.Final</mapstruct.version> - <pluto.version>1.3.0-SNAPSHOT</pluto.version> + <pluto.version>1.3.1</pluto.version> <jsoup.version>1.14.3</jsoup.version> <xmlschema.version>2.3.0</xmlschema.version> @@ -205,4 +205,4 @@ </snapshotRepository> </distributionManagement> -</project> \ No newline at end of file +</project> diff --git a/router/pom.xml b/router/pom.xml index 30d1c33a9706b4a6d851bf17df80b46f0fa616c4..6aba100d3710e4594015ed13dc2cb5399b161367 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index f343714ad0beeb722b0ea4619a3f4164cb86403d..9b97c77668e4e2328b0ea5026180368595186544 100644 --- a/semantik-adapter/pom.xml +++ b/semantik-adapter/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>semantik-adapter</artifactId>