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

Commit

Permalink
Update flow and wc versions (#54)
Browse files Browse the repository at this point in the history
* Update gitignore

* Update parent version

* Bump minor version

* Update WC version

* Update snapshot for dependencies already updated
  • Loading branch information
alvarezguille committed Apr 8, 2020
1 parent 4a07ee9 commit 3bda7ee
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 19 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ vaadin-accordion-flow-integration-tests/.driver/
.DS_Store

# The following files are generated/updated by flow-maven-plugin
package.json
webpack.config.js
package*.json
pnpm-lock.yaml
webpack.*.js
tsconfig.json
types.d.ts
node_modules/

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<relativePath />
</parent>

<artifactId>vaadin-accordion-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vaadin Accordion Root</name>
Expand All @@ -29,7 +29,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<vaadin.details.flow.version>3.0-SNAPSHOT</vaadin.details.flow.version>
<vaadin.details.flow.version>3.1-SNAPSHOT</vaadin.details.flow.version>
</properties>

<modules>
Expand Down
12 changes: 6 additions & 6 deletions vaadin-accordion-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-accordion-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-accordion-flow-demo</artifactId>
Expand Down Expand Up @@ -47,12 +47,12 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-checkbox-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand All @@ -72,12 +72,12 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-progress-bar-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-ordered-layout-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-text-field-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions vaadin-accordion-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-accordion-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-accordion-integration-tests</artifactId>
Expand Down Expand Up @@ -39,13 +39,13 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-testbench</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-ordered-layout-testbench</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -81,12 +81,12 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-ordered-layout-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-accordion-flow-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vaadin-accordion-flow-root</artifactId>
<groupId>com.vaadin</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-accordion-testbench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-accordion-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-accordion-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-accordion-flow</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* can be opened at a time.
*/
@Tag("vaadin-accordion")
@NpmPackage(value = "@vaadin/vaadin-accordion", version = "1.0.1")
@NpmPackage(value = "@vaadin/vaadin-accordion", version = "1.1.0-alpha1")
@JsModule("@vaadin/vaadin-accordion/src/vaadin-accordion.js")
public class Accordion extends Component implements HasSize {

Expand Down

0 comments on commit 3bda7ee

Please sign in to comment.