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 9e7ceb38 [maven-release-plugin] prepare for next development iteration
9e7ceb38 is described below
commit 9e7ceb38319c16b982d5925d43e0d54e7b884de5
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Oct 13 21:24:21 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 03561ed4..c388c5bf 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-M8</version>
+ <version>2.0.0-M9-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 b92d0e2f..74ccc07d 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-M8</version>
+ <version>2.0.0-M9-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-M8</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 da2b549e..34782608 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-M8</version>
+ <version>2.0.0-M9-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-M8</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 feff541f..f8fb1771 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-M8</version>
+ <version>2.0.0-M9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -48,7 +48,7 @@ under the License.
</contributors>
<scm>
- <tag>doxia-2.0.0-M8</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 9c716098..cfb39af1 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-M8</version>
+ <version>2.0.0-M9-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-M8</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 0047def8..17e5fbed 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-M8</version>
+ <version>2.0.0-M9-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-M8</tag>
+ <tag>doxia-2.0.0-M4</tag>
</scm>
<dependencies>
diff --git a/doxia-modules/pom.xml b/doxia-modules/pom.xml
index 4c94e68c..126aa3a1 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-M8</version>
+ <version>2.0.0-M9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-sink-api/pom.xml b/doxia-sink-api/pom.xml
index 8613f479..2a2326d4 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-M8</version>
+ <version>2.0.0-M9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-test-docs/pom.xml b/doxia-test-docs/pom.xml
index a0ae02d5..a5caf541 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-M8</version>
+ <version>2.0.0-M9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index b28bf616..35cba5d5 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-M8</version>
+ <version>2.0.0-M9-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-M8</tag>
+ <tag>master</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-10-13T19:23:14Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-10-13T19:24:20Z</project.build.outputTimestamp>
<slf4jVersion>1.7.36</slf4jVersion>
<junitVersion>5.10.0</junitVersion>
<sisuVersion>0.3.5</sisuVersion>