Skip to content

Commit

Permalink
Upversion to 0.9.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Oct 18, 2019
1 parent bfbd50a commit 6f33002
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/org.eclipse.lsp4xml.extensions.emmet/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.lsp4xml</groupId>
<artifactId>lsp4xml-extensions</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4xml.extensions.emmet</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion extensions/org.eclipse.lsp4xml.extensions.web/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.lsp4xml</groupId>
<artifactId>lsp4xml-extensions</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4xml.extensions.web</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.lsp4xml</groupId>
<artifactId>lsp4xml</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>lsp4xml-extensions</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lsp4xml/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.lsp4xml</groupId>
<artifactId>lsp4xml</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4xml</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lsp4xml</groupId>
<artifactId>lsp4xml</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>lsp4xml is an XML specific implementation of the Language Server Protocol (LSP), and can be used with any editor that supports LSP, to offer an outstanding XML editing experience</description>
<properties>
Expand Down

0 comments on commit 6f33002

Please sign in to comment.