You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by ja...@apache.org on 2018/09/29 03:26:22 UTC

incubator-omid git commit: Test to see if removing wagon profile fixes build (will revert)

Repository: incubator-omid
Updated Branches:
  refs/heads/phoenix-integration 49181e876 -> ea5b80a30


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/ea5b80a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/ea5b80a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/ea5b80a3

Branch: refs/heads/phoenix-integration
Commit: ea5b80a307db6c5a0361551b9ad1605711f462a6
Parents: 49181e8
Author: James Taylor <ja...@apache.org>
Authored: Fri Sep 28 20:26:11 2018 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Fri Sep 28 20:26:11 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/ea5b80a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72d7b5b..c2c652d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,29 +94,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>
 
@@ -453,24 +436,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>