diff --git a/.gitignore b/.gitignore index 7b43353..77732cb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ Gemfile.lock /classes pom.xml pom.xml.asc -*.jar *.class /.bundle /.lein-* diff --git a/files/facts-upload.jar b/files/facts-upload.jar new file mode 100644 index 0000000..0cbe935 Binary files /dev/null and b/files/facts-upload.jar differ diff --git a/metadata.json b/metadata.json index 5d6cf1b..74fee15 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "sharpie-facts_upload", - "version": "1.0.4", + "version": "1.0.99", "author": "Charlie Sharpsteen", "summary": "Re-implements the puppet facts upload command and associated Puppet Server endpoint.", "license": "Apache-2.0", diff --git a/project.clj b/project.clj index 52cf071..12e24f0 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ "Version of Puppet Server to develop and test against" (get (System/getenv) "PUPPETSERVER_VERSION" "5.1.6")) -(defproject sharpie/facts-upload "1.0.4" +(defproject sharpie/facts-upload "1.0.99" :description "Puppet Server endpoint for the facts upload command" :license {:name "Apache License 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}