Skip to content

Commit

Permalink
Bump ALS version to 5.1.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianoascona committed May 6, 2022
1 parent a20032a commit 76d85ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'support/*'
}
}
steps {
Expand All @@ -103,6 +104,7 @@ pipeline {
branch 'master'
branch 'develop'
branch 'nexus-iq/*'
branch 'support/*'
}
}
steps {
Expand All @@ -126,6 +128,7 @@ pipeline {
branch 'master'
branch 'develop'
branch 'rc/*'
branch 'support/*'
}
}
steps {
Expand Down Expand Up @@ -156,6 +159,7 @@ pipeline {
branch 'develop'
branch 'als-5.0.0'
branch 'rc/*'
branch 'support/*'
}
}
steps {
Expand Down Expand Up @@ -188,6 +192,7 @@ pipeline {
branch 'develop'
branch 'als-5.0.0'
branch 'rc/*'
branch 'support/*'
}
}
steps {
Expand All @@ -209,6 +214,7 @@ pipeline {
branch 'develop'
branch 'rc/*'
branch 'master'
branch 'support/*'
}
}
steps {
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.1.3
version=5.1.3-0
amf=5.0.6-0
amf.custom-validator.js=1.1.0
amf.custom-validator-scalajs = 0.2.2

0 comments on commit 76d85ba

Please sign in to comment.