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 169e4358 [maven-release-plugin] prepare release doxia-2.0.0-M7
169e4358 is described below

commit 169e4358c151b79e71f720453506a173105dcd02
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Jun 21 22:27:49 2023 +0200

    [maven-release-plugin] prepare release doxia-2.0.0-M7
---
 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 a43d27b4..fb4f8aac 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-SNAPSHOT</version>
+    <version>2.0.0-M7</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 46452a91..11ecf921 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-SNAPSHOT</version>
+    <version>2.0.0-M7</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-M4</tag>
+    <tag>doxia-2.0.0-M7</tag>
   </scm>
 
   <!-- START SNIPPET: test -->
diff --git a/doxia-modules/doxia-module-fml/pom.xml 
b/doxia-modules/doxia-module-fml/pom.xml
index 413ecd64..92ff4fbe 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-SNAPSHOT</version>
+    <version>2.0.0-M7</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-M4</tag>
+    <tag>doxia-2.0.0-M7</tag>
   </scm>
 
   <dependencies>
diff --git a/doxia-modules/doxia-module-markdown/pom.xml 
b/doxia-modules/doxia-module-markdown/pom.xml
index 28718312..1fe5d2f5 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-SNAPSHOT</version>
+    <version>2.0.0-M7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -48,7 +48,7 @@ under the License.
   </contributors>
 
   <scm>
-    <tag>doxia-2.0.0-M4</tag>
+    <tag>doxia-2.0.0-M7</tag>
   </scm>
 
   <properties>
diff --git a/doxia-modules/doxia-module-xdoc/pom.xml 
b/doxia-modules/doxia-module-xdoc/pom.xml
index bb2934b9..b8464bd3 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-SNAPSHOT</version>
+    <version>2.0.0-M7</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-M4</tag>
+    <tag>doxia-2.0.0-M7</tag>
   </scm>
 
   <dependencies>
diff --git a/doxia-modules/doxia-module-xhtml5/pom.xml 
b/doxia-modules/doxia-module-xhtml5/pom.xml
index c58ec09e..b446fea5 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-SNAPSHOT</version>
+    <version>2.0.0-M7</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-M4</tag>
+    <tag>doxia-2.0.0-M7</tag>
   </scm>
 
   <dependencies>
diff --git a/doxia-modules/pom.xml b/doxia-modules/pom.xml
index c93e4ffc..605c4579 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-SNAPSHOT</version>
+    <version>2.0.0-M7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-sink-api/pom.xml b/doxia-sink-api/pom.xml
index 20b57ddc..39ea5ceb 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-SNAPSHOT</version>
+    <version>2.0.0-M7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-test-docs/pom.xml b/doxia-test-docs/pom.xml
index 83b85f66..1b2df13a 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-SNAPSHOT</version>
+    <version>2.0.0-M7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index a32efca6..a45c2cb1 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-SNAPSHOT</version>
+  <version>2.0.0-M7</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-M4</tag>
+    <tag>doxia-2.0.0-M7</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-03-19T15:36:44Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-06-21T20:27:01Z</project.build.outputTimestamp>
     <slf4jVersion>1.7.36</slf4jVersion>
     <junitVersion>5.9.2</junitVersion>
     <sisuVersion>0.3.5</sisuVersion>

Reply via email to