Skip to content

Commit

Permalink
Added default version for the API url
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Feb 13, 2015
1 parent 695f044 commit cacbb44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.gradle
build
build
.idea
*.iml
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'maven'
group = 'com.xebialabs.deployit.community'
sourceCompatibility = 1.6
targetCompatibility = 1.6
version = '1.0.1'
version = '1.0.2'
def apiVersion = '4.0.1'
def xlreleaseHome = "$System.env.XLRELEASE_HOME"

Expand Down

0 comments on commit cacbb44

Please sign in to comment.