summaryrefslogtreecommitdiffstats
path: root/bom/ivy.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-03-19 15:36:36 +0200
committerVaadin Code Review <review@vaadin.com>2015-03-26 09:38:36 +0000
commit640ac265babd0c31c3572e8080dff4f9a9be2ab6 (patch)
tree1e954809d900f1870779f8a3dfe5e8c6eb8d475c /bom/ivy.xml
parentf38697786931944177c86498939d6b5993b1588d (diff)
downloadvaadin-framework-640ac265babd0c31c3572e8080dff4f9a9be2ab6.tar.gz
vaadin-framework-640ac265babd0c31c3572e8080dff4f9a9be2ab6.zip
Build Maven BOM for Vaadin (#17025)
Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
Diffstat (limited to 'bom/ivy.xml')
-rw-r--r--bom/ivy.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/bom/ivy.xml b/bom/ivy.xml
new file mode 100644
index 0000000000..39abb30d80
--- /dev/null
+++ b/bom/ivy.xml
@@ -0,0 +1,18 @@
+<?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>