updated versions to 4.7.1

This commit is contained in:
Martin Lippert
2020-06-19 13:22:36 +02:00
parent 66a1bbb063
commit 4d1f0f540f
43 changed files with 43 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.boot.ide.branding.feature"
label="Spring Tool Suite 4 Branding Feature"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="Pivotal, Inc.">
<plugin

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.springframework.boot.ide.branding;singleton:=true
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.1.qualifier
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
org.eclipse.equinox.p2.ui,

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.1.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.1.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.1.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Spring Tool Suite 4" id="org.springframework.boot.ide.branding.sts4" uid="org.springframework.boot.ide.branding.sts4" application="org.eclipse.ui.ide.workbench" version="4.7.1.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<organization>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.boot.ide.main.feature"
label="Spring Tool Suite 4 Main Feature"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="Pivotal, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../../eclipse-distribution/pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.boot.ls.feature"
label="Spring Boot Language Server Feature"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="Pivotal, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.bosh.ls.feature"
label="BOSH Language Server Feature"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="Pivotal, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.cloudfoundry.manifest.ls.feature"
label="%featureName"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="%providerName">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature"
label="Cloud Foundry Manifest Language Server Generic Editor Integration Feature"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="Pivotal, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Cloud Foundry Manifest Language Server Generic Editor Integration
Bundle-Vendor: Pivotal, Inc.
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls.integration;singleton:=true
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@
<feature
id="org.springframework.tooling.concourse.ls.feature"
label="Concourse Pipeline Language Server Feature"
version="4.7.0.qualifier"
version="4.7.1.qualifier"
provider-name="Pivotal, Inc.">
<description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Language Server Commons
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons;singleton:=true
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.1.qualifier
Bundle-Vendor: Pivotal, Inc.
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.ui,

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Goto Symbol Popup
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.gotosymbol;singleton:=true
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.lsp4e;bundle-version="0.12.0",

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.boot.ide</groupId>
<artifactId>org.springframework.boot.ide.servers</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<organization>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Commons
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons.test
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.1.qualifier
Automatic-Module-Name: org.springframework.tooling.jdt.ls.commons.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.springframework.tooling.jdt.ls.commons,

View File

@@ -5,7 +5,7 @@
<packaging>eclipse-test-plugin</packaging>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>org.springframework.tooling.jdt.ls.commons.test</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<name>org.springframework.tooling.jdt.ls.commons.test</name>
<parent>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Client-side JDT extension for language servers
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.1.qualifier
Bundle-Vendor: Pivotal, Inc.
Automatic-Module-Name: org.springframework.tooling.jdt.ls.commons
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

View File

@@ -5,7 +5,7 @@
<packaging>eclipse-plugin</packaging>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>org.springframework.tooling.jdt.ls.commons</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.1-SNAPSHOT</version>
<name>org.springframework.tooling.jdt.ls.commons</name>
<parent>