Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jul 5, 2021
1 parent 2da9a70 commit 46859a0
Show file tree
Hide file tree
Showing 60 changed files with 216 additions and 216 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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -1294,7 +1294,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/0.68.0</tag>
<tag>release/0.68.0</tag>
</scm>

<issueManagement>
Expand Down
14 changes: 7 additions & 7 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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</parent>

<artifactId>streampipes-backend</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
Expand All @@ -44,27 +44,27 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-config</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-messaging-kafka</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect-container-master</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-platform-services</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<!-- External dependencies -->
<dependency>
Expand Down
16 changes: 8 additions & 8 deletions streampipes-client/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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,37 +32,37 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-json</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-cbor</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-dataformat-fst</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-messaging-kafka</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model-client</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers-json</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>

<!-- 3rd party Dependencies -->
Expand Down
10 changes: 5 additions & 5 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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</parent>

<artifactId>streampipes-code-generation</artifactId>
Expand All @@ -39,23 +39,23 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-standalone</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model-client</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-sdk</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers-json</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
10 changes: 5 additions & 5 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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,22 +32,22 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect-container</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-pipeline-management</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-couchdb</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-user-management</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.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.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-rest-shared</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-serializers-json</artifactId>
<version>0.68.0-SNAPSHOT</version>
<version>0.68.0</version>
</dependency>

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

0 comments on commit 46859a0

Please sign in to comment.