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 661d21c [maven-release-plugin] prepare release
doxia-sitetools-2.0.0-M2
661d21c is described below
commit 661d21c52f72dec2fc491a5190398617ebc9913d
Author: Michael Osipov <[email protected]>
AuthorDate: Thu Feb 17 14:55:32 2022 +0100
[maven-release-plugin] prepare release doxia-sitetools-2.0.0-M2
---
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 | 6 +++---
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index 15ca76c..eaa8db2 100644
--- a/doxia-decoration-model/pom.xml
+++ b/doxia-decoration-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2-SNAPSHOT</version>
+ <version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 2f12326..64d6bba 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2-SNAPSHOT</version>
+ <version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index f713e19..250f508 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2-SNAPSHOT</version>
+ <version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index a73a43d..0117b83 100644
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2-SNAPSHOT</version>
+ <version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 599ee91..32ad931 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.0.0-M2-SNAPSHOT</version>
+ <version>2.0.0-M2</version>
<packaging>pom</packaging>
<name>Doxia Sitetools</name>
@@ -50,7 +50,7 @@ under the License.
<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>
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
- <tag>master</tag>
+ <tag>doxia-sitetools-2.0.0-M2</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -76,7 +76,7 @@ under the License.
<wagonVersion>2.8</wagonVersion>
<junitVersion>5.8.2</junitVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2022-02-01T20:16:03Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-02-17T13:55:09Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>