Bug 4339: updated version of the used Selenium artifacts in MANIFEST.MF

and pom.xml
This commit is contained in:
Steffen Schaefer
2018-04-26 15:07:50 +02:00
parent 4da41d69e6
commit 331a0c7959
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Selenium
Bundle-SymbolicName: org.openqa.selenium.osgi
Bundle-Version: 3.6.0
Bundle-Version: 3.11.0
Bundle-ClassPath: lib/json-20080701.jar,
client-combined-3.11.0.jar,
lib/commons-codec-1.10.jar,
+1 -1
View File
@@ -8,6 +8,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.openqa.selenium.osgi</artifactId>
<version>3.6.0</version>
<version>3.11.0</version>
<packaging>eclipse-plugin</packaging>
</project>