Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mundacho committed Dec 18, 2019
1 parent 0ede265 commit bdac03a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lsp-scala-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="lsp.scala.feature"
label="Scala LSP Plugin"
version="0.2.1.qualifier"
version="0.2.0"
provider-name="Idiomaticsoft S.R.L.">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion lsp-scala-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.idiomaticsoft.lsp.scala</groupId>
<artifactId>parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lsp-scala-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala LSP Metals
Bundle-SymbolicName: com.idiomaticsof.lsp.scala;singleton:=true
Bundle-Version: 0.2.1.qualifier
Bundle-Version: 0.2.0
Require-Bundle: org.eclipse.lsp4e;bundle-version="0.13.0",
org.eclipse.ui.workbench;bundle-version="3.117.0",
org.eclipse.jdt.launching;bundle-version="3.16.0",
Expand Down
2 changes: 1 addition & 1 deletion lsp-scala-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.idiomaticsoft.lsp.scala</groupId>
<artifactId>parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.idiomaticsoft.lsp.scala</groupId>
<artifactId>parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<name>parent</name>
Expand Down
2 changes: 1 addition & 1 deletion repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/lsp.scala.feature_0.2.1.qualifier.jar" id="lsp.scala.feature" version="0.2.1.qualifier">
<feature url="features/lsp.scala.feature_0.2.0.jar" id="lsp.scala.feature" version="0.2.0">
<category name="com.idiomaticsoft.scala.lsp.category"/>
</feature>
<category-def name="com.idiomaticsoft.scala.lsp.category" label="Scala LSP Eclipse Plugin">
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.idiomaticsoft.lsp.scala</groupId>
<artifactId>parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.idiomaticsoft.lsp.scala</groupId>
<artifactId>parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit bdac03a

Please sign in to comment.