From e68dd5d74f67d139f58b2450639e2d452f8bfe50 Mon Sep 17 00:00:00 2001 From: Loose Date: Tue, 2 Jul 2024 10:48:22 -0300 Subject: [PATCH] W-16124325 - Release 6.5.3-RC.0 --- Jenkinsfile | 1 + build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8bc07143..caa08d64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,6 +63,7 @@ pipeline { anyOf { branch 'master' branch 'develop' + branch 'release/*' } } steps { diff --git a/build.sbt b/build.sbt index 1bc70295..0e641068 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.6.0-SNAPSHOT" +ThisBuild / version := "6.5.3-RC.0" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.6.0-SNAPSHOT" +val amfCoreVersion = "5.5.3-RC.0" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS")