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

start development 1.15.0-SNAPSHOT

parent 39de7b8e
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<artifactId>common</artifactId> <artifactId>common</artifactId>
......
<project xmlns="http://maven.apache.org/POM/4.0.0" <?xml version="1.0"?>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>enterprise-adapter</artifactId> <artifactId>enterprise-adapter</artifactId>
<name>EM - Enterprise Interface Adapter</name> <name>EM - Enterprise Interface Adapter</name>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>formcycle-adapter</artifactId> <artifactId>formcycle-adapter</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>formcycle-adapter-interface</artifactId> <artifactId>formcycle-adapter-interface</artifactId>
<name>EM - Formcycle Adapter - Interface</name> <name>EM - Formcycle Adapter - Interface</name>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<properties> <properties>
<pluto.version>1.11.0</pluto.version> <pluto.version>1.11.0</pluto.version>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>formcycle-adapter</artifactId> <artifactId>formcycle-adapter</artifactId>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
......
...@@ -24,9 +24,7 @@ ...@@ -24,9 +24,7 @@
unter der Lizenz sind dem Lizenztext zu entnehmen. unter der Lizenz sind dem Lizenztext zu entnehmen.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -39,7 +37,7 @@ ...@@ -39,7 +37,7 @@
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Eingangs Adapter - Parent</name> <name>Eingangs Adapter - Parent</name>
......
...@@ -17,6 +17,7 @@ echo ...@@ -17,6 +17,7 @@ echo
# #
PROJECTS="pom.xml:main PROJECTS="pom.xml:main
common/pom.xml:parent common/pom.xml:parent
enterprise-adapter/pom.xml:parent
formcycle-adapter/formcycle-adapter-impl/pom.xml:parent formcycle-adapter/formcycle-adapter-impl/pom.xml:parent
formcycle-adapter/formcycle-adapter-interface/pom.xml:main formcycle-adapter/formcycle-adapter-interface/pom.xml:main
formcycle-adapter/pom.xml:parent formcycle-adapter/pom.xml:parent
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>semantik-adapter</artifactId> <artifactId>semantik-adapter</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.14.0</version> <version>1.15.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>xta-adapter</artifactId> <artifactId>xta-adapter</artifactId>
<name>Eingangs Adapter - XTA</name> <name>Eingangs Adapter - XTA</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment