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

Commit

Permalink
Bump versions for V14.3 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed May 18, 2020
1 parent 582f41c commit a86abd7
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 16 deletions.
21 changes: 16 additions & 5 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.0-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

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

Expand All @@ -20,7 +20,6 @@
</organization>

<properties>
<flow.version>2.0-SNAPSHOT</flow.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -35,10 +34,22 @@

<repositories>
<repository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<id>vaadin-prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
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.0-SNAPSHOT</version>
<version>2.1-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.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
</parent>

<groupId>com.vaadin</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 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.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-flow-integration-tests</artifactId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<version>${project.version}</version>
</dependency>

<dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
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.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-split-layout-testbench</artifactId>
Expand Down
10 changes: 5 additions & 5 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.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
</parent>

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

<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-lumo-styles</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-material-styles</artifactId>
<version>1.2.3</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-themable-mixin</artifactId>
<version>1.4.4</version>
<version>1.5.2</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.1.1")
@NpmPackage(value = "@vaadin/vaadin-split-layout", version = "4.2.0")
public class SplitLayout extends GeneratedVaadinSplitLayout<SplitLayout>
implements HasSize {

Expand Down

0 comments on commit a86abd7

Please sign in to comment.