This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new cc26907 Using https whenever possible + adjusting archive URLs +
license ref as per MPIR-382
cc26907 is described below
commit cc26907babf69e493ce34f265a208ed908d1db12
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed May 15 10:50:42 2019 +0200
Using https whenever possible + adjusting archive URLs + license ref as per
MPIR-382
---
openjpa-integration/validation/pom.xml | 4 ++--
pom.xml | 20 +++++++++-----------
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/openjpa-integration/validation/pom.xml
b/openjpa-integration/validation/pom.xml
index b83dc3b..6ce778b 100644
--- a/openjpa-integration/validation/pom.xml
+++ b/openjpa-integration/validation/pom.xml
@@ -42,7 +42,7 @@
<profiles>
<!-- Default profile for testing with Apache BVAL provider -->
- <!-- See http://incubator.apache.org/projects/beanvalidation.html -->
+ <!-- See http://bval.apache.org/ -->
<profile>
<id>bval</id>
<activation>
@@ -124,7 +124,7 @@
<repository>
<id>repository.jboss.org</id>
<name>JBoss Nexus Repository</name>
-
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
+
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
diff --git a/pom.xml b/pom.xml
index 6b075c6..2c39071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<licenses>
<license>
- <name>Apache Software License 2.0</name>
+ <name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
@@ -115,7 +115,7 @@
<issueManagement>
<system>jira</system>
- <url>http://issues.apache.org/jira/browse/OPENJPA</url>
+ <url>https://issues.apache.org/jira/browse/OPENJPA</url>
</issueManagement>
<ciManagement>
@@ -131,21 +131,21 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/openjpa-dev/</archive>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
<mailingList>
<name>OpenJPA Users List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/openjpa-users/</archive>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
<mailingList>
<name>OpenJPA Commits List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/openjpa-commits/</archive>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
</mailingLists>
@@ -312,9 +312,8 @@
<verbose>false</verbose>
<maxmemory>1024m</maxmemory>
<links>
-
<link>http://download.oracle.com/javase/8/docs/api/</link>
-
<link>http://download.oracle.com/javaee/8/api/</link>
-
<link>http://commons.apache.org/collections/api-release/</link>
+
<link>https://download.oracle.com/javase/8/docs/api/</link>
+
<link>https://download.oracle.com/javaee/8/api/</link>
</links>
</configuration>
<executions>
@@ -2389,9 +2388,8 @@
<quiet>true</quiet>
<source>${java.class.version}</source>
<links>
-
<link>http://download.oracle.com/javase/8/docs/api/</link>
- <link>http://download.oracle.com/javaee/8/api/</link>
-
<link>http://commons.apache.org/collections/api-release/</link>
+
<link>https://download.oracle.com/javase/8/docs/api/</link>
+ <link>https://download.oracle.com/javaee/8/api/</link>
</links>
</configuration>
<reportSets>