[ 
https://issues.apache.org/jira/browse/S2GRAPH-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422290#comment-15422290
 ] 

ASF GitHub Bot commented on S2GRAPH-91:
---------------------------------------

Github user wikier commented on a diff in the pull request:

    https://github.com/apache/incubator-s2graph/pull/63#discussion_r74881176
  
    --- Diff: build.sbt ---
    @@ -20,21 +20,14 @@
     name := "s2graph"
     
     lazy val commonSettings = Seq(
    -  organization := "com.kakao.s2graph",
    +  organization := "org.apache.s2graph",
       scalaVersion := "2.11.7",
    -  version := "0.12.1-SNAPSHOT",
       scalacOptions := Seq("-language:postfixOps", "-unchecked", 
"-deprecation", "-feature", "-Xlint"),
       javaOptions ++= 
collection.JavaConversions.propertiesAsScalaMap(System.getProperties).map { 
case (key, value) => "-D" + key + "=" + value }.toSeq,
       testOptions in Test += Tests.Argument("-oDF"),
       parallelExecution in Test := false,
       resolvers ++= Seq(
    -    Resolver.mavenLocal,
    -    "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/";,
    -    "Cloudera" at 
"https://repository.cloudera.com/artifactory/cloudera-repos";,
    -    "Twitter Maven" at "http://maven.twttr.com";,
    -    "sonatype-snapshots" at 
"https://oss.sonatype.org/content/repositories/snapshots";,
    -    "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases";,
    -    "sonatype-releases" at 
"https://oss.sonatype.org/content/repositories/releases/";
    +    Resolver.mavenLocal
    --- End diff --
    
    The artifacts from those repos, would they resolve against maven central?


> Remove custom repository on project's build.sbt
> -----------------------------------------------
>
>                 Key: S2GRAPH-91
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-91
>             Project: S2Graph
>          Issue Type: Sub-task
>    Affects Versions: 0.1.0
>            Reporter: DOYUNG YOON
>            Assignee: DOYUNG YOON
>            Priority: Blocker
>              Labels: release
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Currently, we have cloudera repository in project's resolver setting. ASF 
> releases should only use dependencies available in Maven Central. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to