You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2013/12/11 09:05:47 UTC

[1/2] git commit: Removing empty lines

Updated Branches:
  refs/heads/remove-sonatype-ext [created] f4a11ad5b


Removing empty lines


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/e25f6c41
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/e25f6c41
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/e25f6c41

Branch: refs/heads/remove-sonatype-ext
Commit: e25f6c418f7b00908aa5f8e76f859478d4946093
Parents: fb1734e
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Dec 11 09:04:43 2013 +0100
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Dec 11 09:04:43 2013 +0100

----------------------------------------------------------------------
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e25f6c41/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c44281c..de23bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,18 +554,15 @@ limitations under the License.
         <artifactId>org.apache.karaf.shell.console</artifactId>
         <version>${karaf.version}</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.karaf</groupId>
         <artifactId>apache-karaf</artifactId>
         <version>${karaf.version}</version>
         <type>tar.gz</type>
       </dependency>
-
     </dependencies>
   </dependencyManagement>
 
-
   <repositories>
     <repository>
       <id>apache-snapshots</id>


[2/2] git commit: Removing Sonatype extension profile

Posted by an...@apache.org.
Removing Sonatype extension profile

We're now at ASF, after all ;-)


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/f4a11ad5
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/f4a11ad5
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/f4a11ad5

Branch: refs/heads/remove-sonatype-ext
Commit: f4a11ad5bce56b06563e4645a45213b962ec6dbc
Parents: e25f6c4
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Dec 11 09:05:04 2013 +0100
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Dec 11 09:05:04 2013 +0100

----------------------------------------------------------------------
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f4a11ad5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de23bf7..458c999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,28 +586,4 @@ limitations under the License.
     </repository>
   </repositories>
 
-  <profiles>
-    <!-- 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>
-            <configuration>
-              <executable>${gpg.command}</executable>
-              <passphrase>${gpg.passphrase}</passphrase>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
 </project>