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

Commit

Permalink
Update Web Component version
Browse files Browse the repository at this point in the history
vaadin/vaadin-combo-box#349


Flow-component: vaadin-combo-box
  • Loading branch information
tomivirkki committed May 5, 2020
1 parent 5a0a07d commit f91e061
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion vaadin-combo-box-flow-parent/pom.xml
Expand Up @@ -15,7 +15,7 @@
<packaging>pom</packaging>
<name>Vaadin Combo Box Flow Parent</name>

<repositories>
<repositories>
<!-- repositories are configured in parent but still need this
when parent is a snapshot -->
<repository>
Expand All @@ -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-combo-box-flow</module>
Expand Down
Expand Up @@ -294,7 +294,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#1.5-SNAPSHOT",
"WebComponent: Vaadin.ComboBoxElement#5.0.0", "Flow#1.5-SNAPSHOT" })
@Tag("vaadin-combo-box")
@NpmPackage(value = "@vaadin/vaadin-combo-box", version = "5.1.0-alpha1")
@NpmPackage(value = "@vaadin/vaadin-combo-box", version = "5.1.0")
@JsModule("@vaadin/vaadin-combo-box/src/vaadin-combo-box.js")
public abstract class GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R, T>, T>
extends AbstractSinglePropertyField<R, T>
Expand Down

0 comments on commit f91e061

Please sign in to comment.