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 2024/03/28 22:06:03 UTC

(datasketches-java) branch fix_pom created (now 90e19dd4)

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

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


      at 90e19dd4 Pom header now must use https and not http  (finally!)

This branch includes the following new commits:

     new 90e19dd4 Pom header now must use https and not http  (finally!)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


(datasketches-java) 01/01: Pom header now must use https and not http (finally!)

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 90e19dd4f9d3ec8850401eb031752c05693aed7a
Author: Lee Rhodes <le...@gmail.com>
AuthorDate: Thu Mar 28 15:05:50 2024 -0700

    Pom header now must use https and not http  (finally!)
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d6ae4c5..22b17b09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,10 +18,10 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<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/xsd/maven-4.0.0.xsd">
+<project xmlns="https://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="https://maven.apache.org/POM/4.0.0
+                             https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 


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