Skip to content

Commit 8be8e5a

Browse files
committed
[build] Increased version number to 0.4.0-SNAPSHOT
1 parent 82e029e commit 8be8e5a

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.eclipse.org/legal/epl-v10.html
77
*******************************************************************************/
88

9-
version = '0.3.0-SNAPSHOT'
9+
version = '0.4.0-SNAPSHOT'
1010

1111
ext.versions = [
1212
'xtext': '[2.11.0,3)',

releng/lsp4j-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.lsp4j.sdk"
44
label="LSP4J SDK"
5-
version="0.3.0.qualifier"
5+
version="0.4.0.qualifier"
66
provider-name="Eclipse LSP4J">
77

88
<description>

releng/lsp4j-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.lsp4j</groupId>
1010
<artifactId>lsp4j.releng</artifactId>
11-
<version>0.3.0-SNAPSHOT</version>
11+
<version>0.4.0-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414
</project>

releng/p2/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature id="org.eclipse.lsp4j.sdk" version="0.3.0.qualifier">
3+
<feature id="org.eclipse.lsp4j.sdk" version="0.4.0.qualifier">
44
<category name="lsp4j"/>
55
</feature>
66
<category-def name="lsp4j" label="Lsp4j"/>

releng/p2/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.lsp4j</groupId>
1010
<artifactId>lsp4j.releng</artifactId>
11-
<version>0.3.0-SNAPSHOT</version>
11+
<version>0.4.0-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

@@ -48,8 +48,8 @@
4848
<fileset dir="${basedir}/target/repository/" />
4949
</copy>
5050
<copy
51-
file="${basedir}/target/lsp4j.p2-repository-0.3.0-SNAPSHOT.zip"
52-
tofile="${root-dir}/build/p2-repository/../lsp4j.p2-repository-0.3.0-SNAPSHOT.zip">
51+
file="${basedir}/target/lsp4j.p2-repository-0.4.0-SNAPSHOT.zip"
52+
tofile="${root-dir}/build/p2-repository/../lsp4j.p2-repository-0.4.0-SNAPSHOT.zip">
5353
</copy>
5454
</tasks>
5555
</configuration>

releng/pom.xml

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

55
<groupId>org.eclipse.lsp4j</groupId>
66
<artifactId>lsp4j.releng</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.4.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<properties>
@@ -30,34 +30,34 @@
3030
<dependency>
3131
<groupId>org.eclipse.lsp4j</groupId>
3232
<artifactId>org.eclipse.lsp4j</artifactId>
33-
<version>0.3.0-SNAPSHOT</version>
33+
<version>0.4.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.eclipse.lsp4j</groupId>
3737
<artifactId>org.eclipse.lsp4j</artifactId>
38-
<version>0.3.0-SNAPSHOT</version>
38+
<version>0.4.0-SNAPSHOT</version>
3939
<classifier>sources</classifier>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.eclipse.lsp4j</groupId>
4343
<artifactId>org.eclipse.lsp4j.generator</artifactId>
44-
<version>0.3.0-SNAPSHOT</version>
44+
<version>0.4.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.eclipse.lsp4j</groupId>
4848
<artifactId>org.eclipse.lsp4j.generator</artifactId>
49-
<version>0.3.0-SNAPSHOT</version>
49+
<version>0.4.0-SNAPSHOT</version>
5050
<classifier>sources</classifier>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.eclipse.lsp4j</groupId>
5454
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
55-
<version>0.3.0-SNAPSHOT</version>
55+
<version>0.4.0-SNAPSHOT</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.eclipse.lsp4j</groupId>
5959
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
60-
<version>0.3.0-SNAPSHOT</version>
60+
<version>0.4.0-SNAPSHOT</version>
6161
<classifier>sources</classifier>
6262
</dependency>
6363
</dependencies>
@@ -86,7 +86,7 @@
8686
<artifact>
8787
<groupId>org.eclipse.lsp4j</groupId>
8888
<artifactId>lsp4j.target</artifactId>
89-
<version>0.3.0-SNAPSHOT</version>
89+
<version>0.4.0-SNAPSHOT</version>
9090
</artifact>
9191
</target>
9292
<environments>

releng/releng-target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.lsp4j</groupId>
1010
<artifactId>lsp4j.releng</artifactId>
11-
<version>0.3.0-SNAPSHOT</version>
11+
<version>0.4.0-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414
</project>

0 commit comments

Comments
 (0)