diff --git a/VERSIONING.MD b/VERSIONING.MD
new file mode 100644
index 0000000..41e0413
--- /dev/null
+++ b/VERSIONING.MD
@@ -0,0 +1,11 @@
+# CDEvents Plugin version
+
+The CDEvents plugin is versioned as follows:
+
+`${revision}-${changelist}`
+
+Where `revision` is incremented to match the spec of the current CDEvents SDK, and `changelist` is automatically
+generated for each release.
+
+In short, increments to `revision` should reflect (potentially breaking) changes to the CDEvents SDK or CDEvents spec,
+while increments to `changelist` should reflect (non-breaking) changes to the CDEvents plugin itself.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 029757b..632e3c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,9 +33,10 @@
https://github.com/${gitHubRepo}
-
- v0.1.0-draft6
+
+ 1
999999-SNAPSHOT
+ v0.1.0-draft6
jenkinsci/cdevents-plugin