This is an automated email from the ASF dual-hosted git repository.
kwin 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 3925a41 [maven-release-plugin] prepare release doxia-sitetools-2.1.0
3925a41 is described below
commit 3925a41accad82f5b7ed9f5eae2510dc20adfdc6
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Mar 31 17:50:25 2026 +0200
[maven-release-plugin] prepare release doxia-sitetools-2.1.0
---
doxia-integration-tools/pom.xml | 2 +-
doxia-site-model/pom.xml | 2 +-
doxia-site-renderer/pom.xml | 2 +-
doxia-site-scm-context/pom.xml | 2 +-
doxia-skin-model/pom.xml | 2 +-
pom.xml | 6 +++---
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index cc1e2f7..349e314 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.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-model/pom.xml b/doxia-site-model/pom.xml
index bf615d8..e3cea8d 100644
--- a/doxia-site-model/pom.xml
+++ b/doxia-site-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 0ecae61..c4d6872 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.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-site-scm-context/pom.xml b/doxia-site-scm-context/pom.xml
index 045feaa..6663743 100644
--- a/doxia-site-scm-context/pom.xml
+++ b/doxia-site-scm-context/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index 7eaeaeb..7de1a94 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.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index a18b7a0..ce5928a 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.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<packaging>pom</packaging>
<name>Doxia Sitetools</name>
@@ -48,7 +48,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>master</tag>
+ <tag>doxia-sitetools-2.1.0</tag>
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -75,7 +75,7 @@ under the License.
<wagonVersion>3.5.3</wagonVersion>
<l10nPluginVersion>1.2.0</l10nPluginVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2026-02-22T17:07:43Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-03-31T15:50:14Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>