You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/02/01 20:15:58 UTC

[maven-doxia-sitetools] branch master updated: [maven-release-plugin] prepare release doxia-sitetools-2.0.0-M1

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 d2b8843  [maven-release-plugin] prepare release doxia-sitetools-2.0.0-M1
d2b8843 is described below

commit d2b8843a1c1952ec57522bedcdaa539d8c122639
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Feb 1 21:15:51 2022 +0100

    [maven-release-plugin] prepare release doxia-sitetools-2.0.0-M1
---
 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 ff896f0..83eb687 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-M1-SNAPSHOT</version>
+    <version>2.0.0-M1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 1362f6b..b0b1695 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-M1-SNAPSHOT</version>
+    <version>2.0.0-M1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 71291fc..51961a3 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-M1-SNAPSHOT</version>
+    <version>2.0.0-M1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index fd1422b..8df6dec 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-M1-SNAPSHOT</version>
+    <version>2.0.0-M1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 2315dec..68dc104 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-M1-SNAPSHOT</version>
+  <version>2.0.0-M1</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-M1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -72,7 +72,7 @@ under the License.
     <slf4jVersion>1.7.32</slf4jVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-    <project.build.outputTimestamp>2021-12-12T17:08:52Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-02-01T20:15:16Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>