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