From c08d8431dedd7c2f7890d0138a970b2e3b9175b0 Mon Sep 17 00:00:00 2001 From: Damian Pedra Date: Fri, 10 May 2024 11:03:10 -0300 Subject: [PATCH 1/3] Publish 6.6.0-SNAPSHOT --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 32f83bae..1bc70295 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.1" +ThisBuild / version := "6.6.0-SNAPSHOT" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.5.1" +val amfCoreVersion = "5.6.0-SNAPSHOT" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS") From af6133c857f68abc3cacfa90e62f8575a9320cb4 Mon Sep 17 00:00:00 2001 From: Damian Pedra Date: Mon, 27 May 2024 10:56:05 -0300 Subject: [PATCH 2/3] Publish 6.5.2-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..25be40b2 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.2-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.2-RC.0" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS") From 3eb58e2c4239f9fa8416523b5d4ae55d76bb9438 Mon Sep 17 00:00:00 2001 From: Damian Pedra Date: Tue, 28 May 2024 15:52:34 -0300 Subject: [PATCH 3/3] Publish 6.5.2 --- 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 25be40b2..0640a512 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.2-RC.0" +ThisBuild / version := "6.5.2" ThisBuild / scalaVersion := "2.12.15" publish := {} @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File = case _ => Path.userHome / "mulesoft" } -val amfCoreVersion = "5.5.2-RC.0" +val amfCoreVersion = "5.5.2" lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM") lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS")