You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/06/18 00:22:17 UTC

[GitHub] [incubator-pinot] snleee commented on a change in pull request #4329: Enable https over apache's maven repo

snleee commented on a change in pull request #4329: Enable https over apache's maven repo
URL: https://github.com/apache/incubator-pinot/pull/4329#discussion_r294567143
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -187,6 +187,16 @@
   </profiles>
 
   <repositories>
+    <repository>
+      <id>apache.org</id>
+      <url>https://repo.maven.apache.org/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
     <repository>
       <id>jboss.org</id>
       <url>http://repository.jboss.org</url>
 
 Review comment:
   Other repositories are still `http`.

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


With regards,
Apache Git Services

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