Skip to content

Commit

Permalink
Release v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Feb 2, 2017
1 parent 353b4a9 commit 3ae214a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

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

dependencies {
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.6'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.lesfurets</groupId>
<artifactId>jenkins-pipeline-unit</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>
Jenkins Pipeline Unit testing framework
Expand Down

0 comments on commit 3ae214a

Please sign in to comment.