Skip to content

Commit

Permalink
Merge pull request #580 from aml-org/publish-6.2.3
Browse files Browse the repository at this point in the history
Publish 6.2.3
  • Loading branch information
looseale authored Jan 10, 2023
2 parents 305edac + b10c936 commit 073c88a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,8 @@ class AMLConfiguration private[amf] (
copy(registry = registry.withExtensions(dialect))
}

private[amf] def withAliases(aliases: NamespaceAliases): AMLConfiguration = {
copy(registry = registry.withAliases(aliases))
}
override def withAliases(aliases: NamespaceAliases): AMLConfiguration =
super._withAliases(aliases)

/** Set [[BaseExecutionEnvironment]]
* @param executionEnv
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo

name := "amf-aml"

ThisBuild / version := "6.2.2"
ThisBuild / version := "6.2.3"
ThisBuild / scalaVersion := "2.12.13"

publish := {}
Expand All @@ -20,7 +20,7 @@ lazy val workspaceDirectory: File =
case _ => Path.userHome / "mulesoft"
}

val amfCoreVersion = "5.2.2"
val amfCoreVersion = "5.2.3"

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

0 comments on commit 073c88a

Please sign in to comment.