From feced1f5ccee2633686252e2ae911cdc4f23732e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Oct 2023 10:54:55 +0000 Subject: [PATCH] Restore java packages to 1.7-SNAPSHOT and update package.json --- binary/bin-war/pom.xml | 4 ++-- binary/pom.xml | 2 +- java/pom.xml | 2 +- java/printing/pom.xml | 2 +- java/services/pom.xml | 2 +- java/web/pom.xml | 4 ++-- package.json | 2 +- pom.xml | 2 +- product/pom.xml | 4 ++-- project/standard/templates/web/pom.xml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/binary/bin-war/pom.xml b/binary/bin-war/pom.xml index d2b053b6157..662f4659d51 100644 --- a/binary/bin-war/pom.xml +++ b/binary/bin-war/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-bin-war war - 1.7.0 + 1.7-SNAPSHOT MapStore 2 Release Module WAR Creates the war for the binary package, adding customization (e.g. h2 database) http://www.geo-solutions.it @@ -17,7 +17,7 @@ it.geosolutions.mapstore mapstore-product - 1.7.0 + 1.7-SNAPSHOT war runtime diff --git a/binary/pom.xml b/binary/pom.xml index 0314cc744be..b436d1733f3 100644 --- a/binary/pom.xml +++ b/binary/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-binary pom - 1.7.0 + 1.7-SNAPSHOT MapStore 2 Binary Module Project to create the binary package http://www.geo-solutions.it diff --git a/java/pom.xml b/java/pom.xml index 9a015c6f94a..61dac3b6c9b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-java pom - 1.7.0 + 1.7-SNAPSHOT MapStore 2 http://www.geo-solutions.it diff --git a/java/printing/pom.xml b/java/printing/pom.xml index 9eaf6eda9c7..a14ee541147 100644 --- a/java/printing/pom.xml +++ b/java/printing/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-print pom - 1.7.0 + 1.7-SNAPSHOT MapStore 2 - Printing extension bundle http://www.geo-solutions.it diff --git a/java/services/pom.xml b/java/services/pom.xml index 255b5c7b24d..a19048fc8db 100644 --- a/java/services/pom.xml +++ b/java/services/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-services jar - 1.7.0 + 1.7-SNAPSHOT MapStore 2 - Backend Services http://www.geo-solutions.it diff --git a/java/web/pom.xml b/java/web/pom.xml index b861537d6d8..87f6a9d7358 100644 --- a/java/web/pom.xml +++ b/java/web/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-webapp war - 1.7.0 + 1.7-SNAPSHOT MapStore 2 - WAR http://www.geo-solutions.it @@ -67,7 +67,7 @@ it.geosolutions.mapstore mapstore-services - 1.7.0 + 1.7-SNAPSHOT diff --git a/package.json b/package.json index a20f663ecec..9980d0985d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapstore2", - "version": "0.8.0", + "version": "0.8.1", "description": "MapStore 2", "repository": "https://github.com/geosolutions-it/MapStore2", "main": "index.js", diff --git a/pom.xml b/pom.xml index 2e9c3ebfd03..35a5dd58659 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-root pom - 1.7.0 + 1.7-SNAPSHOT MapStore Root diff --git a/product/pom.xml b/product/pom.xml index 974146d8ff1..7cc5bcaa220 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -3,7 +3,7 @@ it.geosolutions.mapstore mapstore-product war - 1.7.0 + 1.7-SNAPSHOT MapStore Product Web Application @@ -17,7 +17,7 @@ it.geosolutions.mapstore mapstore-webapp - 1.7.0 + 1.7-SNAPSHOT war runtime diff --git a/project/standard/templates/web/pom.xml b/project/standard/templates/web/pom.xml index 738fc34877d..fe2cf55880c 100644 --- a/project/standard/templates/web/pom.xml +++ b/project/standard/templates/web/pom.xml @@ -22,7 +22,7 @@ it.geosolutions.mapstore mapstore-services - 1.7.0 + 1.7-SNAPSHOT