From a3f8d8fbc80e38be3423a4229311ca70c338ef23 Mon Sep 17 00:00:00 2001 From: Iordanis Giannakakis Date: Thu, 14 Apr 2016 17:03:13 +0100 Subject: [PATCH] Release v1.3.0 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2ba247f..0590096e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ First, you need to add a build-script dependency: ``` buildscript { dependencies { - classpath 'com.shazam.fork:fork-gradle-plugin:1.3.0-SNAPSHOT' + classpath 'com.shazam.fork:fork-gradle-plugin:1.3.0' } } ``` @@ -146,7 +146,7 @@ To be able to use the Flakiness Reporter add these dependencies: ``` buildscript { dependencies { - classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:1.3.0-SNAPSHOT" + classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:1.3.0" } repositories { maven { url "http://repo.jenkins-ci.org/public/" } diff --git a/gradle.properties b/gradle.properties index acad7836..dac8396c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # -VERSION_NAME=1.3.0-SNAPSHOT +VERSION_NAME=1.3.0 GROUP=com.shazam.fork POM_LICENCE_NAME=The Apache Software License, Version 2.0