Skip to content

Commit

Permalink
Fix pom to 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jan 15, 2024
1 parent d935bfd commit 8f4aa97
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bdtopo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<!-- Project Information -->
<name>bdtopo</name>
Expand Down
4 changes: 2 additions & 2 deletions common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<!-- Project Information -->
Expand All @@ -14,7 +14,7 @@
</description>

<artifactId>common-utils</artifactId>
<version>1.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 @@ -3,12 +3,12 @@
<parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>geoclimate</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<!-- Project Information -->
<name>geoclimate-cli</name>
Expand Down
4 changes: 2 additions & 2 deletions geoindicators/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>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoindicators</artifactId>
<version>1.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 osm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>geoclimate-parent</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>1.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>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<!-- Project Information -->
<name>osm</name>
Expand Down
4 changes: 2 additions & 2 deletions osmtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>geoclimate-parent</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>osmtools</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<!-- Project Information -->
<name>osmtools</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.orbisgis.geoclimate</groupId>
<artifactId>geoclimate-parent</artifactId>
<packaging>pom</packaging>
<version>1.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 @@ -3,13 +3,13 @@
<parent>
<artifactId>geoclimate-parent</artifactId>
<groupId>org.orbisgis.geoclimate</groupId>
<version>1.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>1.0.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<!-- Project Information -->
<name>worldpoptools</name>
Expand Down

0 comments on commit 8f4aa97

Please sign in to comment.