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 4745e70  fix(build): Fixed some versions
4745e70 is described below

commit 4745e70ce5de081e3c4ba2e4df888a166d199e8c
Author: christoferdutz <[email protected]>
AuthorDate: Wed Mar 22 22:57:17 2023 +0100

    fix(build): Fixed some versions
---
 content/Apache/ComDev/ApacheIntro/pom.xml                    | 2 +-
 content/Apache/ComDev/ComDevIntro/pom.xml                    | 2 +-
 content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml | 2 +-
 site/pom.xml                                                 | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/Apache/ComDev/ApacheIntro/pom.xml 
b/content/Apache/ComDev/ApacheIntro/pom.xml
index 52f0aa7..5d03d33 100644
--- a/content/Apache/ComDev/ApacheIntro/pom.xml
+++ b/content/Apache/ComDev/ApacheIntro/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.training.content</groupId>
     <artifactId>training-content-apache-comdev-apache-intro</artifactId>
-    <version>1.0.0.SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <name>Training: Content: Apache: ComDev: Apache Intro</name>
diff --git a/content/Apache/ComDev/ComDevIntro/pom.xml 
b/content/Apache/ComDev/ComDevIntro/pom.xml
index 1d83b08..0c36a4d 100644
--- a/content/Apache/ComDev/ComDevIntro/pom.xml
+++ b/content/Apache/ComDev/ComDevIntro/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.training.content</groupId>
     <artifactId>training-content-apache-comdev-comdev-intro</artifactId>
-    <version>1.0.0.SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <name>Training: Content: Apache: ComDev: ComDev Intro</name>
diff --git a/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml 
b/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
index f147004..a884dcb 100644
--- a/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
+++ b/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.training.content</groupId>
     
<artifactId>training-content-apache-plc4x-revolutionizing-iiot-with-plc4x</artifactId>
-    <version>1.0.0.SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <name>Training: Content: Apache: PLC4X: Revolutionizing IIoT with Apache 
PLC4X</name>
diff --git a/site/pom.xml b/site/pom.xml
index 143ee4b..c3520b3 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -231,14 +231,14 @@
                 <artifactItem>
                   <groupId>org.apache.training.content</groupId>
                   
<artifactId>training-content-apache-comdev-apache-intro</artifactId>
-                  <version>1.0.0.SNAPSHOT</version>
+                  <version>1.0.0-SNAPSHOT</version>
                   <type>war</type>
                   
<outputDirectory>${project.build.directory}/site/presentations/comdev/apache-intro</outputDirectory>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.training.content</groupId>
                   
<artifactId>training-content-apache-comdev-comdev-intro</artifactId>
-                  <version>1.0.0.SNAPSHOT</version>
+                  <version>1.0.0-SNAPSHOT</version>
                   <type>war</type>
                   
<outputDirectory>${project.build.directory}/site/presentations/comdev/comdev-intro</outputDirectory>
                 </artifactItem>
@@ -573,7 +573,7 @@
     <dependency>
       <groupId>org.apache.training.content</groupId>
       <artifactId>training-content-apache-comdev-comdev-intro</artifactId>
-      <version>1.0.0.SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>

Reply via email to