You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/21 12:44:04 UTC

[37/39] incubator-tinkerpop git commit: Remove s3 wagon plugin as we no longer deploy distributions/docs to S3

Remove s3 wagon plugin as we no longer deploy distributions/docs to S3

They are deployed to apache infrastructure in s3.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/f02af318
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f02af318
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/f02af318

Branch: refs/heads/refactor-io
Commit: f02af318bc724fea61eda509ac0dc945147420ff
Parents: 3131099
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 15:54:44 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 15:54:44 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f02af318/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb4ba66..3a86e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,6 @@ limitations under the License.
     <properties>
         <groovy.version>2.4.1</groovy.version>
         <junit.version>4.11</junit.version>
-        <kuali.s3.wagon.version>1.1.20</kuali.s3.wagon.version>
         <!-- Directory containing the file ${log4j.properties} defined
              above.  Maven interpolates ${project.basedir} in the
              context of child modules, so path this relative to one of
@@ -114,15 +113,6 @@ limitations under the License.
     </properties>
     <build>
         <directory>${basedir}/target</directory>
-
-        <!-- Used to upload docs to S3 -->
-        <extensions>
-            <extension>
-                <groupId>org.kuali.maven.wagons</groupId>
-                <artifactId>maven-s3-wagon</artifactId>
-                <version>${kuali.s3.wagon.version}</version>
-            </extension>
-        </extensions>
         <plugins>
             <plugin>
                 <artifactId>maven-enforcer-plugin</artifactId>
@@ -392,11 +382,6 @@ limitations under the License.
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>${javadoc-plugin.version}</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>wagon-maven-plugin</artifactId>
-                    <version>1.0-beta-5</version>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>