This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch releases/tools/1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
commit 701e4ab3f21cdbc22b4c7b33794b41d38f3ce521
Author: Christofer Dutz <christofer.dutz@c-ware.de>
AuthorDate: Tue Sep 8 15:22:27 2020 +0200
- Added an scm block to the poms
---
tools/content-archetype/pom.xml | 7 ++++++
tools/content-parent-pom/pom.xml | 7 ++++++
tools/content-parent-resources/pom.xml | 43 ++++++++++++++++++++--------------
3 files changed, 40 insertions(+), 17 deletions(-)
diff --git a/tools/content-archetype/pom.xml b/tools/content-archetype/pom.xml
index 1a2c7f8..fa6f259 100644
--- a/tools/content-archetype/pom.xml
+++ b/tools/content-archetype/pom.xml
@@ -37,6 +37,13 @@
<name>Training: Tools: Content Archetype</name>
+ <scm>
+ <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
+ <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
+ <url>https://github.com/apache/incubator-training</url>
+ <tag>releases/tools/1.0.0</tag>
+ </scm>
+
<build>
<extensions>
<extension>
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index 98af22c..0151d02 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -39,6 +39,13 @@
<description>Parent pom containing all the configuration for building presentations
with the training template.
</description>
+ <scm>
+ <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
+ <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
+ <url>https://github.com/apache/incubator-training</url>
+ <tag>releases/tools/1.0.0</tag>
+ </scm>
+
<properties>
<project.main.contentfile>index</project.main.contentfile>
<!-- Put your custom theme files in src/main/theme and reference the name (without
".css") here. -->
diff --git a/tools/content-parent-resources/pom.xml b/tools/content-parent-resources/pom.xml
index 327ecb0..0428841 100644
--- a/tools/content-parent-resources/pom.xml
+++ b/tools/content-parent-resources/pom.xml
@@ -19,22 +19,31 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>23</version>
-
- <!-- Required in our case as per http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent
-->
- <relativePath></relativePath>
- </parent>
-
- <groupId>org.apache.training</groupId>
- <artifactId>content-parent-resources</artifactId>
- <version>1.0.0-SNAPSHOT</version>
-
- <name>Training: Tools: Content Master Resources</name>
- <description>Parent resources module containing all the static resources for building
presentations with the training template.</description>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>23</version>
+
+ <!-- Required in our case as per http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent
-->
+ <relativePath></relativePath>
+ </parent>
+
+ <groupId>org.apache.training</groupId>
+ <artifactId>content-parent-resources</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+
+ <name>Training: Tools: Content Master Resources</name>
+ <description>Parent resources module containing all the static resources for building
presentations with the training
+ template.
+ </description>
+
+ <scm>
+ <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
+ <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
+ <url>https://github.com/apache/incubator-training</url>
+ <tag>releases/tools/1.0.0</tag>
+ </scm>
</project>
|