You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by yo...@apache.org on 2018/11/13 10:16:02 UTC

[10/50] [abbrv] incubator-omid git commit: Test to see if removing wagon profile fixes build (will revert)

Test to see if removing wagon profile fixes build (will revert)


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

Branch: refs/heads/1.0.0
Commit: 81b8ddc8f0e48341cf2786b691b97cca3da3173a
Parents: 1946031
Author: James Taylor <ja...@apache.org>
Authored: Fri Sep 28 20:26:11 2018 -0700
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:07:53 2018 +0200

----------------------------------------------------------------------
 pom.xml | 47 ++++++-----------------------------------------
 1 file changed, 6 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/81b8ddc8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5cabe3..68b9975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,29 +108,12 @@
     </modules>
 
 
-
-    <scm>
-        <connection>scm:git:git://github.com/yahoo/omid.git</connection>
-        <developerConnection>scm:git:https://${GH_TOKEN}@github.com/yahoo/omid.git</developerConnection>
-        <url>https://github.com/yahoo/omid</url>
-        <tag>master</tag>
-    </scm>
-
-    <distributionManagement>
-        <repository>
-            <id>bintray</id>
-            <url>https://api.bintray.com/maven/yahoo/maven/omid</url>
-        </repository>
-
-        <site>
-            <id>apache-omid-site</id>
-            <!-- Wagon-git URL format:
-                     protocol:branch://url
-                 Do not forget the 2 backslashes before the url
-            -->
-            <url>git:asf-site://https://git-wip-us.apache.org/repos/asf/incubator-omid-site.git</url>
-        </site>
-    </distributionManagement>
+  <repositories>
+    <repository>
+      <id>apache release</id>
+      <url>https://repository.apache.org/content/repositories/releases/</url>
+    </repository>
+  </repositories>
 
     <properties>
 
@@ -485,24 +468,6 @@
     <profiles>
 
         <profile>
-            <id>site-deploy</id>
-            <pluginRepositories>
-
-                <pluginRepository>
-                    <id>synergian-repo</id>
-                    <url>https://raw.githubusercontent.com/synergian/wagon-git/releases</url>
-                </pluginRepository>
-
-            </pluginRepositories>
-            <properties>
-                <harmless.groupId>ar.com.synergian</harmless.groupId>
-                <harmless.artifactId>wagon-git</harmless.artifactId>
-                <harmless.version>0.2.5</harmless.version>
-            </properties>
-        </profile>
-
-
-        <profile>
 
             <id>release_profile</id>