From 2c79d42080d06bfda5d66dbccf6ed42cac086839 Mon Sep 17 00:00:00 2001
From: Sheng Chen <sheche@microsoft.com>
Date: Tue, 30 Jan 2024 15:04:53 +0800
Subject: [PATCH] build: Prepare for 0.23.4

---
 CHANGELOG.md                                                | 4 ++++
 jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF | 2 +-
 jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml              | 2 +-
 jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml            | 2 +-
 jdtls.ext/pom.xml                                           | 2 +-
 package-lock.json                                           | 4 ++--
 package.json                                                | 4 ++--
 7 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bdd43677..25d677d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "vscode-java-dependency" extension will be documented
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## 0.23.4
+### Added
+- Contribute 'New Java Project...' command to `File` > `New File...` and File Explorer menus. [PR#809](https://github.com/microsoft/vscode-java-dependency/pull/809)
+
 ## 0.23.3
 ### Added
 - Register the project delete event. [PR#802](https://github.com/microsoft/vscode-java-dependency/pull/802)
diff --git a/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF b/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF
index 679be742..fb297f05 100644
--- a/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF
+++ b/jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: JDTLS EXT Core
 Bundle-SymbolicName: com.microsoft.jdtls.ext.core;singleton:=true
-Bundle-Version: 0.23.3
+Bundle-Version: 0.23.4
 Bundle-Activator: com.microsoft.jdtls.ext.core.JdtlsExtActivator
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
diff --git a/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml b/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml
index b46547f6..7e457058 100644
--- a/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml
+++ b/jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.microsoft.jdtls.ext</groupId>
         <artifactId>jdtls-ext-parent</artifactId>
-        <version>0.23.3</version>
+        <version>0.23.4</version>
     </parent>
     <artifactId>com.microsoft.jdtls.ext.core</artifactId>
     <packaging>eclipse-plugin</packaging>
diff --git a/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml b/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml
index 533221c5..4ff5920a 100644
--- a/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml
+++ b/jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>com.microsoft.jdtls.ext</groupId>
 		<artifactId>jdtls-ext-parent</artifactId>
-		<version>0.23.3</version>
+		<version>0.23.4</version>
 	</parent>
 	<artifactId>com.microsoft.jdtls.ext.tp</artifactId>
 	<name>${base.name} :: Target Platform</name>
diff --git a/jdtls.ext/pom.xml b/jdtls.ext/pom.xml
index 7048b79d..58d1839f 100644
--- a/jdtls.ext/pom.xml
+++ b/jdtls.ext/pom.xml
@@ -4,7 +4,7 @@
     <groupId>com.microsoft.jdtls.ext</groupId>
     <artifactId>jdtls-ext-parent</artifactId>
     <name>${base.name} :: Parent</name>
-    <version>0.23.3</version>
+    <version>0.23.4</version>
     <packaging>pom</packaging>
     <properties>
         <base.name>Java Project Manager</base.name>
diff --git a/package-lock.json b/package-lock.json
index 6ea15152..dd0cb22d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "vscode-java-dependency",
-  "version": "0.23.3",
+  "version": "0.23.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "vscode-java-dependency",
-      "version": "0.23.3",
+      "version": "0.23.4",
       "license": "MIT",
       "dependencies": {
         "await-lock": "^2.2.2",
diff --git a/package.json b/package.json
index c6e89fbb..30096a82 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "vscode-java-dependency",
   "displayName": "Project Manager for Java",
   "description": "%description%",
-  "version": "0.23.3",
+  "version": "0.23.4",
   "publisher": "vscjava",
   "preview": false,
   "aiKey": "5c642b22-e845-4400-badb-3f8509a70777",
@@ -46,7 +46,7 @@
   "main": "./main.js",
   "contributes": {
     "javaExtensions": [
-      "./server/com.microsoft.jdtls.ext.core-0.23.3.jar"
+      "./server/com.microsoft.jdtls.ext.core-0.23.4.jar"
     ],
     "commands": [
       {