Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
axholo committed Jan 27, 2020
1 parent 2925505 commit 2cebdb3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>holon-vaadin-flow-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>holon-vaadin-flow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>documentation-vaadin-flow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion navigator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>holon-vaadin-flow-navigator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -49,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.2</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>holon-vaadin-flow-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>holon-vaadin-flow-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-undertow/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

<artifactId>holon-starter-vaadin-flow-undertow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2</version>
</parent>

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

0 comments on commit 2cebdb3

Please sign in to comment.