This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new b9217e7 chore: Updated the build after the release of the training
tools 1.3.0
b9217e7 is described below
commit b9217e799b2fd4443a62c102720aadaf5944f93f
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Oct 3 12:50:18 2024 +0200
chore: Updated the build after the release of the training tools 1.3.0
---
HOWTO.md | 4 ++--
content/Apache/Airflow/pom.xml | 2 +-
content/Apache/ComDev/ApacheIntro/pom.xml | 2 +-
content/Apache/ComDev/ComDevIntro/pom.xml | 2 +-
content/Apache/ComDev/WorkingGroups/pom.xml | 2 +-
content/Apache/Druid/pom.xml | 2 +-
content/Apache/Flink/pom.xml | 2 +-
content/Apache/Hadoop/pom.xml | 2 +-
content/Apache/Hive/pom.xml | 2 +-
content/Apache/Ignite/pom.xml | 2 +-
content/Apache/Incubator/IncubatorReleases/pom.xml | 2 +-
content/Apache/Incubator/NavigatingASFIncubation/pom.xml | 2 +-
content/Apache/Incubator/ReleaseChecklist/pom.xml | 2 +-
content/Apache/MyNewt/pom.xml | 2 +-
content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml | 2 +-
content/Apache/Pulsar/pom.xml | 2 +-
content/Apache/Samza/pom.xml | 2 +-
content/Apache/Spark/1-Basics/pom.xml | 2 +-
content/Apache/Training/Demo/pom.xml | 2 +-
content/Apache/Training/Presentations/pom.xml | 2 +-
content/Apache/ZooKeeper/pom.xml | 2 +-
content/Conferences/ApacheCon/pom.xml | 2 +-
content/IoT/IoTDeveloper/pom.xml | 2 +-
pom.xml | 2 +-
tools/pom.xml | 2 +-
25 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/HOWTO.md b/HOWTO.md
index 4249363..42ebc29 100644
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -12,7 +12,7 @@ your presentation to get created under.
And then run:
-`mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.3.0-SNAPSHOT`
+`mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.3.0`
This will give you a list of questions to answer in order to create the
new presentation:
@@ -22,7 +22,7 @@ new presentation:
Define value for property 'version' 1.0.0-SNAPSHOT: :
Define value for property 'package' org.apache: :
Confirm properties configuration:
- apacheTrainingToolsVersion: 1.3.0-SNAPSHOT
+ apacheTrainingToolsVersion: 1.3.0
groupID: org.apache.training.content
artifactId: training-content-HowToDoStuff
version 1.0.0-SNAPSHOT
diff --git a/content/Apache/Airflow/pom.xml b/content/Apache/Airflow/pom.xml
index 8f4fc10..30c48c3 100644
--- a/content/Apache/Airflow/pom.xml
+++ b/content/Apache/Airflow/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/ComDev/ApacheIntro/pom.xml
b/content/Apache/ComDev/ApacheIntro/pom.xml
index 78df27e..6fb8488 100644
--- a/content/Apache/ComDev/ApacheIntro/pom.xml
+++ b/content/Apache/ComDev/ApacheIntro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/ComDev/ComDevIntro/pom.xml
b/content/Apache/ComDev/ComDevIntro/pom.xml
index f8cc39f..b56e512 100644
--- a/content/Apache/ComDev/ComDevIntro/pom.xml
+++ b/content/Apache/ComDev/ComDevIntro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/ComDev/WorkingGroups/pom.xml
b/content/Apache/ComDev/WorkingGroups/pom.xml
index 06176a2..d2b147e 100644
--- a/content/Apache/ComDev/WorkingGroups/pom.xml
+++ b/content/Apache/ComDev/WorkingGroups/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<!-- Required in our case as per
http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
diff --git a/content/Apache/Druid/pom.xml b/content/Apache/Druid/pom.xml
index b40845e..f8bb898 100644
--- a/content/Apache/Druid/pom.xml
+++ b/content/Apache/Druid/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Flink/pom.xml b/content/Apache/Flink/pom.xml
index c904d59..0a98ddd 100644
--- a/content/Apache/Flink/pom.xml
+++ b/content/Apache/Flink/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Hadoop/pom.xml b/content/Apache/Hadoop/pom.xml
index baa91e8..3f32bdb 100644
--- a/content/Apache/Hadoop/pom.xml
+++ b/content/Apache/Hadoop/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Hive/pom.xml b/content/Apache/Hive/pom.xml
index 50ede12..22569bc 100644
--- a/content/Apache/Hive/pom.xml
+++ b/content/Apache/Hive/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Ignite/pom.xml b/content/Apache/Ignite/pom.xml
index 2508ce4..1d1b759 100644
--- a/content/Apache/Ignite/pom.xml
+++ b/content/Apache/Ignite/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Incubator/IncubatorReleases/pom.xml
b/content/Apache/Incubator/IncubatorReleases/pom.xml
index 71a2f65..bcc9bb7 100644
--- a/content/Apache/Incubator/IncubatorReleases/pom.xml
+++ b/content/Apache/Incubator/IncubatorReleases/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Incubator/NavigatingASFIncubation/pom.xml
b/content/Apache/Incubator/NavigatingASFIncubation/pom.xml
index a0f9e5a..d1debe9 100644
--- a/content/Apache/Incubator/NavigatingASFIncubation/pom.xml
+++ b/content/Apache/Incubator/NavigatingASFIncubation/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Incubator/ReleaseChecklist/pom.xml
b/content/Apache/Incubator/ReleaseChecklist/pom.xml
index c0dbbb1..ec11153 100644
--- a/content/Apache/Incubator/ReleaseChecklist/pom.xml
+++ b/content/Apache/Incubator/ReleaseChecklist/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/MyNewt/pom.xml b/content/Apache/MyNewt/pom.xml
index 4c26e5b..8386f87 100644
--- a/content/Apache/MyNewt/pom.xml
+++ b/content/Apache/MyNewt/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
b/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
index d0035d3..4038f1c 100644
--- a/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
+++ b/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Pulsar/pom.xml b/content/Apache/Pulsar/pom.xml
index 1df3cdf..ffea378 100644
--- a/content/Apache/Pulsar/pom.xml
+++ b/content/Apache/Pulsar/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Samza/pom.xml b/content/Apache/Samza/pom.xml
index 0e1f163..01c33dc 100644
--- a/content/Apache/Samza/pom.xml
+++ b/content/Apache/Samza/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Spark/1-Basics/pom.xml
b/content/Apache/Spark/1-Basics/pom.xml
index afaf0b6..95ce732 100644
--- a/content/Apache/Spark/1-Basics/pom.xml
+++ b/content/Apache/Spark/1-Basics/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Training/Demo/pom.xml
b/content/Apache/Training/Demo/pom.xml
index 2d87488..7c82bc6 100644
--- a/content/Apache/Training/Demo/pom.xml
+++ b/content/Apache/Training/Demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/Training/Presentations/pom.xml
b/content/Apache/Training/Presentations/pom.xml
index 3357e45..31092f5 100644
--- a/content/Apache/Training/Presentations/pom.xml
+++ b/content/Apache/Training/Presentations/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Apache/ZooKeeper/pom.xml b/content/Apache/ZooKeeper/pom.xml
index 5609b14..46a2d9a 100644
--- a/content/Apache/ZooKeeper/pom.xml
+++ b/content/Apache/ZooKeeper/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/Conferences/ApacheCon/pom.xml
b/content/Conferences/ApacheCon/pom.xml
index 842238a..13fe3c1 100644
--- a/content/Conferences/ApacheCon/pom.xml
+++ b/content/Conferences/ApacheCon/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/content/IoT/IoTDeveloper/pom.xml b/content/IoT/IoTDeveloper/pom.xml
index 38a9396..f58cab3 100644
--- a/content/IoT/IoTDeveloper/pom.xml
+++ b/content/IoT/IoTDeveloper/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 24487be..b395d9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<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>release-1.1-RC</tag>
+ <tag>HEAD</tag>
</scm>
<!-- Make Snapshots of Apache projects available -->
diff --git a/tools/pom.xml b/tools/pom.xml
index 65372b8..fe0ca3d 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -41,7 +41,7 @@
<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>training-tools-1.2.0</tag>
+ <tag>HEAD</tag>
</scm>
<modules>