Updated Branches: refs/heads/master 29a5360d7 -> f3df06aff
Removing pre-ASF release profile configuration Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/f3df06af Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/f3df06af Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/f3df06af Branch: refs/heads/master Commit: f3df06aff0b28449e6039a4cd4d1d5b839ca3a00 Parents: 29a5360 Author: Andrew Phillips <[email protected]> Authored: Mon Aug 5 08:45:55 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Aug 5 17:30:45 2013 -0400 ---------------------------------------------------------------------- project/pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/f3df06af/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index c77a8aa..42842bb 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -939,28 +939,6 @@ </plugin> </plugins> </build> - </profile> - <!-- modifies the plugin config inherited from oss-parent --> - <profile> - <id>sonatype-release-profile-extension</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.4</version> - <configuration> - <executable>${gpg.command}</executable> - <passphrase>${gpg.passphrase}</passphrase> - </configuration> - </plugin> - </plugins> - </build> </profile> <profile> <id>site</id>
