Update lsp4xml version to 0.9.1
This commit is contained in:
@@ -23,14 +23,25 @@
|
|||||||
<url>file://${project.basedir}/repo</url>
|
<url>file://${project.basedir}/repo</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<!-- <repository>
|
||||||
<id>oss-jfrog-snapshots</id>
|
<id>oss-jfrog-snapshots</id>
|
||||||
<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
|
<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
|
||||||
<!-- <releases> <enabled>false</enabled> </releases> -->
|
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>lsp4xml-releases</id>
|
||||||
|
<url>https://dl.bintray.com/lsp4xml/releases</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -95,7 +106,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.lsp4xml</groupId>
|
<groupId>org.lsp4xml</groupId>
|
||||||
<artifactId>org.eclipse.lsp4xml</artifactId>
|
<artifactId>org.eclipse.lsp4xml</artifactId>
|
||||||
<version>0.5.1-SNAPSHOT</version>
|
<version>0.9.1</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.eclipse.lsp4j</groupId>
|
<groupId>org.eclipse.lsp4j</groupId>
|
||||||
@@ -185,7 +196,7 @@
|
|||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- generate and package license information for included dependencies -->
|
<!-- generate and package license information for included dependencies -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
@@ -242,7 +253,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@@ -262,7 +273,7 @@
|
|||||||
</resources>
|
</resources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-license-files</id>
|
<id>copy-license-files</id>
|
||||||
<phase>process-classes</phase>
|
<phase>process-classes</phase>
|
||||||
|
|||||||
Reference in New Issue
Block a user