Skip to content

Commit

Permalink
build: update version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed May 10, 2021
1 parent 47cdfea commit bf5cce3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions enhanced-grid-flow-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.vaadin.componentfactory</groupId>
<artifactId>enhanced-grid-flow-demo</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>

<name>Enhanced Grid Demo</name>
<packaging>war</packaging>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.vaadin.componentfactory</groupId>
<artifactId>enhanced-grid-flow</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion enhanced-grid-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.vaadin.componentfactory</groupId>
<artifactId>enhanced-grid-flow</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>Enhanced Grid</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.vaadin.componentfactory</groupId>
<artifactId>enhanced-grid-flow-root</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<packaging>pom</packaging>
<modules>
<module>enhanced-grid-flow</module>
Expand All @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<enhanced-grid-flow.version>0.8.0</enhanced-grid-flow.version>
<enhanced-grid-flow.version>0.9.0</enhanced-grid-flow.version>
</properties>
<inceptionYear>2020</inceptionYear>
<organization>
Expand Down

0 comments on commit bf5cce3

Please sign in to comment.