aboutsummaryrefslogtreecommitdiff
path: root/plugins/essentials/SnapshotVersion.scala
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/essentials/SnapshotVersion.scala')
-rw-r--r--plugins/essentials/SnapshotVersion.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/essentials/SnapshotVersion.scala b/plugins/essentials/SnapshotVersion.scala
deleted file mode 100644
index 1f7eb23..0000000
--- a/plugins/essentials/SnapshotVersion.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-package cbt
-
-trait SnapshotVersion extends ArtifactInfo with DynamicOverrides{
- def snapshot = newBuild[SnapshotVersion]{"""
- override def version = super.version ++ "-SNAPSHOT"
- """}
-}