Skip to content

Commit

Permalink
Merge pull request #14 from funfried/release/1.x
Browse files Browse the repository at this point in the history
Switched Google Protopuf from 4.0.0-rc2 to 3.24.0 which seems to be a…
  • Loading branch information
funfried committed Aug 10, 2023
2 parents c023ab3 + 9736570 commit 4e79daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse JSDT core
Bundle-SymbolicName: jsdt-core
Bundle-Vendor: funfried
Bundle-Version: 1.0.4
Bundle-Version: 1.0.5
Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>de.funfried.libraries</groupId>
<artifactId>jsdt-core</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>eclipse-plugin</packaging>

<developers>
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.0.0-rc-2</version>
<version>3.24.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down

0 comments on commit 4e79daa

Please sign in to comment.