Skip to content

Commit

Permalink
publish 5.5.0-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arielmirra committed Apr 4, 2024
1 parent ac29106 commit aff7f32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'release/*'
}
}
steps {
Expand All @@ -84,6 +85,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'release/*'
}
}
steps {
Expand All @@ -98,6 +100,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'release/*'
}
}
steps {
Expand Down
4 changes: 2 additions & 2 deletions amf-apicontract.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amf.apicontract=5.5.0-SNAPSHOT
amf.aml=6.5.0-SNAPSHOT
amf.apicontract=5.5.0-RC.0
amf.aml=6.5.0-RC.1
amf.model=3.8.2
antlr4Version=0.7.25
amf.validation.profile.dialect=1.6.0
Expand Down

0 comments on commit aff7f32

Please sign in to comment.