Skip to content

Commit

Permalink
Merge pull request #909 from ebocher/release_1_0_0
Browse files Browse the repository at this point in the history
Prepare release 1.0.0
  • Loading branch information
ebocher authored Jan 12, 2024
2 parents 6df69ef + d3447c7 commit ef2db5f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions bdtopo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>common-utils</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions geoclimate-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>geoclimate</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down
4 changes: 2 additions & 2 deletions geoindicators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoindicators</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down
4 changes: 2 additions & 2 deletions osm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>geoclimate-parent</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>osm</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions osmtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>geoclimate-parent</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>osmtools</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>geoindicators</module>
<module>bdtopo</module>
Expand Down
4 changes: 2 additions & 2 deletions worldpoptools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>geoclimate-parent</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>worldpoptools</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ef2db5f

Please sign in to comment.