You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/24 14:21:05 UTC

[incubator-streampipes-extensions] 01/02: Update streampipes version

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit d1b817c5414cc04a5894f685ed68a1ee661a1107
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Sep 24 16:16:20 2020 +0200

    Update streampipes version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a2a08e9..9f1d44b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.67.0-SNAPSHOT</version>
+        <version>0.67.0</version>
     </parent>
 
     <artifactId>streampipes-extensions</artifactId>
@@ -62,7 +62,7 @@
     <properties>
         <owasp.check.skip>true</owasp.check.skip>
 
-        <streampipes.version>0.67.0-SNAPSHOT</streampipes.version>
+        <streampipes.version>0.67.0</streampipes.version>
 
         <amqp-client.version>4.1.0</amqp-client.version>
         <animal-sniffer-annotations.version>1.17</animal-sniffer-annotations.version>
@@ -908,4 +908,4 @@
       <tag>rel/0.67.0</tag>
   </scm>
 
-</project>
\ No newline at end of file
+</project>