Skip to content

Commit 0ab4440

Browse files
committed
[maven-release-plugin] prepare release stream-registry-3.0.6
1 parent e3080e7 commit 0ab4440

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
</parent>
1010

1111
<artifactId>stream-registry-app</artifactId>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.expediagroup.streamplatform</groupId>
66
<artifactId>stream-registry</artifactId>
7-
<version>3.0.6-SNAPSHOT</version>
7+
<version>3.0.6</version>
88
</parent>
99

1010
<artifactId>stream-registry-bom</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
</parent>
1010

1111
<artifactId>stream-registry-core</artifactId>

graphql/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

graphql/maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

graphql/scalars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

handler-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
</parent>
1010

1111
<artifactId>stream-registry-handler-spi</artifactId>

it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
</parent>
1010

1111
<artifactId>stream-registry-it</artifactId>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup.streamplatform</groupId>
77
<artifactId>stream-registry</artifactId>
8-
<version>3.0.6-SNAPSHOT</version>
8+
<version>3.0.6</version>
99
</parent>
1010

1111
<artifactId>stream-registry-model</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.expediagroup.streamplatform</groupId>
1212
<artifactId>stream-registry</artifactId>
1313
<packaging>pom</packaging>
14-
<version>3.0.6-SNAPSHOT</version>
14+
<version>3.0.6</version>
1515
<url>https://expediagroup.github.io/stream-registry/</url>
1616
<inceptionYear>2018</inceptionYear>
1717
<name>stream-registry</name>
@@ -22,7 +22,7 @@
2222
<!--suppress UnresolvedMavenProperty -->
2323
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/stream-registry.git</developerConnection>
2424
<url>https://github.com/ExpediaGroup/stream-registry</url>
25-
<tag>stream-registry-1.0.2</tag>
25+
<tag>stream-registry-3.0.6</tag>
2626
</scm>
2727

2828
<developers>

0 commit comments

Comments
 (0)