diff --git a/README.md b/README.md index c7867b8..71c4ad3 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project. Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes. * More information about this library can be found in the - [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-libdoc.html). + [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.html). * For keyword completion in RIDE you can download this - [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-libdoc.xml) + [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.xml) and place it in your PYTHONPATH. This Java version of SeleniumLibrary exists because of easier dependency management when Robot Framework is used in Java-projects. @@ -33,11 +33,11 @@ your pom.xml: If you cannot use the robotframework-maven-plugin you can use the -[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-jar-with-dependencies.jar), +[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0-jar-with-dependencies.jar), which contains all required libraries. If you want more control and feel adventurous you could you use this -[jar](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0.jar) +[jar](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.jar) and provide all required libraries from this [list](DEPENDENCIES.md) on your own. Differences diff --git a/pom.xml b/pom.xml index f30d4dd..66022e4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,39 +2,39 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.sonatype.oss - oss-parent - 7 - - com.github.hi-fi robotframework-seleniumlibrary - 2.53.1.0-SNAPSHOT + 2.53.1.1-SNAPSHOT jar Robot Framework :: SeleniumLibrary Java port of the Python based SeleniumLibrary for Robot Framework https://github.com/Hi-Fi/robotframework-seleniumlibrary-java - - UTF-8 - true - true - 1.8.7 - 1.6 - 1.0.5 - 3.0.2 - 1.4.7 - 2.53.1 - SeleniumLibrary - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + - - https://github.com/Hi-Fi/robotframework-seleniumlibrary-java - scm:git://github.com/Hi-Fi/robotframework-seleniumlibrary-java.git - scm:git:ssh://git@github.com:Hi-Fi/robotframework-seleniumlibrary-java.git - + + + snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + GitHub Issues + https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues + @@ -44,6 +44,12 @@ + + https://github.com/Hi-Fi/robotframework-seleniumlibrary-java + scm:git://github.com/Hi-Fi/robotframework-seleniumlibrary-java.git + scm:git:ssh://git@github.com:Hi-Fi/robotframework-seleniumlibrary-java.git + + Markus Bernhardt @@ -56,6 +62,19 @@ + + UTF-8 + true + true + 1.8.10 + 1.6 + 1.0.5 + 3.0.2 + 1.4.7 + 2.53.1 + SeleniumLibrary + + org.robotframework @@ -80,7 +99,7 @@ com.codeborne phantomjsdriver - 1.4.3 + 1.3.0 org.robotframework @@ -144,7 +163,7 @@ org.codehaus.mojo aspectj-maven-plugin - 1.4 + 1.10 @@ -258,7 +277,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 2.10.4 xml-doclet @@ -340,7 +359,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.0.1 attach-sources @@ -353,7 +372,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 2.10.4 attach-javadocs @@ -427,7 +446,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -441,7 +460,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.6.8 true ossrh @@ -452,7 +471,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5 + 2.5.3 true false