Repository: incubator-taverna-maven-parent Updated Branches: refs/heads/master 48b154bd9 -> dd1a7de3e
https links where available Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/67844fa7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/67844fa7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/67844fa7 Branch: refs/heads/master Commit: 67844fa7c23f97a666d6c30244211242d99b8bf7 Parents: 48b154b Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Jan 8 14:09:46 2018 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jan 8 14:09:46 2018 +0000 ---------------------------------------------------------------------- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/67844fa7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7f4436f..d88604b 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <description> General POM-file parent for Apache Taverna projects </description> - <url>http://taverna.incubator.apache.org/</url> + <url>https://taverna.incubator.apache.org/</url> <inceptionYear>2015</inceptionYear> <mailingLists> <mailingList> @@ -45,8 +45,8 @@ <post>[email protected]</post> <archive>https://lists.apache.org/[email protected]</archive> <otherArchives> - <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-dev/</otherArchive> - <otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive> + <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-taverna-dev/</otherArchive> + <otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive> <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.taverna.dev</otherArchive> </otherArchives> </mailingList> @@ -57,8 +57,8 @@ <post>[email protected]</post> <archive>https://lists.apache.org/[email protected]</archive> <otherArchives> - <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-users/</otherArchive> - <otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive> + <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-taverna-users/</otherArchive> + <otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive> <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.taverna.users</otherArchive> </otherArchives> </mailingList> @@ -70,7 +70,7 @@ <post>[email protected]</post> --> <archive>https://lists.apache.org/[email protected]</archive> <otherArchives> - <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-taverna-commits/</otherArchive> + <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-taverna-commits/</otherArchive> </otherArchives> </mailingList> </mailingLists> @@ -81,7 +81,7 @@ <developers> <!-- For an updated list, see - http://taverna.incubator.apache.org/about/ + https://taverna.incubator.apache.org/about/ https://home.apache.org/phonebook.html?podling=taverna This lists contain the official committers/PPMC members @@ -873,8 +873,8 @@ upgraded - this leads to recursive spaghetti. <repositories> - <!-- Apache snapshot repository inherited from Apache parent: - <url>http://repository.apache.org/snapshots</url> + <!-- apache.snapshots inherited from Apache parent: + <url>https://repository.apache.org/snapshots</url> --> <repository>
