Skip to content

Commit

Permalink
Merge pull request #39 from vaadin-miki/35-make-release-03
Browse files Browse the repository at this point in the history
#35 version set to 0.3.0
  • Loading branch information
vaadin-miki authored Apr 13, 2020
2 parents 1daaa0c + 742c445 commit 81c825f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions demo-v14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>superfields-parent</artifactId>
<groupId>org.vaadin.miki</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>superfields-demo-v14</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
<name>V14 demo app for SuperFields</name>
<description>Showcase application for V14 and SuperFields.</description>
<packaging>war</packaging>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.vaadin.miki</groupId>
<artifactId>superfields</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.miki</groupId>
<artifactId>superfields-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
<modules>
<module>superfields</module>
<module>demo-v14</module>
Expand Down
4 changes: 2 additions & 2 deletions superfields/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>superfields-parent</artifactId>
<groupId>org.vaadin.miki</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>superfields</artifactId>
<name>SuperFields - Fields and components</name>
<description>Code for various V14+ components.</description>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 81c825f

Please sign in to comment.