Skip to content
Snippets Groups Projects
Commit 4cd3428e authored by OZGCloud's avatar OZGCloud
Browse files

release 1.1.0

parent 66eb7f45
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -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 -->
......
......@@ -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
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment