Skip to content

Commit 029aaa5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent dc36a48 commit 029aaa5

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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
7+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
8+
<version>3.0.4-SNAPSHOT</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.3</version>
14+
<version>3.0.4-SNAPSHOT</version>
1515
<url>https://expediagroup.github.io/stream-registry/</url>
1616
<inceptionYear>2018</inceptionYear>
1717

@@ -21,7 +21,7 @@
2121
<!--suppress UnresolvedMavenProperty -->
2222
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/stream-registry.git</developerConnection>
2323
<url>https://github.com/ExpediaGroup/stream-registry</url>
24-
<tag>stream-registry-3.0.3</tag>
24+
<tag>stream-registry-1.0.2</tag>
2525
</scm>
2626

2727
<developers>

0 commit comments

Comments
 (0)