Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iordanis Giannakakis committed Apr 14, 2016
1 parent cd3e718 commit a3f8d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
```
Expand Down Expand Up @@ -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/" }
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3f8d8f

Please sign in to comment.