From 22deb1d235916f6204fb583dba3de9410bd70248 Mon Sep 17 00:00:00 2001 From: ebocher Date: Fri, 12 Jan 2024 16:12:10 +0100 Subject: [PATCH 1/3] Prepare release 1.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ccd0a4005..fa0fbf69b9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.orbisgis.geoclimate geoclimate-parent pom - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT geoindicators bdtopo From fe5abd7cf550add83332a3c95d919ec973ba3703 Mon Sep 17 00:00:00 2001 From: ebocher Date: Fri, 12 Jan 2024 16:25:34 +0100 Subject: [PATCH 2/3] Prepare release 1.0.0 --- bdtopo/pom.xml | 4 ++-- common-utils/pom.xml | 4 ++-- geoclimate-cli/pom.xml | 4 ++-- .../src/main/groovy/org/orbisgis/geoclimate/Geoclimate.groovy | 2 +- .../test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy | 2 +- geoindicators/pom.xml | 4 ++-- .../geoclimate/geoindicators/WorkflowGeoIndicatorsTest.groovy | 2 +- osm/pom.xml | 4 ++-- osmtools/pom.xml | 4 ++-- worldpoptools/pom.xml | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bdtopo/pom.xml b/bdtopo/pom.xml index a295907bb1..e691417586 100644 --- a/bdtopo/pom.xml +++ b/bdtopo/pom.xml @@ -4,10 +4,10 @@ org.orbisgis.geoclimate geoclimate-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT 4.0.0 - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 diff --git a/common-utils/pom.xml b/common-utils/pom.xml index 65d02640a5..af47fbd9a4 100644 --- a/common-utils/pom.xml +++ b/common-utils/pom.xml @@ -7,11 +7,11 @@ org.orbisgis.geoclimate geoclimate-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT common-utils - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 diff --git a/geoclimate-cli/pom.xml b/geoclimate-cli/pom.xml index c59dda79d7..01fd9eda7b 100644 --- a/geoclimate-cli/pom.xml +++ b/geoclimate-cli/pom.xml @@ -5,12 +5,12 @@ org.orbisgis.geoclimate geoclimate-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../ 4.0.0 geoclimate - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 diff --git a/geoclimate-cli/src/main/groovy/org/orbisgis/geoclimate/Geoclimate.groovy b/geoclimate-cli/src/main/groovy/org/orbisgis/geoclimate/Geoclimate.groovy index b40f39b88d..8555f4fad3 100644 --- a/geoclimate-cli/src/main/groovy/org/orbisgis/geoclimate/Geoclimate.groovy +++ b/geoclimate-cli/src/main/groovy/org/orbisgis/geoclimate/Geoclimate.groovy @@ -33,7 +33,7 @@ import java.util.concurrent.Callable */ @CommandLine.Command(name = "Geoclimate", sortOptions = false, - version = "0.0.2", + version = "1.0.0", mixinStandardHelpOptions = true, description = "Simple command line tool to run Geoclimate algorithms", header = diff --git a/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy b/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy index c681a81697..957cf2207c 100644 --- a/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy +++ b/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy @@ -62,7 +62,7 @@ class GeoclimateTest { @Test void propertiesTest() { - assert "0.0.2-SNAPSHOT" == Geoclimate.version + assert "1.0.0" == Geoclimate.version assert Pattern.compile("^\\d{4}-\\d{2}-\\d{2}").matcher(Geoclimate.build).matches() } diff --git a/geoindicators/pom.xml b/geoindicators/pom.xml index f5a8ad2684..58374c7869 100644 --- a/geoindicators/pom.xml +++ b/geoindicators/pom.xml @@ -7,12 +7,12 @@ org.orbisgis.geoclimate geoclimate-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../ org.orbisgis.geoclimate geoindicators - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 diff --git a/geoindicators/src/test/groovy/org/orbisgis/geoclimate/geoindicators/WorkflowGeoIndicatorsTest.groovy b/geoindicators/src/test/groovy/org/orbisgis/geoclimate/geoindicators/WorkflowGeoIndicatorsTest.groovy index fb2a98b1cf..874dd9196b 100644 --- a/geoindicators/src/test/groovy/org/orbisgis/geoclimate/geoindicators/WorkflowGeoIndicatorsTest.groovy +++ b/geoindicators/src/test/groovy/org/orbisgis/geoclimate/geoindicators/WorkflowGeoIndicatorsTest.groovy @@ -534,7 +534,7 @@ class WorkflowGeoIndicatorsTest { @Test void GeoClimateProperties() { - assert "0.0.2-SNAPSHOT" == Geoindicators.version() + assert "1.0.0-SNAPSHOT" == Geoindicators.version() assertNotNull Geoindicators.buildNumber() } diff --git a/osm/pom.xml b/osm/pom.xml index 5f99518525..cffb94ff15 100644 --- a/osm/pom.xml +++ b/osm/pom.xml @@ -5,13 +5,13 @@ geoclimate-parent org.orbisgis.geoclimate - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../ 4.0.0 osm org.orbisgis.geoclimate - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 diff --git a/osmtools/pom.xml b/osmtools/pom.xml index f507e2ae8e..16f5108413 100644 --- a/osmtools/pom.xml +++ b/osmtools/pom.xml @@ -5,12 +5,12 @@ geoclimate-parent org.orbisgis.geoclimate - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../ 4.0.0 osmtools - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 diff --git a/worldpoptools/pom.xml b/worldpoptools/pom.xml index ad4599bb44..7abf50bc72 100644 --- a/worldpoptools/pom.xml +++ b/worldpoptools/pom.xml @@ -5,13 +5,13 @@ geoclimate-parent org.orbisgis.geoclimate - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../ 4.0.0 worldpoptools org.orbisgis.geoclimate - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 From d3447c796ce4ba1227b62e046c1fdd356e7f2b5f Mon Sep 17 00:00:00 2001 From: ebocher Date: Fri, 12 Jan 2024 16:41:15 +0100 Subject: [PATCH 3/3] Prepare release 1.0.0 --- .../test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy b/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy index 957cf2207c..b1b632d67a 100644 --- a/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy +++ b/geoclimate-cli/src/test/groovy/org/orbisgis/geoclimate/GeoclimateTest.groovy @@ -62,7 +62,7 @@ class GeoclimateTest { @Test void propertiesTest() { - assert "1.0.0" == Geoclimate.version + assert "1.0.0-SNAPSHOT" == Geoclimate.version assert Pattern.compile("^\\d{4}-\\d{2}-\\d{2}").matcher(Geoclimate.build).matches() }