Skip to content

Commit

Permalink
Differentiate this release train of Morphir from others with a differ…
Browse files Browse the repository at this point in the history
…ent org
  • Loading branch information
DamianReeves committed Sep 3, 2024
1 parent d4fe3dc commit fa0fc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill-build/src/org/finos/morphir/build/PubMod.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trait PubMod extends PublishModule with JavaModule with Mima {
s"Morphir provides a set of tools and languages for building and working with domain-specific languages (DSLs). "
def pomSettings = PomSettings(
description = packageDescription,
organization = "org.finos.morphir",
organization = "org.finos.morphir2",
url = "https://github.com/finos/morphir",
licenses = Seq(License.`Apache-2.0`),
versionControl = VersionControl.github("finos", "morphir"),
Expand Down

0 comments on commit fa0fc04

Please sign in to comment.