dclim commented on a change in pull request #6482: Apache-ize POM
URL: https://github.com/apache/incubator-druid/pull/6482#discussion_r226047163
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -88,9 +100,11 @@
         <caffeine.version>2.5.5</caffeine.version>
         <!-- When upgrading ZK, edit docs and integration tests as well 
(integration-tests/docker-base/setup.sh) -->
         <zookeeper.version>3.4.11</zookeeper.version>
-        <repoOrgId>org-apache-id</repoOrgId>
-        <repoOrgName>org-apache-name</repoOrgName>
-        
<repoOrgUrl>https://repository.apache.org/content/repositories/public/</repoOrgUrl>
+        <repoOrgId>apache.snapshots</repoOrgId>
+        <repoOrgName>Apache Snapshot Repository</repoOrgName>
+        <repoOrgUrl>https://repository.apache.org/snapshots</repoOrgUrl>
+        <repository.nightly.id>central-local</repository.nightly.id>
+        
<repository.nightly.url>https://metamx.artifactoryonline.com/metamx/pub-libs-releases-local</repository.nightly.url>
 
 Review comment:
   @drcrallen I copied that over from the previous `oss-parent`: 
https://github.com/druid-io/oss-parent/blob/master/pom.xml#L68; it's for the 
`nightly` profile only, and I'm not sure if anyone still uses that profile. 
Maybe you have more insight into whether we need to still retain it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to