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/07/20 00:55:50 UTC

[incubator-datasketches-hive] branch master updated: Update pom and checkstyle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2809570  Update pom and checkstyle
2809570 is described below

commit 2809570e2d228a3daf9c9848cbbd448f8e9d54bc
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Jul 19 17:55:37 2019 -0700

    Update pom and checkstyle
---
 pom.xml                      | 4 ++--
 tools/SketchesCheckstyle.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2324447..4f051e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>com.yahoo.datasketches</groupId>
-  <artifactId>sketches-hive</artifactId>
+  <groupId>org.apache.datasketches</groupId>
+  <artifactId>datasketches-hive</artifactId>
   <version>0.13.1-SNAPSHOT</version>
 
   <!-- Project Information -->
diff --git a/tools/SketchesCheckstyle.xml b/tools/SketchesCheckstyle.xml
index 0a67506..53a47b0 100644
--- a/tools/SketchesCheckstyle.xml
+++ b/tools/SketchesCheckstyle.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE module PUBLIC
-      "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
-      "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> <!-- does not work with https -->
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 
 <!--
   SketchesCheckstyle.xml for sketches-core


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