Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-oss-ci committed Sep 21, 2023
1 parent 970840d commit 878aa7a
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphql/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql/scalars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion handler-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-handler-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-model</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<packaging>pom</packaging>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<url>https://expediagroup.github.io/stream-registry/</url>
<inceptionYear>2018</inceptionYear>

Expand All @@ -21,7 +21,7 @@
<!--suppress UnresolvedMavenProperty -->
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/stream-registry.git</developerConnection>
<url>https://github.com/ExpediaGroup/stream-registry</url>
<tag>stream-registry-1.4.2</tag>
<tag>stream-registry-1.0.2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion repository/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repository/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>stream-registry-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion state/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/graphql-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/kafka-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion state/kafka-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down

0 comments on commit 878aa7a

Please sign in to comment.