Skip to content

Commit

Permalink
publish 5.4.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockLucas committed Jul 14, 2023
1 parent 17dc90e commit 465eec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pipeline {
anyOf {
branch 'master'
branch 'rc/*'
branch 'support/*'
}
}
}
Expand Down Expand Up @@ -148,6 +149,7 @@ pipeline {
branch 'master'
branch 'develop'
branch 'rc/*'
branch 'support/*'
}
}
steps {
Expand All @@ -169,6 +171,7 @@ pipeline {
branch 'master'
branch 'develop'
branch 'rc/*'
branch 'support/*'
}
}
steps {
Expand Down Expand Up @@ -198,6 +201,7 @@ pipeline {
branch 'master'
branch 'develop'
branch 'rc/*'
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.4.2
version=5.4.2-0
amf=5.4.0-2
amf.custom-validator.js=1.4.0
amf.custom-validator-scalajs=0.5.0-0
Expand Down

0 comments on commit 465eec4

Please sign in to comment.