diff --git a/org.eclipse.lemminx/pom.xml b/org.eclipse.lemminx/pom.xml
index 87bb4cf2b..6a1eee9a7 100644
--- a/org.eclipse.lemminx/pom.xml
+++ b/org.eclipse.lemminx/pom.xml
@@ -3,7 +3,7 @@
org.eclipse
lemminx
- 0.11.0-SNAPSHOT
+ 0.11.0
org.eclipse.lemminx
diff --git a/pom.xml b/pom.xml
index bd8ecc62f..99ea81a96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,241 +1,242 @@
-
- 4.0.0
- org.eclipse
- lemminx
- 0.11.0-SNAPSHOT
- pom
- 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
-
- UTF-8
- 0.8.1
-
- https://github.com/eclipse/lemminx
-
-
- Eclipse Public License - v 2.0
- http://www.eclipse.org/legal/epl-v20.html
- repo
-
-
-
- scm:git:git@github.com:eclipse/lemminx.git
- scm:git:git@github.com:eclipse/lemminx.git
- https://github.com/eclipse/lemminx
-
-
- org.eclipse.lemminx
-
-
-
- cbi-release
- https://repo.eclipse.org/content/repositories/cbi-releases/
-
-
-
-
-
- com.google.code.gson
- gson
- 2.7
-
-
- org.eclipse.lsp4j
- org.eclipse.lsp4j
- ${lsp4j.version}
-
-
- org.eclipse.lsp4j
- org.eclipse.lsp4j.jsonrpc
- ${lsp4j.version}
-
-
- org.eclipse.xtend
- org.eclipse.xtend.lib
- 2.16.0.M1
-
-
- junit
- junit
- 4.12
- test
-
-
- org.eclipse
- org.eclipse.lemminx
- ${project.version}
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.8.0
-
-
- 1.8
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.0.0-M1
-
- random
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.1.1
-
-
- ${project.build.outputDirectory}/META-INF/MANIFEST.MF
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- 4.1.0
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
- ${project.artifactId}
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-release-plugin
- 3.0.0-M1
-
- v@{project.version}
- -DskipTests=true -Dcbi.jarsigner.skip=false -Pci,generate-p2
-
-
-
-
-
-
-
- repo.eclipse.org
- lemminx-releases
- https://repo.eclipse.org/content/repositories/lemminx-releases/
-
-
- repo.eclipse.org
- lemminx-snapshots
- https://repo.eclipse.org/content/repositories/lemminx-snapshots/
-
-
-
-
- ci
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.0.1
-
-
- attach-sources
- package
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.0.1
-
-
- attach-javadocs
- package
-
- jar
-
-
-
-
- none
-
-
-
-
-
-
- generate-p2
-
-
-
-
- org.eclipse.tycho.extras
- tycho-eclipserun-plugin
- 1.3.0
-
-
- generate-p2-site
- package
-
- eclipse-run
-
-
- JavaSE-1.8
-
-
- eclipse-4.10
- p2
- http://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/
-
-
-
-
- org.eclipse.equinox.p2.publisher.eclipse
- eclipse-plugin
-
-
- org.eclipse.equinox.p2.core.feature
- eclipse-feature
-
-
- org.eclipse.equinox.core.feature
- eclipse-feature
-
-
-
- -application
- org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher
- -metadataRepository
- file:${project.build.directory}/p2
- -artifactRepository
- file:${project.build.directory}/p2
- -bundles
- ${project.build.directory}
- -compress
- -publishArtifacts
-
-
-
-
-
-
-
-
-
-
+
+ 4.0.0
+ org.eclipse
+ lemminx
+ 0.11.0
+ pom
+ 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
+
+ UTF-8
+ 0.8.1
+
+ https://github.com/eclipse/lemminx
+
+
+ Eclipse Public License - v 2.0
+ http://www.eclipse.org/legal/epl-v20.html
+ repo
+
+
+
+ scm:git:git@github.com:eclipse/lemminx.git
+ scm:git:git@github.com:eclipse/lemminx.git
+ https://github.com/eclipse/lemminx
+ v0.11.0
+
+
+ org.eclipse.lemminx
+
+
+
+ cbi-release
+ https://repo.eclipse.org/content/repositories/cbi-releases/
+
+
+
+
+
+ com.google.code.gson
+ gson
+ 2.7
+
+
+ org.eclipse.lsp4j
+ org.eclipse.lsp4j
+ ${lsp4j.version}
+
+
+ org.eclipse.lsp4j
+ org.eclipse.lsp4j.jsonrpc
+ ${lsp4j.version}
+
+
+ org.eclipse.xtend
+ org.eclipse.xtend.lib
+ 2.16.0.M1
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+ org.eclipse
+ org.eclipse.lemminx
+ ${project.version}
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.0
+
+
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.0.0-M1
+
+ random
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.1.1
+
+
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ 4.1.0
+
+
+ bundle-manifest
+ process-classes
+
+ manifest
+
+
+
+ ${project.artifactId}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 3.0.0-M1
+
+ v@{project.version}
+ -DskipTests=true -Dcbi.jarsigner.skip=false -Pci,generate-p2
+
+
+
+
+
+
+
+ repo.eclipse.org
+ lemminx-releases
+ https://repo.eclipse.org/content/repositories/lemminx-releases/
+
+
+ repo.eclipse.org
+ lemminx-snapshots
+ https://repo.eclipse.org/content/repositories/lemminx-snapshots/
+
+
+
+
+ ci
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+ package
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.0.1
+
+
+ attach-javadocs
+ package
+
+ jar
+
+
+
+
+ none
+
+
+
+
+
+
+ generate-p2
+
+
+
+
+ org.eclipse.tycho.extras
+ tycho-eclipserun-plugin
+ 1.3.0
+
+
+ generate-p2-site
+ package
+
+ eclipse-run
+
+
+ JavaSE-1.8
+
+
+ eclipse-4.10
+ p2
+ http://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/
+
+
+
+
+ org.eclipse.equinox.p2.publisher.eclipse
+ eclipse-plugin
+
+
+ org.eclipse.equinox.p2.core.feature
+ eclipse-feature
+
+
+ org.eclipse.equinox.core.feature
+ eclipse-feature
+
+
+
+ -application
+ org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher
+ -metadataRepository
+ file:${project.build.directory}/p2
+ -artifactRepository
+ file:${project.build.directory}/p2
+ -bundles
+ ${project.build.directory}
+ -compress
+ -publishArtifacts
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file