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/05/01 15:58:18 UTC

[maven-doxia] branch master updated: use master branch instead of HEAD

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-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new 58ca203  use master branch instead of HEAD
58ca203 is described below

commit 58ca2032638ef7d37eee3a941d50c2acc8641ae3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue May 1 17:58:17 2018 +0200

    use master branch instead of HEAD
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76ade51..9b2baf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</developerConnection>
     <url>https://github.com/apache/maven-doxia/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>master</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

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