summaryrefslogtreecommitdiffstats
path: root/bom/vaadin-bom.pom
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-22 15:26:36 +0200
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-22 15:26:36 +0200
commit31686351d9a9ccea0726e72688e53fcb611c608e (patch)
tree4f9d06c59f42c38b531b0bf009c65fafc36d8575 /bom/vaadin-bom.pom
parent521ec24c62a1ba476795369a42114fede7043f44 (diff)
downloadvaadin-framework-31686351d9a9ccea0726e72688e53fcb611c608e.tar.gz
vaadin-framework-31686351d9a9ccea0726e72688e53fcb611c608e.zip
Build vaadin-bom with maven
Change-Id: Ia13198c895eb52b00c9b282ceaa46bc37db244b1
Diffstat (limited to 'bom/vaadin-bom.pom')
-rw-r--r--bom/vaadin-bom.pom103
1 files changed, 0 insertions, 103 deletions
diff --git a/bom/vaadin-bom.pom b/bom/vaadin-bom.pom
deleted file mode 100644
index f2b482ad9b..0000000000
--- a/bom/vaadin-bom.pom
+++ /dev/null
@@ -1,103 +0,0 @@
-<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/xsd/maven-4.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-bom</artifactId>
- <version>@vaadin.version@</version>
- <packaging>pom</packaging>
- <name>Vaadin Framework (Bill of Materials)</name>
- <description>Vaadin Framework (Bill of Materials)</description>
- <organization>
- <name>Vaadin Ltd</name>
- <url>http://vaadin.com</url>
- </organization>
- <url>http://vaadin.com</url>
- <licenses>
- <license>
- <name>Apache License Version 2.0</name>
- <distribution>repo</distribution>
- <url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- </licenses>
- <scm>
- <connection>scm:https:https://github.com/vaadin/vaadin.git</connection>
- <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection>
- <url>https://github.com/vaadin/vaadin</url>
- </scm>
- <developers>
- <developer>
- <id>artur</id>
- <name>Artur Signell</name>
- <email>artur.signell@vaadin.com</email>
- <url>http://vaadin.com/web/artur</url>
- <organization>Vaadin Ltd</organization>
- <organizationUrl>http://vaadin.com/</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- <role>team manager</role>
- </roles>
- <timezone>2</timezone>
- </developer>
- <developer>
- <id>hesara</id>
- <name>Henri Sara</name>
- <email>hesara@vaadin.com</email>
- <organization>Vaadin Ltd</organization>
- <organizationUrl>http://vaadin.com/</organizationUrl>
- <roles>
- <role>developer</role>
- </roles>
- <timezone>2</timezone>
- </developer>
- </developers>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-shared</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-server</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-push</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-widgets</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-client</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-client-compiler</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-client-compiled</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-themes</artifactId>
- <version>@vaadin.version@</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-</project>