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 859406c [maven-release-plugin] prepare for next development iteration
859406c is described below
commit 859406c6bd90c83898580e24faf1c8f35c48fbca
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Oct 13 22:02:46 2023 +0200
[maven-release-plugin] prepare for next development iteration
---
doxia-integration-tools/pom.xml | 2 +-
doxia-site-model/pom.xml | 2 +-
doxia-site-renderer/pom.xml | 2 +-
doxia-skin-model/pom.xml | 2 +-
pom.xml | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 36b93d7..255a675 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M13</version>
+ <version>2.0.0-M14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-model/pom.xml b/doxia-site-model/pom.xml
index 8c6a150..dde52d3 100644
--- a/doxia-site-model/pom.xml
+++ b/doxia-site-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M13</version>
+ <version>2.0.0-M14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 033f46b..5986605 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M13</version>
+ <version>2.0.0-M14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index c3f46eb..3856040 100644
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M13</version>
+ <version>2.0.0-M14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 71c1dd1..e120544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M13</version>
+ <version>2.0.0-M14-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Doxia Sitetools</name>
@@ -75,7 +75,7 @@ under the License.
<junitVersion>5.10.0</junitVersion>
<l10nPluginVersion>1.0.0</l10nPluginVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2023-10-13T19:57:34Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-10-13T20:02:45Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>