Skip to content

Commit dec2453

Browse files
committedApr 30, 2024
[maven-release-plugin] prepare release v8.5.0
1 parent 2fa5b8c commit dec2453

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎gwt-ol3-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.tdesjardins</groupId>
66
<artifactId>gwt-ol3-parent</artifactId>
7-
<version>HEAD-SNAPSHOT</version>
7+
<version>8.5.0</version>
88
</parent>
99
<artifactId>gwt-ol3</artifactId>
1010
<packaging>gwt-lib</packaging>

‎gwt-ol3-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.tdesjardins</groupId>
66
<artifactId>gwt-ol3-parent</artifactId>
7-
<version>HEAD-SNAPSHOT</version>
7+
<version>8.5.0</version>
88
</parent>
99
<artifactId>gwt-ol3-demo</artifactId>
1010
<packaging>gwt-app</packaging>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.tdesjardins</groupId>
55
<artifactId>gwt-ol3-parent</artifactId>
6-
<version>HEAD-SNAPSHOT</version>
6+
<version>8.5.0</version>
77
<packaging>pom</packaging>
88
<name>GWT OpenLayers 3+</name>
99
<description>GWT JsInterop API for OpenLayers 3+</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/TDesjardins/gwt-ol.git</connection>
3232
<developerConnection>scm:git:git@github.com:TDesjardins/gwt-ol.git</developerConnection>
3333
<url>https://github.com/TDesjardins/gwt-ol</url>
34-
<tag>HEAD</tag>
34+
<tag>v8.5.0</tag>
3535
</scm>
3636

3737
<issueManagement>

0 commit comments

Comments
 (0)