summaryrefslogtreecommitdiffstats
path: root/bom
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2017-02-28 15:19:07 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-28 16:55:24 +0200
commit7b5f4d08df77086c9e006b50d36bec587daf7485 (patch)
treeddee017ad1767acbe950fa26400b324b7f26675a /bom
parentec543d9ea26c6446177e9b4d7231ea6a56b3d855 (diff)
downloadvaadin-framework-7b5f4d08df77086c9e006b50d36bec587daf7485.tar.gz
vaadin-framework-7b5f4d08df77086c9e006b50d36bec587daf7485.zip
Add prerelease profile and remove inherited plug-in
Diffstat (limited to 'bom')
-rw-r--r--bom/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index 56a6d65459..70ba309e0e 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -131,22 +131,4 @@
</dependencies>
</dependencyManagement>
- <profiles>
- <profile>
- <id>release</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>