A change that should be rejected because left version at 1.0.1

Updated to non-release version

Updated to next release version, 1.0.2, should be rejected because of
Dockerfiles not having SemVer versions

Change-Id: Ib11e976145099782952df8848f98aefd903e798f
diff --git a/Dockerfile.other b/Dockerfile.other
new file mode 100644
index 0000000..4e16f75
--- /dev/null
+++ b/Dockerfile.other
@@ -0,0 +1,6 @@
+# Tests commonly used valid versions that don't use SemVer
+
+FROM ubuntu:16.04
+
+FROM postgres:10.3-alpine
+
diff --git a/Dockerfile.scratch b/Dockerfile.scratch
new file mode 100644
index 0000000..66c515a
--- /dev/null
+++ b/Dockerfile.scratch
@@ -0,0 +1,5 @@
+# Tests the Dockerfile scratch parent per
+#  https://docs.docker.com/develop/develop-images/baseimages/
+
+FROM scratch
+
diff --git a/Dockerfile.semver b/Dockerfile.semver
new file mode 100644
index 0000000..ea98b6d
--- /dev/null
+++ b/Dockerfile.semver
@@ -0,0 +1,6 @@
+# A SemVer tag on the parent
+
+FROM xosproject/xos-base:6.0.0
+
+FROM nodejs:7.2.0
+
diff --git a/VERSION b/VERSION
index 7dea76e..6d7de6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.2