Skip to content

Commit 344b5bc

Browse files
committed
Bump to 1.3.0
Change-Id: Ief544a8eb64f820bcdf7e7ae9a472a82aa9b7308
1 parent 9d3b989 commit 344b5bc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Extract the content of `gis-plugin-assemblies-X.X.X.zip` in `${HOP_HOME}/plugins
4646
Examples of extraction from the root directory of the project :
4747

4848
```sh
49-
GIS_PLUGINS_VERSION="1.2.0"
49+
GIS_PLUGINS_VERSION="1.3.0"
5050

5151
# Use compiled version...
5252
GIS_PLUGINS_ASSEMBLY="assemblies/target/gis-plugin-assemblies-${GIS_PLUGINS_VERSION}.zip"

assemblies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<groupId>com.atolcd.hop</groupId>
66
<artifactId>gis-plugin-assemblies</artifactId>
7-
<version>1.2.0</version>
7+
<version>1.3.0</version>
88
<packaging>pom</packaging>
99

1010
<name>HOP GIS Plugins assemblies</name>
1111

1212
<parent>
1313
<groupId>com.atolcd.hop</groupId>
1414
<artifactId>hop-gis-plugins-holder</artifactId>
15-
<version>1.2.0</version>
15+
<version>1.3.0</version>
1616
</parent>
1717

1818
<properties>

hop-gis-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hop-gis-plugins-holder</artifactId>
55
<groupId>com.atolcd.hop</groupId>
6-
<version>1.2.0</version>
6+
<version>1.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.atolcd.hop</groupId>
66
<artifactId>hop-gis-plugins-holder</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.2.0</version>
8+
<version>1.3.0</version>
99

1010
<name>HOP GIS Plugins and modified deps</name>
1111
<description>HOP GIS Plugins and modified deps by Atol Conseils &amp; Développements</description>

0 commit comments

Comments
 (0)