diff --git a/Jenkinsfile b/Jenkinsfile index 0bffc6cf8..8c7ec5966 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,6 +56,7 @@ pipeline { anyOf { branch 'master' branch 'rc/*' + branch 'support/*' } } } @@ -148,6 +149,7 @@ pipeline { branch 'master' branch 'develop' branch 'rc/*' + branch 'support/*' } } steps { @@ -169,6 +171,7 @@ pipeline { branch 'master' branch 'develop' branch 'rc/*' + branch 'support/*' } } steps { @@ -198,6 +201,7 @@ pipeline { branch 'master' branch 'develop' branch 'rc/*' + branch 'support/*' } } steps { diff --git a/dependencies.properties b/dependencies.properties index c7a42c5ab..baf99ae8d 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -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