Skip to content

Commit

Permalink
Update manifest minimal java version
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Mar 3, 2021
1 parent d8a69ee commit 7641e45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.reddeer.common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Version: 3.3.0.qualifier
Require-Bundle: org.eclipse.swt,
org.hamcrest.core;bundle-version="1.3.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.eclipse.reddeer.common.adaptable,
org.eclipse.reddeer.common.condition,
org.eclipse.reddeer.common.context,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<packaging>pom</packaging>

<properties>
<tycho-version>2.0.0</tycho-version>
<tycho-version>2.2.0</tycho-version>
<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
<eclipse-target-site>https://download.eclipse.org/staging/2021-03/</eclipse-target-site>
<swtbot-update-site>https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.reddeer.common.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Bundle-Version: 3.3.0.qualifier
Bundle-Activator: org.eclipse.reddeer.common.test.Activator
Require-Bundle: org.eclipse.reddeer.go;bundle-version="[2.2.0,3.3.1)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.reddeer.common.test

0 comments on commit 7641e45

Please sign in to comment.