Skip to content

Commit a305552

Browse files
[maven-release-plugin] prepare release 0.30.0
1 parent 8038e6e commit a305552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

org.eclipse.lemminx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.lemminx</groupId>
55
<artifactId>lemminx-parent</artifactId>
6-
<version>0.30.0-SNAPSHOT</version>
6+
<version>0.30.0</version>
77
</parent>
88
<artifactId>org.eclipse.lemminx</artifactId>
99
<properties>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.eclipse.lemminx</groupId>
44
<artifactId>lemminx-parent</artifactId>
5-
<version>0.30.0-SNAPSHOT</version>
5+
<version>0.30.0</version>
66
<packaging>pom</packaging>
77
<name>Eclipse LemMinX</name>
88
<description>LemMinX is a XML Language Server Protocol (LSP), and can be used with any editor that supports LSP, to offer an outstanding XML editing experience</description>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git@github.com:eclipse/lemminx.git</connection>
2424
<developerConnection>scm:git:git@github.com:eclipse/lemminx.git</developerConnection>
2525
<url>https://github.com/eclipse/lemminx</url>
26-
<tag>HEAD</tag>
26+
<tag>0.30.0</tag>
2727
</scm>
2828
<modules>
2929
<module>org.eclipse.lemminx</module>

0 commit comments

Comments
 (0)