Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Feb 25, 2022
1 parent b0acfb9 commit 6bb746d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<groupId>org.vaadin</groupId>
<artifactId>spinkit-root</artifactId>
<packaging>pom</packaging>
<version>2.0.1</version>
<version>3.0.0</version>
<name>Spinkit Add-on Root Project</name>
<prerequisites>
<maven>3.0</maven>
<maven>3.8</maven>
</prerequisites>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion spinkit-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.vaadin</groupId>
<artifactId>spinkit-demo</artifactId>
<packaging>war</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Spinkit Add-on Demo</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spinkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin</groupId>
<artifactId>spinkit</artifactId>
<packaging>jar</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Spinkit Add-on</name>

<properties>
Expand Down

0 comments on commit 6bb746d

Please sign in to comment.