diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-22 15:26:36 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-22 15:26:36 +0200 |
commit | 31686351d9a9ccea0726e72688e53fcb611c608e (patch) | |
tree | 4f9d06c59f42c38b531b0bf009c65fafc36d8575 /bom/ivy.xml | |
parent | 521ec24c62a1ba476795369a42114fede7043f44 (diff) | |
download | vaadin-framework-31686351d9a9ccea0726e72688e53fcb611c608e.tar.gz vaadin-framework-31686351d9a9ccea0726e72688e53fcb611c608e.zip |
Build vaadin-bom with maven
Change-Id: Ia13198c895eb52b00c9b282ceaa46bc37db244b1
Diffstat (limited to 'bom/ivy.xml')
-rw-r--r-- | bom/ivy.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/bom/ivy.xml b/bom/ivy.xml deleted file mode 100644 index 39abb30d80..0000000000 --- a/bom/ivy.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ivy-module version="2.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" - xmlns:m="http://ant.apache.org/ivy/maven"> - - <info organisation="com.vaadin" module="vaadin-bom" revision="${vaadin.version}" /> - - <configurations> - <conf name="build" /> - </configurations> - <publications> - <artifact type="pom" ext="pom" /> - </publications> - <dependencies defaultconf="build"> - </dependencies> - -</ivy-module> |