Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 19, 2016
2 parents f6e0aff + d6ae1de commit 28aed5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@ goNode{
project = 'funktion-operator'
}
}
}

def updateDownstreamDependencies(v) {
pushPomPropertyChangePR {
propertyName = 'funktion.version'
projects = [
'fabric8io/fabric8-platform'
]
version = v
}
}
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit 28aed5e

Please sign in to comment.