You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/03/19 22:07:45 UTC

[maven] branch master updated: [MNG-6377] switch from Git-WIP to Gitbox

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new af49a31  [MNG-6377] switch from Git-WIP to Gitbox
af49a31 is described below

commit af49a31cd1a8e18bfb19db4ee48e10bf80e36441
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Mar 19 23:07:44 2018 +0100

    [MNG-6377] switch from Git-WIP to Gitbox
---
 Jenkinsfile    |  2 +-
 NOTICE         |  2 +-
 doap_Maven.rdf | 16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 697e6eb..b6de145 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ node(jenkinsEnv.labelForOS(buildOs)) {
             }
         }
 
-        tests = resolveScm source: [$class: 'GitSCMSource', credentialsId: '', id: '_', remote: 'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait'], [$class: 'GitToolSCMSourceTrait', gitTool: 'Default']]], targets: [BRANCH_NAME, 'master']
+        tests = resolveScm source: [$class: 'GitSCMSource', credentialsId: '', id: '_', remote: 'https://gitbox.apache.org/repos/asf/maven-integration-testing.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait'], [$class: 'GitToolSCMSourceTrait', gitTool: 'Default']]], targets: [BRANCH_NAME, 'master']
     }
 }
 
diff --git a/NOTICE b/NOTICE
index 9485054..c815977 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Maven
-Copyright 2001-2015 The Apache Software Foundation
+Copyright 2001-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/doap_Maven.rdf b/doap_Maven.rdf
index 290f1b8..b05f96d 100644
--- a/doap_Maven.rdf
+++ b/doap_Maven.rdf
@@ -21,13 +21,13 @@ under the License.
     <created>2001</created>
     <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
     <name>Apache Maven</name>
-    <homepage rdf:resource="http://maven.apache.org/"/>
-    <asfext:pmc rdf:resource="http://maven.apache.org/"/>
+    <homepage rdf:resource="https://maven.apache.org/"/>
+    <asfext:pmc rdf:resource="https://maven.apache.org/"/>
     <shortdesc>Maven is a project development management and comprehension tool.</shortdesc>
     <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/MNG"/>
-    <mailing-list rdf:resource="http://maven.apache.org/mail-lists.html"/>
-    <download-page rdf:resource="http://maven.apache.org/download.html"/>
+    <mailing-list rdf:resource="https://maven.apache.org/mail-lists.html"/>
+    <download-page rdf:resource="https://maven.apache.org/download.html"/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/build-management"/>
     <release>
@@ -230,14 +230,14 @@ under the License.
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/maven.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/maven.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/maven.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf/maven.git"/>
       </GitRepository>
     </repository>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/maven-integration-testing.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf/maven-integration-testing.git"/>
       </GitRepository>
     </repository>
     <maintainer>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.