This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new b2914cc Add smc tag in docs modules
b2914cc is described below
commit b2914cc916a1b0051f5e77ee7bfd961e5e3b3066
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Apr 13 23:15:51 2024 +0200
Add smc tag in docs modules
---
docs/doxia-tools/pom.xml | 1 +
docs/maven-extensions/pom.xml | 1 +
docs/maven-plugins/pom.xml | 1 +
docs/maven-shared-components/pom.xml | 1 +
docs/maven-skins/pom.xml | 1 +
docs/pom.xml | 1 +
6 files changed, 6 insertions(+)
diff --git a/docs/doxia-tools/pom.xml b/docs/doxia-tools/pom.xml
index 2842437..0409367 100644
--- a/docs/doxia-tools/pom.xml
+++ b/docs/doxia-tools/pom.xml
@@ -35,6 +35,7 @@ under the License.
<url>https://maven.apache.org/pom/maven/doxia-tools</url>
<scm>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/doxia-tools</url>
</scm>
diff --git a/docs/maven-extensions/pom.xml b/docs/maven-extensions/pom.xml
index 1e4d2e1..20b0080 100644
--- a/docs/maven-extensions/pom.xml
+++ b/docs/maven-extensions/pom.xml
@@ -35,6 +35,7 @@ under the License.
<url>https://maven.apache.org/pom/maven/maven-extensions</url>
<scm>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-extensions</url>
</scm>
diff --git a/docs/maven-plugins/pom.xml b/docs/maven-plugins/pom.xml
index 0b1cc0c..24923fb 100644
--- a/docs/maven-plugins/pom.xml
+++ b/docs/maven-plugins/pom.xml
@@ -35,6 +35,7 @@ under the License.
<url>https://maven.apache.org/pom/maven/maven-plugins</url>
<scm>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-plugins</url>
</scm>
diff --git a/docs/maven-shared-components/pom.xml
b/docs/maven-shared-components/pom.xml
index ffbf3b3..667af70 100644
--- a/docs/maven-shared-components/pom.xml
+++ b/docs/maven-shared-components/pom.xml
@@ -35,6 +35,7 @@ under the License.
<url>https://maven.apache.org/pom/maven/maven-shared-components</url>
<scm>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-shared-components</url>
</scm>
diff --git a/docs/maven-skins/pom.xml b/docs/maven-skins/pom.xml
index ba6162c..3579b55 100644
--- a/docs/maven-skins/pom.xml
+++ b/docs/maven-skins/pom.xml
@@ -35,6 +35,7 @@ under the License.
<url>https://maven.apache.org/pom/maven/maven-skins</url>
<scm>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-skins</url>
</scm>
diff --git a/docs/pom.xml b/docs/pom.xml
index 518be38..afec72d 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -42,6 +42,7 @@ under the License.
</modules>
<scm>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/</url>
</scm>