Fix Kafka versions (pom.xml and samoa-samza issue) Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/bc8dba24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/bc8dba24 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/bc8dba24
Branch: refs/heads/master Commit: bc8dba2458629613611faac75e77c22b1a43349f Parents: 9180ab1 Author: pwawrzyniak <[email protected]> Authored: Wed Jul 5 15:42:40 2017 +0200 Committer: nkourtellis <[email protected]> Committed: Fri Jul 21 21:12:18 2017 +0300 ---------------------------------------------------------------------- .gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/bc8dba24/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a834232..5b14932 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,16 @@ -#maven -target/ - -#eclipse -.classpath -.project -.settings/ - -#DS_Store -.DS_Store - -#intellij -.idea/ -*.iml -*.iws +#maven +target/ + +#eclipse +.classpath +.project +.settings/ + +#DS_Store +.DS_Store + +#intellij +.idea/ +*.iml +*.iws /samoa-api/nbproject/ \ No newline at end of file
