aboutsummaryrefslogtreecommitdiff
path: root/stage2/pom.scala
diff options
context:
space:
mode:
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]
+)