Skip to content

Commit

Permalink
chore(release): Switch to development version
Browse files Browse the repository at this point in the history
Signed-off-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
semantic-release-bot committed Jul 3, 2020
1 parent a58338c commit 341e754
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pipeline {
dir('clients/cobol-lsp-vscode-extension') {
sh 'npx vsce package'
archiveArtifacts "*.vsix"
sh 'mv cobol-language-support*.vsix cobol-language-support_0.12.0-alpha.1.vsix'
sh 'mv cobol-language-support*.vsix cobol-language-support_0.12.0+NEXT.vsix'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion clients/cobol-lsp-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Autocomplete, highlighting and diagnostics for COBOL code and copybooks.",
"author": "Broadcom",
"license": "EPL-2.0",
"version": "0.12.0-alpha.1",
"version": "0.12.0+NEXT",
"preview": false,
"publisher": "BroadcomMFD",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion clients/cobol-lsp-vscode-extension/server/note.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Put in this folder the COBOL LSP server jar with this name

```
lsp-service-cobol-0.12.0-alpha.1.jar
lsp-service-cobol-0.12.0+NEXT.jar
```
In Linux environment be sure that the server folder have read/write permission, in case simply run the command

Expand Down
2 changes: 1 addition & 1 deletion com.ca.lsp.cobol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>COBOL LSP :: Parent pom</name>

<properties>
<revision>0.12.0-alpha.1</revision>
<revision>0.12.0+NEXT</revision>
<lsp4j.version>0.5.0</lsp4j.version>
<antlr.version>4.7.1</antlr.version>
<guice.version>4.2.2</guice.version>
Expand Down

0 comments on commit 341e754

Please sign in to comment.