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/12/03 13:46:07 UTC

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

Branch: refs/heads/master
Commit: fd76f7dadb17741c652ad0ff9a1ecd098724cbd7
Parents: 119c53b
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 07:46:31 2018 -0700
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:08:34 2018 +0200

----------------------------------------------------------------------
 pom.xml | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/fd76f7da/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4bb56a..4a97a47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,13 +107,19 @@
         <module>packaging</module>
     </modules>
 
-
-  <repositories>
-    <repository>
-      <id>apache release</id>
-      <url>https://repository.apache.org/content/repositories/releases/</url>
-    </repository>
-  </repositories>
+    <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>
+    </distributionManagement>
 
     <properties>