Skip to content

Commit e507183

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent acacf75 commit e507183

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

org.eclipse.lemminx/pom.xml

Lines changed: 1 addition & 1 deletion
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.29.0</version>
6+
<version>0.29.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>org.eclipse.lemminx</artifactId>
99
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
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.29.0</version>
5+
<version>0.29.1-SNAPSHOT</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>0.29.0</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828
<modules>
2929
<module>org.eclipse.lemminx</module>

0 commit comments

Comments
 (0)