Skip to content

Commit

Permalink
Move o.e.ui.intro.solstice.examples to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vrubezhny authored and akurtakov committed Feb 6, 2023
1 parent 32d3a4f commit 42a3d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.ui.intro.solstice.examples/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Examples of Extending the Solstice theme organization
Bundle-SymbolicName: org.eclipse.ui.intro.solstice.examples;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.ui.intro
2 changes: 1 addition & 1 deletion org.eclipse.ui.intro.solstice.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.intro.solstice.examples</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down

0 comments on commit 42a3d4f

Please sign in to comment.