diff --git a/examples/java/.idea/.name b/examples/java/.idea/.name new file mode 100644 index 0000000..1658a34 --- /dev/null +++ b/examples/java/.idea/.name @@ -0,0 +1 @@ +examples-java \ No newline at end of file diff --git a/examples/java/.idea/compiler.xml b/examples/java/.idea/compiler.xml new file mode 100644 index 0000000..f0a6a7b --- /dev/null +++ b/examples/java/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/examples/java/.idea/encodings.xml b/examples/java/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/examples/java/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/java/.idea/inspectionProfiles/Project_Default.xml b/examples/java/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8ff795e --- /dev/null +++ b/examples/java/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,53 @@ + + + + \ No newline at end of file diff --git a/examples/java/.idea/misc.xml b/examples/java/.idea/misc.xml new file mode 100644 index 0000000..e707cdd --- /dev/null +++ b/examples/java/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/java/.idea/modules.xml b/examples/java/.idea/modules.xml new file mode 100644 index 0000000..e27b37a --- /dev/null +++ b/examples/java/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/examples/java/.idea/modules/examples-java.iml b/examples/java/.idea/modules/examples-java.iml new file mode 100644 index 0000000..a57fa1a --- /dev/null +++ b/examples/java/.idea/modules/examples-java.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/java/.idea/modules/examples-java_main.iml b/examples/java/.idea/modules/examples-java_main.iml new file mode 100644 index 0000000..f9a8e31 --- /dev/null +++ b/examples/java/.idea/modules/examples-java_main.iml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/java/.idea/modules/examples-java_test.iml b/examples/java/.idea/modules/examples-java_test.iml new file mode 100644 index 0000000..a6695cc --- /dev/null +++ b/examples/java/.idea/modules/examples-java_test.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/java/src/generated/com/example/GeneratedVersion.java b/examples/java/src/generated/com/example/GeneratedVersion.java index 4023644..2cd8f0d 100644 --- a/examples/java/src/generated/com/example/GeneratedVersion.java +++ b/examples/java/src/generated/com/example/GeneratedVersion.java @@ -16,7 +16,7 @@ public final class GeneratedVersion { public final static String BUILDMETA_PREFIX = "+"; public final static String PROJECT = "Example"; - public final static Date BUILDDATE = new Date(1530167147192L); + public final static Date BUILDDATE = new Date(1530684509154L); public final static int MAJOR = 2; public final static int MINOR = 17; public final static int PATCH = 52; diff --git a/examples/java/src/main/java/com/example/App.java b/examples/java/src/main/java/com/example/Example.java similarity index 100% rename from examples/java/src/main/java/com/example/App.java rename to examples/java/src/main/java/com/example/Example.java diff --git a/examples/kotlin/.idea/.name b/examples/kotlin/.idea/.name new file mode 100644 index 0000000..e3bef29 --- /dev/null +++ b/examples/kotlin/.idea/.name @@ -0,0 +1 @@ +examples-kotlin \ No newline at end of file diff --git a/examples/kotlin/.idea/compiler.xml b/examples/kotlin/.idea/compiler.xml new file mode 100644 index 0000000..ed63cad --- /dev/null +++ b/examples/kotlin/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/encodings.xml b/examples/kotlin/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/examples/kotlin/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/inspectionProfiles/Project_Default.xml b/examples/kotlin/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8ff795e --- /dev/null +++ b/examples/kotlin/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,53 @@ + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/kotlinc.xml b/examples/kotlin/.idea/kotlinc.xml new file mode 100644 index 0000000..5806fb3 --- /dev/null +++ b/examples/kotlin/.idea/kotlinc.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/misc.xml b/examples/kotlin/.idea/misc.xml new file mode 100644 index 0000000..e707cdd --- /dev/null +++ b/examples/kotlin/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/modules.xml b/examples/kotlin/.idea/modules.xml new file mode 100644 index 0000000..26eeb73 --- /dev/null +++ b/examples/kotlin/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/modules/examples-kotlin.iml b/examples/kotlin/.idea/modules/examples-kotlin.iml new file mode 100644 index 0000000..ae8dcbb --- /dev/null +++ b/examples/kotlin/.idea/modules/examples-kotlin.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/modules/examples-kotlin_main.iml b/examples/kotlin/.idea/modules/examples-kotlin_main.iml new file mode 100644 index 0000000..f7bffce --- /dev/null +++ b/examples/kotlin/.idea/modules/examples-kotlin_main.iml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/kotlin/.idea/modules/examples-kotlin_test.iml b/examples/kotlin/.idea/modules/examples-kotlin_test.iml new file mode 100644 index 0000000..696a8f5 --- /dev/null +++ b/examples/kotlin/.idea/modules/examples-kotlin_test.iml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/version.properties b/version.properties index 18bf707..0dfd594 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ #Thu, 06 Oct 2016 11:49:46 -0700 version.project=semver version.major=1 -version.minor=0 -version.patch=1 +version.minor=1 +version.patch=0 version.buildmeta= -version.prerelease= +version.prerelease=beta