Skip to content

Commit

Permalink
Merge pull request #667 from aml-org/publish-6.5.4
Browse files Browse the repository at this point in the history
W-16224755: Publish 6.5.4
  • Loading branch information
damianpedra authored Jul 30, 2024
2 parents 64201e1 + f1e0a69 commit 5a836ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#GUSINFO:MS Calypso,MS Calypso
* @aml-org/team-amf
#GUSINFO:MS API Platform
* @aml-org/team-amf
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"
ThisBuild / version := "6.5.4"
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"
val amfCoreVersion = "5.5.4"

lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM")
lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS")
Expand Down

0 comments on commit 5a836ff

Please sign in to comment.