Skip to content

Commit

Permalink
Merge pull request #389 from aml-org/publish-5.1.10-rc.0
Browse files Browse the repository at this point in the history
Publish 5.1.10-RC.0
  • Loading branch information
nschejtman authored Sep 24, 2021
2 parents a79f199 + fe47afc commit 71aa7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'release/*'
}
}
steps {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo

name := "amf-aml"

version in ThisBuild := "5.2.0-SNAPSHOT"
version in ThisBuild := "5.1.10-RC.0"

publish := {}

Expand Down

0 comments on commit 71aa7c8

Please sign in to comment.