aboutsummaryrefslogtreecommitdiff
path: root/stage2/pom.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-06-14 21:36:27 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-06-15 01:13:47 -0400
commit8794d3ce0ca7f92df24c317c9a9b7025aa0e3dee (patch)
tree60dc3f90c8936ccdaad56a5482a534efdc441eee /stage2/pom.scala
parent10dbafc2117ba7b8e0183ac402176e7e815a5280 (diff)
downloadcbt-8794d3ce0ca7f92df24c317c9a9b7025aa0e3dee.tar.gz
cbt-8794d3ce0ca7f92df24c317c9a9b7025aa0e3dee.tar.bz2
cbt-8794d3ce0ca7f92df24c317c9a9b7025aa0e3dee.zip
adjust organization part of pom data model to better match the spec
Diffstat (limited to 'stage2/pom.scala')
-rw-r--r--stage2/pom.scala5
1 files changed, 5 insertions, 0 deletions
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]
+)