Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Bump minor for 14.4 (#93)
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

* Update gitignore for easier branch switching
  • Loading branch information
alvarezguille authored Sep 3, 2020
1 parent a86abd7 commit 8a3b9e1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ target/

# The following files are generated/updated by flow-maven-plugin
package*.json
pnpm-lock.yaml
webpack.*.js
tsconfig.json
types.d.ts
node_modules/
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.4-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-flow-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vaadin Split Layout Flow Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion vaadin-split-layout-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-split-layout-flow-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-flow-demo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-split-layout-flow-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<groupId>com.vaadin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-split-layout-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-split-layout-flow-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-flow-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-split-layout-flow-testbench/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-split-layout-flow-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-testbench</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions vaadin-split-layout-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-split-layout-flow-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-flow</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-split-layout</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -54,7 +54,7 @@
<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.polymerelements</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
*
* @author Vaadin Ltd
*/
@NpmPackage(value = "@vaadin/vaadin-split-layout", version = "4.2.0")
@NpmPackage(value = "@vaadin/vaadin-split-layout", version = "4.3.0")
public class SplitLayout extends GeneratedVaadinSplitLayout<SplitLayout>
implements HasSize {

Expand Down

0 comments on commit 8a3b9e1

Please sign in to comment.