Skip to content

Commit f98b3ab

Browse files
committed
Version 1.56 for bosh/concourse/cf with parent pom 1.57
1 parent c7418c3 commit f98b3ab

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

headless-services/bosh-language-server/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>bosh-language-server</artifactId>
77
<packaging>jar</packaging>
8+
<version>1.56.0-SNAPSHOT</version>
89

910
<parent>
1011
<groupId>org.springframework.ide.vscode</groupId>
1112
<artifactId>commons-parent</artifactId>
12-
<version>1.56.0-SNAPSHOT</version>
13+
<version>1.57.0-SNAPSHOT</version>
1314
<relativePath>../commons/pom.xml</relativePath>
1415
</parent>
1516

headless-services/commons/commons-cf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.ide.vscode</groupId>
1010
<artifactId>commons-parent</artifactId>
11-
<version>1.56.0-SNAPSHOT</version>
11+
<version>1.57.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

headless-services/concourse-language-server/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>concourse-language-server</artifactId>
77
<packaging>jar</packaging>
8+
<version>1.56.0-SNAPSHOT</version>
89

910
<parent>
1011
<groupId>org.springframework.ide.vscode</groupId>
1112
<artifactId>commons-parent</artifactId>
12-
<version>1.56.0-SNAPSHOT</version>
13+
<version>1.57.0-SNAPSHOT</version>
1314
<relativePath>../commons/pom.xml</relativePath>
1415
</parent>
1516

headless-services/manifest-yaml-language-server/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>manifest-yaml-language-server</artifactId>
77
<packaging>jar</packaging>
8+
<version>1.56.0-SNAPSHOT</version>
89

910
<parent>
1011
<groupId>org.springframework.ide.vscode</groupId>
1112
<artifactId>commons-parent</artifactId>
12-
<version>1.56.0-SNAPSHOT</version>
13+
<version>1.57.0-SNAPSHOT</version>
1314
<relativePath>../commons/pom.xml</relativePath>
1415
</parent>
1516

0 commit comments

Comments
 (0)