Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Sep 26, 2020
1 parent ab34394 commit ef9ab5c
Show file tree
Hide file tree
Showing 56 changed files with 181 additions and 181 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-processors-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-processors-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-processors-jvm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sinks-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sinks-jvm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sources</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -1243,7 +1243,7 @@
<developerConnection>scm:git:ssh://[email protected]/apache/incubator-streampipes.git</developerConnection>
<connection>scm:git:ssh://[email protected]/apache/incubator-streampipes.git</connection>
<url>https://github.com/apache/incubator-streampipes</url>
<tag>rel/VERSION</tag>
<tag>release/0.67.0</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions streampipes-app-file-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>

<name>StreamPipes App File Export</name>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-couchdb</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
12 changes: 6 additions & 6 deletions streampipes-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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-backend</artifactId>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-app-file-export</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
Expand All @@ -49,17 +49,17 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-config</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-messaging-kafka</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions streampipes-code-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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-code-generation</artifactId>
Expand All @@ -39,18 +39,18 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-standalone</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model-client</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-sdk</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion streampipes-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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-commons</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions streampipes-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-vocabulary</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions streampipes-connect-container-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,17 +32,17 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect-container</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-couchdb</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-user-management</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions streampipes-connect-container-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect-container</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
12 changes: 6 additions & 6 deletions streampipes-connect-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,27 +32,27 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-config</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest-shared</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
26 changes: 13 additions & 13 deletions streampipes-connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,62 +32,62 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-config</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-json</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-smile</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-cbor</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-fst</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-measurement-units</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-messaging-kafka</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-sdk</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest-shared</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencis -->
Expand Down
2 changes: 1 addition & 1 deletion streampipes-container-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions streampipes-container-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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-container-embedded</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container</artifactId>
<version>0.67.0-SNAPSHOT</version>
<version>0.67.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
Loading

0 comments on commit ef9ab5c

Please sign in to comment.