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

Commit

Permalink
Update Web Component version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed May 5, 2020
1 parent 4441892 commit a02913c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<modules>
<module>vaadin-time-picker-flow</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#2.0-SNAPSHOT",
"WebComponent: Vaadin.TimePickerElement#2.0.0", "Flow#2.0-SNAPSHOT" })
@Tag("vaadin-time-picker")
@NpmPackage(value = "@vaadin/vaadin-time-picker", version = "2.1.0-alpha2")
@NpmPackage(value = "@vaadin/vaadin-time-picker", version = "2.1.0")
@JsModule("@vaadin/vaadin-time-picker/src/vaadin-time-picker.js")
public abstract class GeneratedVaadinTimePicker<R extends GeneratedVaadinTimePicker<R, T>, T>
extends AbstractSinglePropertyField<R, T>
Expand Down

0 comments on commit a02913c

Please sign in to comment.