Skip to content

Commit

Permalink
Set parent of the add-on to vaadin-parent (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Motornyi authored and hesara committed Feb 1, 2017
1 parent ab5bcdc commit 045ef5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vaadin-icons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-parent</artifactId>
<version>1.0.0</version>
</parent>

<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 045ef5c

Please sign in to comment.