diff options
author | Henri Sara <hesara@vaadin.com> | 2015-03-26 11:02:26 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-27 13:08:25 +0000 |
commit | dbbc0c904270c7e16eab66bd348cc510d54ca45b (patch) | |
tree | 05e353e649a402cb42608effd7f36aae0ab27e99 /pom-template.xml | |
parent | 7ee98ed43eba7f4aaee5b323df6701a799c56044 (diff) | |
download | vaadin-framework-dbbc0c904270c7e16eab66bd348cc510d54ca45b.tar.gz vaadin-framework-dbbc0c904270c7e16eab66bd348cc510d54ca45b.zip |
Use vaadin-parent as parent in POMs (#17300)
Change-Id: Ibbc3cb3c820a2c676e38e4ad9aa943ef200572b4
Diffstat (limited to 'pom-template.xml')
-rw-r--r-- | pom-template.xml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/pom-template.xml b/pom-template.xml index 4f02482ceb..46b0a518ed 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -1,6 +1,11 @@ <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> @@ -62,18 +67,6 @@ <timezone>2</timezone> </developer> </developers> - <distributionManagement> - <repository> - <id>vaadin-releases</id> - <name>Vaadin release repository</name> - <url>https://oss.sonatype.org/content/repositories/vaadin-releases/</url> - </repository> - <snapshotRepository> - <id>vaadin-snapshots</id> - <name>Vaadin snapshot repository</name> - <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> - </snapshotRepository> - </distributionManagement> <repositories> <repository> <id>vaadin-snapshots</id> |