diff options
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> |