Skip to content

Commit

Permalink
Merge pull request #662 from aml-org/publish-6.5.3-setup
Browse files Browse the repository at this point in the history
W-16124325 - Publish 6.5.3
  • Loading branch information
looseale authored Jul 3, 2024
2 parents e68dd5d + f56970a commit 94eae4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ 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.5.3-RC.0"
ThisBuild / version := "6.5.3"
ThisBuild / scalaVersion := "2.12.15"

publish := {}
Expand All @@ -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")
Expand Down

0 comments on commit 94eae4e

Please sign in to comment.