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 229a0d29 [maven-release-plugin] prepare release doxia-2.0.0-M3
229a0d29 is described below
commit 229a0d29d776189f12a47eef4c204dc5354b8906
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jun 18 22:20:34 2022 +0200
[maven-release-plugin] prepare release doxia-2.0.0-M3
---
doxia-core/pom.xml | 2 +-
doxia-modules/doxia-module-apt/pom.xml | 6 +++++-
doxia-modules/doxia-module-fml/pom.xml | 6 +++++-
doxia-modules/doxia-module-markdown/pom.xml | 6 +++++-
doxia-modules/doxia-module-xdoc/pom.xml | 6 +++++-
doxia-modules/doxia-module-xhtml/pom.xml | 6 +++++-
doxia-modules/doxia-module-xhtml5/pom.xml | 6 +++++-
doxia-modules/pom.xml | 2 +-
doxia-sink-api/pom.xml | 2 +-
doxia-test-docs/pom.xml | 2 +-
pom.xml | 6 +++---
11 files changed, 37 insertions(+), 13 deletions(-)
diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index 84ffffbd..76d0a164 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</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 ce458630..846c7dad 100644
--- a/doxia-modules/doxia-module-apt/pom.xml
+++ b/doxia-modules/doxia-module-apt/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -81,4 +81,8 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>doxia-2.0.0-M3</tag>
+ </scm>
</project>
diff --git a/doxia-modules/doxia-module-fml/pom.xml
b/doxia-modules/doxia-module-fml/pom.xml
index f831af0d..f88b5b57 100644
--- a/doxia-modules/doxia-module-fml/pom.xml
+++ b/doxia-modules/doxia-module-fml/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -152,4 +152,8 @@ under the License.
</build>
</profile>
</profiles>
+
+ <scm>
+ <tag>doxia-2.0.0-M3</tag>
+ </scm>
</project>
diff --git a/doxia-modules/doxia-module-markdown/pom.xml
b/doxia-modules/doxia-module-markdown/pom.xml
index ec883059..bed56175 100644
--- a/doxia-modules/doxia-module-markdown/pom.xml
+++ b/doxia-modules/doxia-module-markdown/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-modules</artifactId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -170,4 +170,8 @@ under the License.
</plugins>
</build>
+
+ <scm>
+ <tag>doxia-2.0.0-M3</tag>
+ </scm>
</project>
diff --git a/doxia-modules/doxia-module-xdoc/pom.xml
b/doxia-modules/doxia-module-xdoc/pom.xml
index 7d43f7dc..1580f58e 100644
--- a/doxia-modules/doxia-module-xdoc/pom.xml
+++ b/doxia-modules/doxia-module-xdoc/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -153,4 +153,8 @@ under the License.
</build>
</profile>
</profiles>
+
+ <scm>
+ <tag>doxia-2.0.0-M3</tag>
+ </scm>
</project>
diff --git a/doxia-modules/doxia-module-xhtml/pom.xml
b/doxia-modules/doxia-module-xhtml/pom.xml
index 78b984bc..6574d454 100644
--- a/doxia-modules/doxia-module-xhtml/pom.xml
+++ b/doxia-modules/doxia-module-xhtml/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -77,4 +77,8 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>doxia-2.0.0-M3</tag>
+ </scm>
</project>
diff --git a/doxia-modules/doxia-module-xhtml5/pom.xml
b/doxia-modules/doxia-module-xhtml5/pom.xml
index be02ada2..059f7ebe 100644
--- a/doxia-modules/doxia-module-xhtml5/pom.xml
+++ b/doxia-modules/doxia-module-xhtml5/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -77,4 +77,8 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>doxia-2.0.0-M3</tag>
+ </scm>
</project>
diff --git a/doxia-modules/pom.xml b/doxia-modules/pom.xml
index 574772f2..28dbdfda 100644
--- a/doxia-modules/pom.xml
+++ b/doxia-modules/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-sink-api/pom.xml b/doxia-sink-api/pom.xml
index 4fb27822..ef5af78e 100644
--- a/doxia-sink-api/pom.xml
+++ b/doxia-sink-api/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-test-docs/pom.xml b/doxia-test-docs/pom.xml
index 700bf6f0..9015aa1c 100644
--- a/doxia-test-docs/pom.xml
+++ b/doxia-test-docs/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index e8c78d10..697fa698 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
- <version>2.0.0-M3-SNAPSHOT</version>
+ <version>2.0.0-M3</version>
<packaging>pom</packaging>
<name>Doxia</name>
@@ -65,7 +65,7 @@ under the License.
<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>
<url>https://github.com/apache/maven-doxia/tree/${project.scm.tag}</url>
- <tag>doxia-2.0.0-M2</tag>
+ <tag>doxia-2.0.0-M3</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -86,7 +86,7 @@ under the License.
<javaVersion>8</javaVersion><!-- remove when upgrade to maven-parent 34 -->
<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>2022-02-13T21:44:43Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-06-18T20:16:12Z</project.build.outputTimestamp>
<slf4jVersion>1.7.36</slf4jVersion>
<junitVersion>5.8.2</junitVersion>
<sisuVersion>0.3.5</sisuVersion>