Skip to content

Commit

Permalink
Release v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Mar 17, 2017
1 parent 0db0cb4 commit b5a28f8
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 @@ -21,15 +21,15 @@ Maven:
<dependency>
<groupId>com.lesfurets</groupId>
<artifactId>jenkins-pipeline-unit</artifactId>
<version>0.11</version>
<version>0.12</version>
<scope>test</scope>
</dependency>
```

Gradle:

```groovy
testCompile group:'com.lesfurets', name:'jenkins-pipeline-unit', version:'0.11'
testCompile group:'com.lesfurets', name:'jenkins-pipeline-unit', version:'0.12'
```

### Start writing tests
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

group = "com.lesfurets"
archivesBaseName = "jenkins-pipeline-unit"
version = "0.12-SNAPSHOT"
version = "0.12"

dependencies {
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.6'
Expand Down

0 comments on commit b5a28f8

Please sign in to comment.