This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch releases/tools/1.0
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/releases/tools/1.0 by this push:
new 728664e - Reset the version of the tools back to 1.0.0-SNAPSHOT in preparation for
cutting an RC2
728664e is described below
commit 728664e52ba226cfd9d77d0522ef1a6547db4031
Author: Christofer Dutz <christofer.dutz@c-ware.de>
AuthorDate: Wed Sep 9 15:27:15 2020 +0200
- Reset the version of the tools back to 1.0.0-SNAPSHOT in preparation for cutting an
RC2
---
tools/content-archetype/pom.xml | 4 ++--
tools/content-parent-pom/pom.xml | 6 +++---
tools/content-parent-resources/pom.xml | 4 ++--
tools/pom.xml | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tools/content-archetype/pom.xml b/tools/content-archetype/pom.xml
index ad33ddb..cf92ea1 100644
--- a/tools/content-archetype/pom.xml
+++ b/tools/content-archetype/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>training-tools</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>content-archetype</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>Training: Tools: Content Archetype</name>
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index 2b6828d..5a76fa5 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>training-tools</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>content-parent-pom</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Training: Tools: Content Master Pom</name>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.training</groupId>
<artifactId>content-parent-resources</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/tools/content-parent-resources/pom.xml b/tools/content-parent-resources/pom.xml
index cf83a76..1857bf7 100644
--- a/tools/content-parent-resources/pom.xml
+++ b/tools/content-parent-resources/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.training</groupId>
<artifactId>training-tools</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>content-parent-resources</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Training: Tools: Content Master Resources</name>
<description>
diff --git a/tools/pom.xml b/tools/pom.xml
index 7729103..b10d30f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.apache.training</groupId>
<artifactId>training-tools</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Training: Tools</name>
|