You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/19 01:36:59 UTC

[incubator-datasketches-java] branch UpdatePOM updated: Fix POM

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch UpdatePOM
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git


The following commit(s) were added to refs/heads/UpdatePOM by this push:
     new 633c97c  Fix POM
633c97c is described below

commit 633c97c3810c30c3f9b77157d2eedaf0ea34cd9c
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Jun 18 18:36:52 2019 -0700

    Fix POM
---
 pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed4d55e..78ce1c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,11 @@ under the License.
     </scm>
 
     <repositories>
+        <repository> <!-- Temporary until artifacts created in Apache -->
+            <id>jcenter</id>
+            <name>bintray</name>
+            <url>https://jcenter.bintray.com</url>
+        </repository>
         <repository>
             <id>apache.snapshots</id>
             <name>Apache Snapshot Repository</name>
@@ -124,8 +129,8 @@ under the License.
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.datasketches</groupId>
-            <artifactId>datasketches-memory</artifactId>
+            <groupId>com.yahoo.datasketches</groupId> <!-- Temporary until artifacts created in Apache -->
+            <artifactId>memory</artifactId>
             <version>${datasketches-memory.version}</version>
         </dependency>
 
@@ -241,7 +246,6 @@ under the License.
                 </configuration>
             </plugin>
         </plugins>
-
     </build>
 
     <profiles>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org