We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3159f commit 54d666dCopy full SHA for 54d666d
Jenkinsfile
@@ -69,7 +69,6 @@ pipeline {
69
anyOf {
70
branch 'master'
71
branch 'develop'
72
- branch 'release/*'
73
}
74
75
steps {
@@ -85,7 +84,6 @@ pipeline {
85
84
86
87
88
89
90
91
@@ -100,7 +98,6 @@ pipeline {
100
98
101
99
102
103
104
105
106
amf-apicontract.versions
@@ -1,5 +1,5 @@
1
-amf.apicontract=5.2.6-RC.0
2
-amf.aml=6.2.6-RC.0
+amf.apicontract=5.2.6
+amf.aml=6.2.6
3
amf.model=3.8.2
4
antlr4Version=0.6.22
5
amf.validation.profile.dialect=1.4.0
0 commit comments