Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed May 5, 2020
1 parent 47e22d7 commit b8c23e6
Show file tree
Hide file tree
Showing 53 changed files with 177 additions and 177 deletions.
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sources</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

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

<properties>
Expand Down Expand Up @@ -1189,7 +1189,7 @@
<developerConnection>scm:git:ssh://git@github.com/apache/incubator-streampipes.git</developerConnection>
<connection>scm:git:ssh://git@github.com/apache/incubator-streampipes.git</connection>
<url>https://github.com/apache/incubator-streampipes</url>
<tag>rel/0.66.0</tag>
<tag>release/0.66.0</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions streampipes-app-file-export/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
12 changes: 6 additions & 6 deletions streampipes-backend/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-messaging-kafka</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions streampipes-code-generation/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model-client</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-sdk</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion streampipes-commons/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</parent>

<artifactId>streampipes-commons</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions streampipes-config/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions streampipes-connect-container-master/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-couchdb</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-user-management</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions streampipes-connect-container-worker/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
12 changes: 6 additions & 6 deletions streampipes-connect-container/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-parent</artifactId>
<groupId>org.apache.streampipes</groupId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest-shared</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
26 changes: 13 additions & 13 deletions streampipes-connect/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-json</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-smile</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-cbor</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-fst</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-measurement-units</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-messaging-kafka</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-sdk</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest-shared</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

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

Expand Down
4 changes: 2 additions & 2 deletions streampipes-container-embedded/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.66.0-SNAPSHOT</version>
<version>0.66.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.66.0-SNAPSHOT</version>
<version>0.66.0</version>
</dependency>

<!-- External dependencies -->
Expand Down

0 comments on commit b8c23e6

Please sign in to comment.