This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit da4b3df7dead5397f51b5eee0d53d8c761ce9136 Author: Till Voss <[email protected]> AuthorDate: Wed Aug 21 18:07:44 2019 +0200 version with ${current-full-version} --- .../logstash-plugin/src/gem/lib/logstash-input-plc4x_jars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/integrations/logstash-plugin/src/gem/lib/logstash-input-plc4x_jars.rb b/plc4j/integrations/logstash-plugin/src/gem/lib/logstash-input-plc4x_jars.rb index e7950b2..eb692e9 100644 --- a/plc4j/integrations/logstash-plugin/src/gem/lib/logstash-input-plc4x_jars.rb +++ b/plc4j/integrations/logstash-plugin/src/gem/lib/logstash-input-plc4x_jars.rb @@ -19,4 +19,4 @@ require 'jar_dependencies' # TODO replace 0.5.0 with version -require_jar('${project.groupId}', 'logstash-input-plc4x', '0.5.0') \ No newline at end of file +require_jar('${project.groupId}', 'logstash-input-plc4x', '${current-full-version}') \ No newline at end of file
