From 8794d3ce0ca7f92df24c317c9a9b7025aa0e3dee Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 14 Jun 2016 21:36:27 -0400 Subject: adjust organization part of pom data model to better match the spec --- stage2/pom.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stage2/pom.scala (limited to 'stage2/pom.scala') diff --git a/stage2/pom.scala b/stage2/pom.scala new file mode 100644 index 0000000..610f9f6 --- /dev/null +++ b/stage2/pom.scala @@ -0,0 +1,5 @@ +package cbt +case class Organization( + name: String, + url: Option[String] +) -- cgit v1.2.3