Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Prepare next major (#164)
Browse files Browse the repository at this point in the history
* Bump parent version
* Bump project version
  • Loading branch information
alvarezguille committed Jul 6, 2020
1 parent c17000c commit 09252a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<relativePath />
</parent>

<artifactId>vaadin-button-flow-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vaadin Button Flow Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion vaadin-button-flow-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-button-flow-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-button-flow-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-button-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-button-flow-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vaadin-button-flow-parent</artifactId>
<groupId>com.vaadin</groupId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-button-testbench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-button-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-button-flow</artifactId>
Expand Down

0 comments on commit 09252a0

Please sign in to comment.