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.git


The following commit(s) were added to refs/heads/master by this push:
     new 24ab8ba1 [maven-release-plugin] prepare for next development iteration
24ab8ba1 is described below

commit 24ab8ba193ec44007333775576277f9aa9ea165f
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Jun 21 22:28:00 2023 +0200

    [maven-release-plugin] prepare for next development iteration
---
 doxia-core/pom.xml                          | 2 +-
 doxia-modules/doxia-module-apt/pom.xml      | 4 ++--
 doxia-modules/doxia-module-fml/pom.xml      | 4 ++--
 doxia-modules/doxia-module-markdown/pom.xml | 4 ++--
 doxia-modules/doxia-module-xdoc/pom.xml     | 4 ++--
 doxia-modules/doxia-module-xhtml5/pom.xml   | 4 ++--
 doxia-modules/pom.xml                       | 2 +-
 doxia-sink-api/pom.xml                      | 2 +-
 doxia-test-docs/pom.xml                     | 2 +-
 pom.xml                                     | 6 +++---
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index fb4f8aac..19ece2c7 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-modules/doxia-module-apt/pom.xml 
b/doxia-modules/doxia-module-apt/pom.xml
index 11ecf921..62af0c67 100644
--- a/doxia-modules/doxia-module-apt/pom.xml
+++ b/doxia-modules/doxia-module-apt/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-modules</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@ under the License.
     APT format is supported both as source and target formats.</description>
 
   <scm>
-    <tag>doxia-2.0.0-M7</tag>
+    <tag>doxia-2.0.0-M4</tag>
   </scm>
 
   <!-- START SNIPPET: test -->
diff --git a/doxia-modules/doxia-module-fml/pom.xml 
b/doxia-modules/doxia-module-fml/pom.xml
index 92ff4fbe..a5f5af00 100644
--- a/doxia-modules/doxia-module-fml/pom.xml
+++ b/doxia-modules/doxia-module-fml/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-modules</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@ under the License.
     FML format is only supported as source format.</description>
 
   <scm>
-    <tag>doxia-2.0.0-M7</tag>
+    <tag>doxia-2.0.0-M4</tag>
   </scm>
 
   <dependencies>
diff --git a/doxia-modules/doxia-module-markdown/pom.xml 
b/doxia-modules/doxia-module-markdown/pom.xml
index 1fe5d2f5..a6b21728 100644
--- a/doxia-modules/doxia-module-markdown/pom.xml
+++ b/doxia-modules/doxia-module-markdown/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-modules</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -48,7 +48,7 @@ under the License.
   </contributors>
 
   <scm>
-    <tag>doxia-2.0.0-M7</tag>
+    <tag>doxia-2.0.0-M4</tag>
   </scm>
 
   <properties>
diff --git a/doxia-modules/doxia-module-xdoc/pom.xml 
b/doxia-modules/doxia-module-xdoc/pom.xml
index b8464bd3..69949818 100644
--- a/doxia-modules/doxia-module-xdoc/pom.xml
+++ b/doxia-modules/doxia-module-xdoc/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-modules</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@ under the License.
     Xdoc format is supported both as source and target formats.</description>
 
   <scm>
-    <tag>doxia-2.0.0-M7</tag>
+    <tag>doxia-2.0.0-M4</tag>
   </scm>
 
   <dependencies>
diff --git a/doxia-modules/doxia-module-xhtml5/pom.xml 
b/doxia-modules/doxia-module-xhtml5/pom.xml
index b446fea5..bc160b82 100644
--- a/doxia-modules/doxia-module-xhtml5/pom.xml
+++ b/doxia-modules/doxia-module-xhtml5/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-modules</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@ under the License.
     Xhtml5 format is supported both as source and target formats.</description>
 
   <scm>
-    <tag>doxia-2.0.0-M7</tag>
+    <tag>doxia-2.0.0-M4</tag>
   </scm>
 
   <dependencies>
diff --git a/doxia-modules/pom.xml b/doxia-modules/pom.xml
index 605c4579..d96b6fbb 100644
--- a/doxia-modules/pom.xml
+++ b/doxia-modules/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-sink-api/pom.xml b/doxia-sink-api/pom.xml
index 39ea5ceb..4862e28b 100644
--- a/doxia-sink-api/pom.xml
+++ b/doxia-sink-api/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-test-docs/pom.xml b/doxia-test-docs/pom.xml
index 1b2df13a..74429ead 100644
--- a/doxia-test-docs/pom.xml
+++ b/doxia-test-docs/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-M8-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index a45c2cb1..91c04c4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia</artifactId>
-  <version>2.0.0-M7</version>
+  <version>2.0.0-M8-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Doxia</name>
@@ -62,7 +62,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</developerConnection>
-    <tag>doxia-2.0.0-M7</tag>
+    <tag>doxia-2.0.0-M4</tag>
     <url>https://github.com/apache/maven-doxia/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -83,7 +83,7 @@ under the License.
   <properties>
     <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2023-06-21T20:27:01Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-06-21T20:27:59Z</project.build.outputTimestamp>
     <slf4jVersion>1.7.36</slf4jVersion>
     <junitVersion>5.9.2</junitVersion>
     <sisuVersion>0.3.5</sisuVersion>

Reply via email to