diff options
author | Henri Sara <hesara@vaadin.com> | 2017-02-28 15:19:07 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-28 16:55:24 +0200 |
commit | 7b5f4d08df77086c9e006b50d36bec587daf7485 (patch) | |
tree | ddee017ad1767acbe950fa26400b324b7f26675a /bom | |
parent | ec543d9ea26c6446177e9b4d7231ea6a56b3d855 (diff) | |
download | vaadin-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.xml | 18 |
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> |