Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axholo committed Dec 31, 2019
1 parent 0ff0f3f commit 8add73c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-vaadin-flow-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-vaadin-flow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>documentation-vaadin-flow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion navigator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-vaadin-flow-navigator</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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>
Expand All @@ -11,7 +9,7 @@

<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -51,7 +49,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-vaadin-flow.git</connection>
<url>https://github.com/holon-platform/holon-vaadin-flow</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-vaadin-flow.git</developerConnection>
<tag>HEAD</tag>
<tag>5.4.0</tag>
</scm>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-vaadin-flow-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-vaadin-flow-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-starter-vaadin-flow-undertow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>holon-starter-vaadin-flow</artifactId>
Expand Down

0 comments on commit 8add73c

Please sign in to comment.