From 2fa71a9f151465a66cbff19be34c62f1cdd169ed Mon Sep 17 00:00:00 2001 From: Loose Date: Mon, 23 Sep 2024 17:35:59 -0300 Subject: [PATCH 1/3] W-16571553 - Publish 6.7.0-SNAPSHOT --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e3b770ea..1ca0f502 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" +ThisBuild / version := "6.7.0-SNAPSHOT" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.6.0" +val amfCoreVersion = "5.7.0-SNAPSHOT" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS") From c4894f1ea6db7581a6e6dbe278e83e135245a02e Mon Sep 17 00:00:00 2001 From: damianpedra Date: Mon, 14 Oct 2024 11:40:04 -0300 Subject: [PATCH 2/3] Publish 6.6.1-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 1ca0f502..c13398d5 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.7.0-SNAPSHOT" +ThisBuild / version := "6.6.1-RC.0" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.7.0-SNAPSHOT" +val amfCoreVersion = "5.6.1-RC.0" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS") From 7f7b53188fe1982e6ae7f336e561bb01290cb2df Mon Sep 17 00:00:00 2001 From: damianpedra Date: Wed, 16 Oct 2024 16:49:39 -0300 Subject: [PATCH 3/3] Publish 6.6.1 --- Jenkinsfile | 1 - build.sbt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 c13398d5..514c841e 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.1-RC.0" +ThisBuild / version := "6.6.1" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.6.1-RC.0" +val amfCoreVersion = "5.6.1" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS")