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 2023/01/31 17:51:45 UTC

[maven-doxia-sitetools] 01/01: [maven-release-plugin] prepare release doxia-sitetools-2.0.0-M5

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to annotated tag doxia-sitetools-2.0.0-M5
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 085a4bbc9b74da317c4a4a6104ce84a0dc51ea23
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 31 18:35:07 2023 +0100

    [maven-release-plugin] prepare release doxia-sitetools-2.0.0-M5
---
 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 1f28dcb..09bb807 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-M5-SNAPSHOT</version>
+    <version>2.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index cb21287..5084e5f 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-M5-SNAPSHOT</version>
+    <version>2.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 88c8282..7b6dd76 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-M5-SNAPSHOT</version>
+    <version>2.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index 73e5d37..9e8b60d 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-M5-SNAPSHOT</version>
+    <version>2.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 3daabaf..5246758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-sitetools</artifactId>
-  <version>2.0.0-M5-SNAPSHOT</version>
+  <version>2.0.0-M5</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-M4</tag>
+    <tag>doxia-sitetools-2.0.0-M5</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-11-26T15:44:27Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-31T17:34:42Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>