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 ab11434 [maven-release-plugin] prepare release
doxia-sitetools-2.0.0-M4
ab11434 is described below
commit ab1143468c317fb73f2082badc6cc845de2d505d
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Nov 26 16:44:19 2022 +0100
[maven-release-plugin] prepare release doxia-sitetools-2.0.0-M4
---
doxia-decoration-model/pom.xml | 2 +-
doxia-integration-tools/pom.xml | 2 +-
doxia-site-renderer/pom.xml | 2 +-
doxia-skin-model/pom.xml | 2 +-
pom.xml | 8 ++++----
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index 7734037..f967b90 100644
--- a/doxia-decoration-model/pom.xml
+++ b/doxia-decoration-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-M4-SNAPSHOT</version>
+ <version>2.0.0-M4</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 95b8e40..cf53771 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-M4-SNAPSHOT</version>
+ <version>2.0.0-M4</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 70bf142..1132a1f 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-M4-SNAPSHOT</version>
+ <version>2.0.0-M4</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index dadedc9..e3ab57b 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-M4-SNAPSHOT</version>
+ <version>2.0.0-M4</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index c673974..b4e3f18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,12 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>36</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M4-SNAPSHOT</version>
+ <version>2.0.0-M4</version>
<packaging>pom</packaging>
<name>Doxia Sitetools</name>
@@ -47,7 +47,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
- <tag>doxia-sitetools-2.0.0-M3</tag>
+ <tag>doxia-sitetools-2.0.0-M4</tag>
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -75,7 +75,7 @@ under the License.
<junitVersion>5.8.2</junitVersion>
<l10nPluginVersion>1.0.0</l10nPluginVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2022-06-20T18:19:40Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-11-26T15:39:02Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>