Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gytis Trikleris committed Nov 28, 2019
1 parent 6ebfa57 commit 5d744ef
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>

<name>Vert.x Spring Boot - parent</name>
<description>Spring Boot starters of different Vert.x components</description>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/snowdrop</url>
<connection>scm:git:https://github.com/snowdrop/vertx-spring-boot.git</connection>
<developerConnection>scm:git:git:@github.com:snowdrop/vertx-spring-boot.git</developerConnection>
<tag>HEAD</tag>
<tag>0.0.7</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-samples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-amqp-tls</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-amqp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-chunked</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-http-oauth</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-http-security</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-http</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-kafka</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-mail</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-samples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-sample-sse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-actuator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-amqp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-http-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-http-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-mail</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter-postgres</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<artifactId>vertx-spring-boot-starter</artifactId>
Expand Down

0 comments on commit 5d744ef

Please sign in to comment.