Skip to content

Commit

Permalink
W-16124325 - Release 6.5.3-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
looseale committed Jul 2, 2024
1 parent 0d2999c commit e68dd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'release/*'
}
}
steps {
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 := {}
Expand All @@ -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")
Expand Down

0 comments on commit e68dd5d

Please sign in to comment.