Skip to content

Commit

Permalink
build: update version to 4.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sujoykd committed Jan 12, 2024
1 parent e3ae6be commit 11a7424
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>

<name>Enhanced Grid Demo</name>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<name>Enhanced Grid</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<!-- Repository needed for prerelease versions of Vaadin -->
<pluginRepository>
<id>Vaadin prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
<pluginRepository>
<id>vaadin-snapshots</id>
Expand Down
2 changes: 1 addition & 1 deletion 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>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>pom</packaging>
<modules>
<module>enhanced-grid-flow</module>
Expand Down

0 comments on commit 11a7424

Please sign in to comment.