Fix packaging to include proper properties file name

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/elasticsearch-2.0/trunk@1758711 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/es-plugin.properties b/src/main/resources/es-plugin.properties
deleted file mode 100644
index bb023dd..0000000
--- a/src/main/resources/es-plugin.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-plugin=${project.groupId}.MCFAuthorizerPlugin
-version=${project.version}
\ No newline at end of file
diff --git a/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties
similarity index 97%
rename from plugin-descriptor.properties
rename to src/main/resources/plugin-descriptor.properties
index dbcf3c8..7d26767 100644
--- a/plugin-descriptor.properties
+++ b/src/main/resources/plugin-descriptor.properties
@@ -19,7 +19,7 @@
 description=ApacheManifoldCF Auth Plugin
 #
 # 'version': plugin's version
-version=1.5
+version=2.1
 #
 # 'name': the plugin name
 name=ApacheManifoldCFAuthPlugin
@@ -47,7 +47,7 @@
 # elasticsearch release. This version is checked when the plugin
 # is loaded so Elasticsearch will refuse to start in the presence of
 # plugins with the incorrect elasticsearch.version.
-elasticsearch.version=2.3.3
+elasticsearch.version=2.0.2
 #
 ### deprecated elements for jvm plugins :
 #