Skip to content

Commit

Permalink
Bump the major version (vaadin#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Bulatov authored May 2, 2019
1 parent b43311d commit 6f82be1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<version>2.0.1</version>
</parent>

<groupId>com.vaadin</groupId>
<artifactId>vaadin-cdi-parent</artifactId>
<version>10.2-SNAPSHOT</version>
<version>11.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>vaadin-cdi-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-cdi-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-cdi-parent</artifactId>
<version>10.2-SNAPSHOT</version>
<version>11.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vaadin-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-cdi-parent</artifactId>
<version>10.2-SNAPSHOT</version>
<version>11.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-cdi</artifactId>
Expand Down

0 comments on commit 6f82be1

Please sign in to comment.