Skip to content

Commit

Permalink
Prepare next development iteration 1.9.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 Dec 5, 2024
1 parent 27245c5 commit 284c447
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.9.0

## 1.8.0

- Provide folder selection when using `Create Camel Quarkus/SpringBoot Project` command
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.8.0",
"version": "1.9.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.28.0";
const LSP_SERVER_VERSION = "1.29.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 284c447

Please sign in to comment.