Skip to content

Commit 038f8f9

Browse files
committed
Vaadin doesn't like Vaadin at the start of the name
Make sure the name tag in pom.xml does not start with "Vaadin"
1 parent a0897a2 commit 038f8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vaadin-grid-filter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<name>vaadin-grid-filter</name>
13-
<description>vaadin-grid-filter</description>
12+
<name>Grid Filter for Vaadin</name>
13+
<description>Grid Filter for Vaadin</description>
1414
<url>https://github.com/xdev-software/vaadin-grid-filter</url>
1515

1616
<scm>

0 commit comments

Comments
 (0)