Skip to content

Commit 590804e

Browse files
committed
Parent project version 4.25.0 for eclipse plugins of bosh/concourse/cd-manifest but project version is 4.24.0
1 parent 28540a8 commit 590804e

File tree

8 files changed

+15
-10
lines changed
  • eclipse-language-servers
    • org.springframework.tooling.bosh.ls
    • org.springframework.tooling.bosh.ls.feature
    • org.springframework.tooling.cloudfoundry.manifest.ls
    • org.springframework.tooling.cloudfoundry.manifest.ls.feature
    • org.springframework.tooling.cloudfoundry.manifest.ls.integration
    • org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature
    • org.springframework.tooling.concourse.ls
    • org.springframework.tooling.concourse.ls.feature

8 files changed

+15
-10
lines changed

eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot.ide</groupId>
77
<artifactId>org.springframework.boot.ide.servers</artifactId>
8-
<version>4.24.0-SNAPSHOT</version>
8+
<version>4.25.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>org.springframework.tooling.bosh.ls.feature</artifactId>
1313
<packaging>eclipse-feature</packaging>
14-
14+
<version>4.24.0-SNAPSHOT</version>
15+
1516
</project>

eclipse-language-servers/org.springframework.tooling.bosh.ls/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot.ide</groupId>
99
<artifactId>org.springframework.boot.ide.servers</artifactId>
10-
<version>4.24.0-SNAPSHOT</version>
10+
<version>4.25.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot.ide</groupId>
77
<artifactId>org.springframework.boot.ide.servers</artifactId>
8-
<version>4.24.0-SNAPSHOT</version>
8+
<version>4.25.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>org.springframework.tooling.cloudfoundry.manifest.ls.feature</artifactId>
1313
<packaging>eclipse-feature</packaging>
14+
<version>4.24.0-SNAPSHOT</version>
1415

1516
</project>

eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot.ide</groupId>
77
<artifactId>org.springframework.boot.ide.servers</artifactId>
8-
<version>4.24.0-SNAPSHOT</version>
8+
<version>4.25.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature</artifactId>
1313
<packaging>eclipse-feature</packaging>
14+
<version>4.24.0-SNAPSHOT</version>
1415

1516
</project>

eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
<parent>
88
<groupId>org.springframework.boot.ide</groupId>
99
<artifactId>org.springframework.boot.ide.servers</artifactId>
10-
<version>4.24.0-SNAPSHOT</version>
10+
<version>4.25.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>org.springframework.tooling.cloudfoundry.manifest.ls.integration</artifactId>
1515
<packaging>eclipse-plugin</packaging>
16+
<version>4.24.0-SNAPSHOT</version>
1617

1718
</project>

eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot.ide</groupId>
99
<artifactId>org.springframework.boot.ide.servers</artifactId>
10-
<version>4.24.0-SNAPSHOT</version>
10+
<version>4.25.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot.ide</groupId>
77
<artifactId>org.springframework.boot.ide.servers</artifactId>
8-
<version>4.24.0-SNAPSHOT</version>
8+
<version>4.25.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>org.springframework.tooling.concourse.ls.feature</artifactId>
1313
<packaging>eclipse-feature</packaging>
14-
14+
<version>4.24.0-SNAPSHOT</version>
15+
1516
</project>

eclipse-language-servers/org.springframework.tooling.concourse.ls/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot.ide</groupId>
99
<artifactId>org.springframework.boot.ide.servers</artifactId>
10-
<version>4.24.0-SNAPSHOT</version>
10+
<version>4.25.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)