Skip to content

Commit ddde0e3

Browse files
author
Gytis Trikleris
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5d744ef commit ddde0e3

File tree

19 files changed

+20
-20
lines changed
  • vertx-spring-boot-samples
    • vertx-spring-boot-sample-amqp-tls
    • vertx-spring-boot-sample-amqp
    • vertx-spring-boot-sample-chunked
    • vertx-spring-boot-sample-http-oauth
    • vertx-spring-boot-sample-http-security
    • vertx-spring-boot-sample-http
    • vertx-spring-boot-sample-kafka
    • vertx-spring-boot-sample-mail
    • vertx-spring-boot-sample-sse
  • vertx-spring-boot-starter-actuator
  • vertx-spring-boot-starter-amqp
  • vertx-spring-boot-starter-http-test
  • vertx-spring-boot-starter-http
  • vertx-spring-boot-starter-kafka
  • vertx-spring-boot-starter-mail
  • vertx-spring-boot-starter-postgres
  • vertx-spring-boot-starter

19 files changed

+20
-20
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>dev.snowdrop</groupId>
55
<artifactId>vertx-spring-boot-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88

99
<name>Vert.x Spring Boot - parent</name>
1010
<description>Spring Boot starters of different Vert.x components</description>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/snowdrop</url>
2323
<connection>scm:git:https://github.com/snowdrop/vertx-spring-boot.git</connection>
2424
<developerConnection>scm:git:git:@github.com:snowdrop/vertx-spring-boot.git</developerConnection>
25-
<tag>0.0.7</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<distributionManagement>

vertx-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-parent</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-samples</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-amqp-tls/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-amqp-tls</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-amqp</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-chunked/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-chunked</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-http-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-http-oauth</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-http-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-http-security</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-http</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-kafka</artifactId>

vertx-spring-boot-samples/vertx-spring-boot-sample-mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>vertx-spring-boot-samples</artifactId>
7-
<version>0.0.7</version>
7+
<version>0.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>vertx-spring-boot-sample-mail</artifactId>

0 commit comments

Comments
 (0)