Skip to content

Commit

Permalink
CP-140: add version.txt to share/doc (#94)
Browse files Browse the repository at this point in the history
* Create version.txt

* Update package.xml
  • Loading branch information
Dustin Cote committed Jun 23, 2016
1 parent 2fade05 commit 942684c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<directory>${project.basedir}</directory>
<outputDirectory>share/doc/kafka-connect-jdbc/</outputDirectory>
<includes>
<include>version.txt</include>
<include>README*</include>
<include>LICENSE*</include>
<include>NOTICE*</include>
Expand Down
2 changes: 2 additions & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
##This file must be updated at package time to have a valid package##
invalid

0 comments on commit 942684c

Please sign in to comment.