diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-16 15:07:04 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-08-18 04:12:32 +0000 |
commit | 26bb5c2acf5005e7cce80c5f721b216bfb461c11 (patch) | |
tree | 67c70107008b92d6066b8c71ee36b64a4e2f7be9 | |
parent | 7a1adf6b3b9878600759eaed26d679c69b603375 (diff) | |
download | vaadin-framework-26bb5c2acf5005e7cce80c5f721b216bfb461c11.tar.gz vaadin-framework-26bb5c2acf5005e7cce80c5f721b216bfb461c11.zip |
Delete unused pom-template
Change-Id: I0e76448a7aa130b0948f2ae9ea83d73c62c34371
-rw-r--r-- | pom-template.xml | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/pom-template.xml b/pom-template.xml deleted file mode 100644 index 46b0a518ed..0000000000 --- a/pom-template.xml +++ /dev/null @@ -1,92 +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/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>${module.name}</artifactId> - <version>${vaadin.maven.version}</version> - <name>Vaadin</name> - <organization> - <name>Vaadin Ltd</name> - <url>http://vaadin.com</url> - </organization> - <url>http://vaadin.com</url> - <description> - Vaadin is a web application framework for Rich Internet Applications (RIA). - - Vaadin enables easy development and maintenance of fast and - secure rich web - applications with a stunning look and feel and a wide browser support. - It features a server-side architecture with the majority of the logic - running - on the server. Ajax technology is used at the browser-side to ensure a - rich - and interactive user experience. - </description> - <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>magi</id> - <name>Marko Gronroos</name> - <email>magi@vaadin.com</email> - <url>http://vaadin.com/web/magi</url> - <organization>Vaadin Ltd</organization> - <organizationUrl>http://vaadin.com/</organizationUrl> - <roles> - <role>build manager</role> - </roles> - <timezone>2</timezone> - </developer> - </developers> - <repositories> - <repository> - <id>vaadin-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> - <id>vaadin-releases</id> - <url>https://oss.sonatype.org/content/repositories/vaadin-releases/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> -</project> |