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..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 "0.0.2-SNAPSHOT" == Geoclimate.version
+ assert "1.0.0-SNAPSHOT" == 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/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
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