Skip to content

Commit

Permalink
Merge pull request #76 from grainier/kernel-migration
Browse files Browse the repository at this point in the history
Kernel migration
  • Loading branch information
sajithshn authored Sep 21, 2017
2 parents fe42042 + cf7a7f8 commit 9633b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
<exclude>**/*.releaseBackup</exclude>
<exclude>%regex[(?!.*utils/).*pom.xml]</exclude>
<exclude>**/target/**</exclude>
<!--TODO: Removing RabbitMQ sample, remove this once RabbitMQ is fixed ISSUE#75-->
<exclude>**/0041/**</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@

<siddhi.store.mongodb.version>1.0.5</siddhi.store.mongodb.version>
<siddhi.store.rdbms.version>4.0.0-M7</siddhi.store.rdbms.version>
<siddhi.store.solr.version>1.0.5</siddhi.store.solr.version>
<siddhi.store.solr.version>1.0.6</siddhi.store.solr.version>

<siddhi.script.js.version>4.0.3</siddhi.script.js.version>

Expand Down

0 comments on commit 9633b91

Please sign in to comment.