You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/27 13:58:23 UTC

[plc4x] 35/44: version with ${current-full-version}

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 <ti...@codecentric.de>
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