Skip to content

Commit

Permalink
Increased version number to 0.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Sep 3, 2018
1 parent 4cad92c commit 02ddbda
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Expand Up @@ -10,7 +10,7 @@
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
******************************************************************************/

version = '0.5.0-SNAPSHOT'
version = '0.6.0-SNAPSHOT'

ext.versions = [
'xtext': '[2.11.0,3)',
Expand Down
2 changes: 1 addition & 1 deletion releng/lsp4j-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lsp4j.sdk"
label="LSP4J SDK"
version="0.5.0.qualifier"
version="0.6.0.qualifier"
provider-name="Eclipse LSP4J">

<description>
Expand Down
2 changes: 1 addition & 1 deletion releng/lsp4j-feature/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>lsp4j.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion releng/p2/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.eclipse.lsp4j.sdk" version="0.5.0.qualifier">
<feature id="org.eclipse.lsp4j.sdk" version="0.6.0.qualifier">
<category name="lsp4j"/>
</feature>
<category-def name="lsp4j" label="Lsp4j"/>
Expand Down
6 changes: 3 additions & 3 deletions releng/p2/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>lsp4j.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -48,8 +48,8 @@
<fileset dir="${basedir}/target/repository/" />
</copy>
<copy
file="${basedir}/target/lsp4j.p2-repository-0.5.0-SNAPSHOT.zip"
tofile="${root-dir}/build/p2-repository/../lsp4j.p2-repository-0.5.0-SNAPSHOT.zip">
file="${basedir}/target/lsp4j.p2-repository-0.6.0-SNAPSHOT.zip"
tofile="${root-dir}/build/p2-repository/../lsp4j.p2-repository-0.6.0-SNAPSHOT.zip">
</copy>
</tasks>
</configuration>
Expand Down
24 changes: 12 additions & 12 deletions releng/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.eclipse.lsp4j</groupId>
<artifactId>lsp4j.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -30,56 +30,56 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.generator</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.generator</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
Expand Down Expand Up @@ -108,7 +108,7 @@
<artifact>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>lsp4j.target</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion releng/releng-target/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>lsp4j.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>

0 comments on commit 02ddbda

Please sign in to comment.