Skip to content

Commit 4e79daa

Browse files
authored
Merge pull request #14 from funfried/release/1.x
Switched Google Protopuf from 4.0.0-rc2 to 3.24.0 which seems to be a…
2 parents c023ab3 + 9736570 commit 4e79daa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse JSDT core
44
Bundle-SymbolicName: jsdt-core
55
Bundle-Vendor: funfried
6-
Bundle-Version: 1.0.4
6+
Bundle-Version: 1.0.5
77
Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)"
88
Bundle-RequiredExecutionEnvironment: JavaSE-17

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>de.funfried.libraries</groupId>
2020
<artifactId>jsdt-core</artifactId>
21-
<version>1.0.4</version>
21+
<version>1.0.5</version>
2222
<packaging>eclipse-plugin</packaging>
2323

2424
<developers>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.google.protobuf</groupId>
129129
<artifactId>protobuf-java</artifactId>
130-
<version>4.0.0-rc-2</version>
130+
<version>3.24.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.checkerframework</groupId>

0 commit comments

Comments
 (0)