Skip to content

Commit

Permalink
Java Binding JAR 1.0.3 now ready.
Browse files Browse the repository at this point in the history
Can be added to a Maven project with:

<dependency>
    <groupId>com.github.detro.ghostdriver</groupId>
    <artifactId>phantomjsdriver</artifactId>
    <version>1.0.3</version>
</dependency>
  • Loading branch information
detro committed Mar 18, 2013
1 parent 71b347d commit 2792939
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ It's a Remote WebDriver that uses PhantomJS as back-end.
GhostDriver is designed to be integral part of PhantomJS itself, but it's developed in isolation and progress is tracked
by this Repository.

* Current _GhostDriver_ stable version is `"1.0.2"`
* Current _GhostDriver_ stable version is `"1.0.3"`
* Current _PhantomJS-integrated_ version is `"1.0.2"`: contained in PhantomJS `"1.8.x"`
* Current _PhantomJSDriver_ (Java binding) stable version is `"1.0.1"`
* Current _PhantomJSDriver_ (Java binding) stable version is `"1.0.3"`

For more info, please take a look at the [changelog](https://github.com/detro/ghostdriver/blob/master/CHANGELOG.md).

Expand Down Expand Up @@ -69,7 +69,7 @@ Just add the following to your `pom.xml`:
<dependency>
<groupId>com.github.detro.ghostdriver</groupId>
<artifactId>phantomjsdriver</artifactId>
<version>1.0.1</version>
<version>1.0.3</version>
</dependency>
```

Expand Down
Binary file not shown.
11 changes: 11 additions & 0 deletions binding/java/jars/phantomjsdriver-1.0.3-javadoc.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: BCPG v1.46

iQEcBAABAgAGBQJRRmirAAoJEAZpxmNRz2bmXHYIAIZdQoJk7JM2q9QutCp1vOSH
4SkO22Go+ahckkeYzq6ypaPYW7nQX7ONjkkjYKpm/MfJgtQU0vuE4MVjAqRdUzcD
uinQ14GWv8Y/T8rS1CM0AD2PpUTlHeend5pnLE9kifFg6zvjNFAzhM8D5k3z8iU6
ijIUrBaW+e15vim1dNT/iIfZ8UBU/JUdIlftJA9kCfCrFcO5EsfhcKzwLk4+wF3+
yc/posdQi3Q+W0QoDBJKIPdDT6xKDXnn3xyrX7KsiF0U2FJiWUzaN5FRP4IyaJd0
/djVrvKqiGmspE/Atcdqt0p1LCb5EowyWqwCL8JEAstHKmNdPNTeqYHuoRNHR/E=
=uGCV
-----END PGP SIGNATURE-----
Binary file not shown.
11 changes: 11 additions & 0 deletions binding/java/jars/phantomjsdriver-1.0.3-sources.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: BCPG v1.46

iQEcBAABAgAGBQJRRmirAAoJEAZpxmNRz2bmzpoIAKPpavbQw1LYtSiLh4Ky0FeF
U6UPCYdV9y8FiMkNT0kYIAiD7LH4v+xMHe8KqZcYO0iilllexBBXMBTUdKNu4VDR
HyHC4xA4rl/P7akcuHFlDeDgKmR5yiGWOLtpy/Liw3G21jAMjuiUa5ZtnhMUd58O
JI7z13VHgC9rKAV5uRUVF37In1RginZSEI8traT1YrX6XyBdFLY489cDWsw0CwgL
Q0R4of2xYIsmHsAQiHvBJ8tIhQvwW26exof2V0TA0HIilgZesyOXL5yDzuApMSN/
MROV8lwgV2eZaCj7zV5IxcskyJp+7u1zv0VficGowrFdN5jgMgcUpb4414CDOGU=
=DH/D
-----END PGP SIGNATURE-----
Binary file added binding/java/jars/phantomjsdriver-1.0.3.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions binding/java/jars/phantomjsdriver-1.0.3.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: BCPG v1.46

iQEcBAABAgAGBQJRRmjyAAoJEAZpxmNRz2bmPRgIAInxcWgOD93X+N+rbFaQwA8j
2VcQNKUJN1IySu2zBYo/x4TCXWuxHuIBZsUYFY7IVnIhIWSPmJvLH4YLtSUhm2me
QRmR+ZmB1TRn7asvjLDnmvnRN757FTh+vgNh3hwz+5UXlJYrEpbvxnfbJpNLFgpL
OJsJfDxKMcYG0V/NS5ADoDe9zlh7AsOMh8ERo3hjY74+27UEbfYKaqaspOEzY9kt
lBz297IzgzQFEnw78o6TnPk1KkmA6sL7mSA+YtYvG70DYKfgN4h/oRaLdDd9CdWB
wV9qJTD9IyV44lArCUGd8TMVDQ2PNjEIks4er39SVWO3OZf5qpSDyRF6w9IylJ0=
=sqNG
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion test/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
}
testCompile "junit:junit-dep:$junitVersion"
testCompile "org.mortbay.jetty:jetty:$jettyVersion"
testCompile files("../../binding/java/jars/phantomjsdriver-1.0.3-dev.jar")
testCompile files("../../binding/java/jars/phantomjsdriver-1.0.3.jar")
}

tasks.withType(JavaExec) {
Expand Down

0 comments on commit 2792939

Please sign in to comment.