Skip to content

Commit

Permalink
Prepare next development iteration 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Sep 25, 2024
1 parent 570798a commit e174b72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.6.0

## 1.5.0

- Provide completion for Camel component Maven dependency in pom.xml. Take care to have the correct runtime provider selected in Preferences.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Language Support for Apache Camel by Red Hat",
"description": "Provides completion, validation and documentation features for Apache Camel URI elements.",
"license": "Apache-2.0",
"version": "1.5.0",
"version": "1.6.0",
"preview": false,
"publisher": "redhat",
"icon": "icons/icon128.png",
Expand Down
4 changes: 2 additions & 2 deletions scripts/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'use strict';

const LSP_SERVER_VERSION = "1.25.0";
const LSP_SERVER_VERSION = "1.26.0-SNAPSHOT";

const download = require("mvn-artifact-download").default;
const fs = require('fs');
const path = require('path');

const MAVEN_REPO_URL = 'https://oss.sonatype.org/content/repositories/releases/';
const MAVEN_REPO_URL = 'https://oss.sonatype.org/content/repositories/snapshots/';

download('com.github.camel-tooling:camel-lsp-server:' + LSP_SERVER_VERSION,
'./jars/', MAVEN_REPO_URL).then((filename)=>{
Expand Down

0 comments on commit e174b72

Please sign in to comment.