You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/10/15 13:56:55 UTC

[maven-scm] branch master updated: add close / to scm tag

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b2a0fb6  add close / to scm tag
b2a0fb6 is described below

commit b2a0fb68ae4a7147da3b1e430de7cba6403a7b9e
Author: Matt Kokidko <mk...@gmail.com>
AuthorDate: Tue Oct 15 09:01:59 2019 -0400

    add close / to scm tag
---
 maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm b/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm
index d60e52b..bc2acca 100644
--- a/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm
+++ b/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm
@@ -45,7 +45,7 @@ Bootstrapping a Project Using a POM
     <connection>scm:svn:http://somerepository.com/svn_repo/trunk</connection>
     <developerConnection>scm:svn:https://somerepository.com/svn_repo/trunk</developerConnection>
     <url>http://somerepository.com/view.cvs</url>
-  <scm>
+  </scm>
   ...
   <build>
     ...