This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
The following commit(s) were added to refs/heads/master by this push:
new 9f4f081 [maven-release-plugin] prepare for next development iteration
9f4f081 is described below
commit 9f4f081da8f4dac2e08ce0c9adca7e53b2f1ab0a
Author: Michael Osipov <[email protected]>
AuthorDate: Thu Feb 17 14:55:41 2022 +0100
[maven-release-plugin] prepare for next development iteration
---
doxia-decoration-model/pom.xml | 2 +-
doxia-integration-tools/pom.xml | 2 +-
doxia-site-renderer/pom.xml | 2 +-
doxia-skin-model/pom.xml | 2 +-
pom.xml | 6 +++---
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index eaa8db2..b8af683 100644
--- a/doxia-decoration-model/pom.xml
+++ b/doxia-decoration-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2</version>
+ <version>2.0.0-M3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 64d6bba..c0e3854 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2</version>
+ <version>2.0.0-M3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 250f508..4ecf0cf 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2</version>
+ <version>2.0.0-M3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index 0117b83..6b3cd76 100644
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2</version>
+ <version>2.0.0-M3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 32ad931..6410a34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2</version>
+ <version>2.0.0-M3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Doxia Sitetools</name>
@@ -50,7 +50,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
- <tag>doxia-sitetools-2.0.0-M2</tag>
+ <tag>master</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -76,7 +76,7 @@ under the License.
<wagonVersion>2.8</wagonVersion>
<junitVersion>5.8.2</junitVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2022-02-17T13:55:09Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-02-17T13:55:40Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>