This is an automated email from the ASF dual-hosted git repository.
nnag pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 645afd5 Adding the version text file.
645afd5 is described below
commit 645afd52237868ba85d519e3e58da943a77a05c6
Author: Naburun Nag <[email protected]>
AuthorDate: Tue Mar 3 09:59:43 2020 -0800
Adding the version text file.
---
src/assembly/package.xml | 1 +
src/assembly/standalone.xml | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/assembly/package.xml b/src/assembly/package.xml
index 852f07f..5de534a 100644
--- a/src/assembly/package.xml
+++ b/src/assembly/package.xml
@@ -29,6 +29,7 @@
<directory>${project.basedir}</directory>
<outputDirectory>share/doc/kafka-connect-geode/</outputDirectory>
<includes>
+ <include>version.txt</include>
<include>README*</include>
<include>LICENSE*</include>
<include>NOTICE*</include>
diff --git a/src/assembly/standalone.xml b/src/assembly/standalone.xml
index 8f1c91b..ba1ee32 100644
--- a/src/assembly/standalone.xml
+++ b/src/assembly/standalone.xml
@@ -33,9 +33,6 @@
<include>README*</include>
<include>LICENSE*</include>
<include>NOTICE*</include>
- <include>licenses.html</include>
- <include>licenses/</include>
- <include>notices/</include>
</includes>
</fileSet>
</fileSets>