Skip to content

Commit

Permalink
Version 1.56 for bosh/concourse/cf with parent pom 1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jul 23, 2024
1 parent c7418c3 commit f98b3ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion headless-services/bosh-language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>bosh-language-server</artifactId>
<packaging>jar</packaging>
<version>1.56.0-SNAPSHOT</version>

<parent>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-parent</artifactId>
<version>1.56.0-SNAPSHOT</version>
<version>1.57.0-SNAPSHOT</version>
<relativePath>../commons/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion headless-services/commons/commons-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-parent</artifactId>
<version>1.56.0-SNAPSHOT</version>
<version>1.57.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion headless-services/concourse-language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>concourse-language-server</artifactId>
<packaging>jar</packaging>
<version>1.56.0-SNAPSHOT</version>

<parent>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-parent</artifactId>
<version>1.56.0-SNAPSHOT</version>
<version>1.57.0-SNAPSHOT</version>
<relativePath>../commons/pom.xml</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion headless-services/manifest-yaml-language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>manifest-yaml-language-server</artifactId>
<packaging>jar</packaging>
<version>1.56.0-SNAPSHOT</version>

<parent>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-parent</artifactId>
<version>1.56.0-SNAPSHOT</version>
<version>1.57.0-SNAPSHOT</version>
<relativePath>../commons/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f98b3ab

Please sign in to comment.