diff --git a/Jenkinsfile b/Jenkinsfile index caa08d64..8bc07143 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,6 @@ pipeline { anyOf { branch 'master' branch 'develop' - branch 'release/*' } } steps { diff --git a/build.sbt b/build.sbt index 0e641068..34f3268c 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo name := "amf-aml" -ThisBuild / version := "6.5.3-RC.0" +ThisBuild / version := "6.5.3" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.5.3-RC.0" +val amfCoreVersion = "5.5.3" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS")