Versionen von SNAPSHOT auf 1.0.0
diff --git a/SAMO-Interface/pom.xml b/SAMO-Interface/pom.xml index d7e35f3..5685a87 100644 --- a/SAMO-Interface/pom.xml +++ b/SAMO-Interface/pom.xml
@@ -24,7 +24,7 @@ </parent> <groupId>org.eclipse.openk</groupId> <artifactId>grid-failure-information.backend.samo-interface</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>grid-failure-information.samo-interface</name> <description>Grid-Failure-Information Project for openKONSEQUENZ</description>
diff --git a/addressImport/pom.xml b/addressImport/pom.xml index 4b0ebff..3a71380 100644 --- a/addressImport/pom.xml +++ b/addressImport/pom.xml
@@ -24,7 +24,7 @@ </parent> <groupId>org.eclipse.openk</groupId> <artifactId>grid-failure-information.addressimport.service</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>grid-failure-information</name> <description>Address Import of Grid-Failure-Information Project for openKONSEQUENZ</description>
diff --git a/gfsBackendService/pom.xml b/gfsBackendService/pom.xml index b241807..a00189d 100644 --- a/gfsBackendService/pom.xml +++ b/gfsBackendService/pom.xml
@@ -25,7 +25,7 @@ </parent> <groupId>org.eclipse.openk</groupId> <artifactId>grid-failure-information.backend.service</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>grid-failure-information</name> <description>Grid-Failure-Information Project for openKONSEQUENZ</description>
diff --git a/gfsBackendService/src/main/resources/db/migration/V0_59__DbVersionAuf1.0.0.sql b/gfsBackendService/src/main/resources/db/migration/V0_59__DbVersionAuf1.0.0.sql new file mode 100644 index 0000000..a829f36 --- /dev/null +++ b/gfsBackendService/src/main/resources/db/migration/V0_59__DbVersionAuf1.0.0.sql
@@ -0,0 +1,15 @@ +----------------------------------------------------------------------------------- +-- ****************************************************************************** +-- * Copyright (c) 2019 Contributors to the Eclipse Foundation +-- * +-- * See the NOTICE file(s) distributed with this work for additional +-- * information regarding copyright ownership. +-- * +-- * This program and the accompanying materials are made available under the +-- * terms of the Eclipse Public License v. 2.0 which is available at +-- * http://www.eclipse.org/legal/epl-2.0. +-- * +-- * SPDX-License-Identifier: EPL-2.0 +-- ******************************************************************************* +----------------------------------------------------------------------------------- +UPDATE public.VERSION SET VERSION = '1.0.0' WHERE ID = 1;
diff --git a/mailExport/pom.xml b/mailExport/pom.xml index 332fa6b..a951909 100644 --- a/mailExport/pom.xml +++ b/mailExport/pom.xml
@@ -24,7 +24,7 @@ </parent> <groupId>org.eclipse.openk</groupId> <artifactId>grid-failure-information.mailexport</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>grid-failure-information.mailexport</name> <description>Grid-Failure-Information Project for openKONSEQUENZ</description>
diff --git a/stoerungsauskunftInterface/pom.xml b/stoerungsauskunftInterface/pom.xml index 6ed459b..5a6532e 100644 --- a/stoerungsauskunftInterface/pom.xml +++ b/stoerungsauskunftInterface/pom.xml
@@ -25,7 +25,7 @@ </parent> <groupId>org.eclipse.openk</groupId> <artifactId>grid-failure-information.backend.stoerungsauskunft-interface</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>grid-failure-information.stoerungsauskunft-interface</name> <description>Grid-Failure-Information Project for openKONSEQUENZ</description>
diff --git a/testImportGridFailures/pom.xml b/testImportGridFailures/pom.xml index 5c37235..c747448 100644 --- a/testImportGridFailures/pom.xml +++ b/testImportGridFailures/pom.xml
@@ -24,7 +24,7 @@ </parent> <groupId>org.eclipse.openk</groupId> <artifactId>grid-failure-information.backend.test-import-service</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>grid-failure-information.TestImportService</name> <description>Grid-Failure-Information Project for openKONSEQUENZ</description>