Skip to content

Commit

Permalink
Revert required bundle to 1.8 to align with others
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 7641e45 commit 811d11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-11
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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 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-11
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.reddeer.common.test

0 comments on commit 811d11f

Please sign in to comment.