Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Bump minor for 14.4 (#100)
Browse files Browse the repository at this point in the history
* Bump parent version

* Bump to next minor

* Bump WebJars and NpmPackage for 14.4
  • Loading branch information
alvarezguille committed Sep 3, 2020
1 parent 862bc16 commit 3c84a8b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.4-SNAPSHOT</version>
<relativePath/>
</parent>

<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vaadin MenuBar Flow Parent</name>

Expand All @@ -22,7 +22,7 @@
</organization>

<properties>
<contextmenu.version>3.2-SNAPSHOT</contextmenu.version>
<contextmenu.version>3.3-SNAPSHOT</contextmenu.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-menu-bar-flow-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-menu-bar-flow-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-menu-bar-flow-integration-tests/pom-bower-mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<groupId>com.vaadin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-menu-bar-flow-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-menu-bar-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-menu-bar-flow-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<groupId>com.vaadin</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-menu-bar-testbench</artifactId>
Expand Down
20 changes: 10 additions & 10 deletions vaadin-menu-bar-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-menu-bar-flow</artifactId>
Expand All @@ -19,28 +19,28 @@
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-menu-bar</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-button</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-context-menu</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-list-box</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-overlay</artifactId>
<version>3.4.0</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
Expand All @@ -50,22 +50,22 @@
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-item</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-themable-mixin</artifactId>
<version>1.5.2</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-list-mixin</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-control-state-mixin</artifactId>
<version>2.1.3</version>
<version>2.2.3</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@JsModule("./menubarConnector.js")
@HtmlImport("frontend://bower_components/vaadin-menu-bar/src/vaadin-menu-bar.html")
@JsModule("@vaadin/vaadin-menu-bar/src/vaadin-menu-bar.js")
@NpmPackage(value = "@vaadin/vaadin-menu-bar", version = "1.1.0")
@NpmPackage(value = "@vaadin/vaadin-menu-bar", version = "1.2.0")
public class MenuBar extends Component
implements HasMenuItems, HasSize, HasStyle, HasTheme {

Expand Down

0 comments on commit 3c84a8b

Please sign in to comment.