From 8099b43966372f9ce9b608311c7e1be1a01881c4 Mon Sep 17 00:00:00 2001 From: fbahle Date: Thu, 10 Aug 2023 11:16:56 +0200 Subject: [PATCH 1/2] Version++ (1.0.3 -> 1.0.4) as version 1.0.3 was already pushed to Maven Central (Sonatype Nexus) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b53cfdf..0a3ce30 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ de.funfried.libraries jsdt-core - 1.0.3 + 1.0.4 eclipse-plugin From 4ad80a208efd8430804a6610a443c9238eddaf26 Mon Sep 17 00:00:00 2001 From: fbahle Date: Thu, 10 Aug 2023 11:18:23 +0200 Subject: [PATCH 2/2] Version++ (1.0.3 -> 1.0.4) as version 1.0.3 was already pushed to Maven Central (Sonatype Nexus) --- META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index c7a3adc..701431f 100755 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: Eclipse JSDT core Bundle-SymbolicName: jsdt-core Bundle-Vendor: funfried -Bundle-Version: 1.0.3 +Bundle-Version: 1.0.4 Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)" Bundle-RequiredExecutionEnvironment: JavaSE-17