Skip to content

Commit

Permalink
Merge pull request #785 from ebocher/newH2
Browse files Browse the repository at this point in the history
Fix pom's
  • Loading branch information
ebocher authored Mar 26, 2017
2 parents 7933b75 + fde5ecf commit eead83d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion h2gis-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>h2gis</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>h2gis-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-ext-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>h2gis</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>h2gis-ext-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>h2gis</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>h2gis-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-functions-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>h2gis-functions-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>h2gis-functions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>h2gis</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>h2gis-network</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-test-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>h2gis</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion h2gis-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>h2gis</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>
<name>h2gis-utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module>h2gis-test-utilities</module>
<module>h2gis-ext</module>
<module>h2gis-ext-osgi</module>
<module>h2gis-network</module>
<module>h2gis-network</module>
<module>h2gis-functions</module>
<module>h2gis-functions-osgi</module>
</modules>
Expand Down

0 comments on commit eead83d

Please sign in to comment.