diff --git a/README.md b/README.md index 3320e531..a93eb2f2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To get Overthere, you have two options: And, if you want, you can also run the Overthere examples used in the Overthere presentation mentioned above. -Binary releases of Overthere are not provided here, but you can download it [straight from the Maven Central repository](http://search.maven.org/#artifactdetails%7Ccom.xebialabs.overthere%7Coverthere%7C2.4.2%7Cjar) if you want to. +Binary releases of Overthere are not provided here, but you can download it [straight from the Maven Central repository](http://search.maven.org/#artifactdetails%7Ccom.xebialabs.overthere%7Coverthere%7C2.4.3%7Cjar) if you want to. ## Depending on Overthere @@ -52,7 +52,7 @@ Binary releases of Overthere are not provided here, but you can download it [str com.xebialabs.overthere overthere - 2.4.2 + 2.4.3 1. If your project is built using another build tool that uses the Maven Central repository, translate these dependencies into the format used by your build tool. @@ -1027,6 +1027,9 @@ When using a jumpstation to connect to the remote host, Overthere will dynamical # Release History +* Overthere 2.4.3 (17-May-2014) + * Fixed [#101](https://github.com/xebialabs/overthere/issues/101), [#106](https://github.com/xebialabs/overthere/issues/106), [#111](https://github.com/xebialabs/overthere/issues/111), [#112](https://github.com/xebialabs/overthere/issues/112), [#114](https://github.com/xebialabs/overthere/issues/114), [#115](https://github.com/xebialabs/overthere/issues/115) and [#116](https://github.com/xebialabs/overthere/issues/116) + * Some minor code and documentation fixes. * Overthere 2.4.2 (26-Mar-2014) * Bumped Guava to version 16.0.1. This ensures that overthere should work on JDK 1.7.0_51 and up. * Overthere 2.4.1 (24-Mar-2014) diff --git a/build.gradle b/build.gradle index ca695ea1..b5deff71 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { defaultTasks 'build' -version = '2.4.3-SNAPSHOT' +version = '2.4.3' group = 'com.xebialabs.overthere' apply plugin: 'idea' diff --git a/examples/pom.xml b/examples/pom.xml index 4a1ce4b7..b671afb8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,7 +17,7 @@ com.xebialabs.overthere overthere - 2.4.2 + 2.4.3 ch.qos.logback