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 80a9a1e [DOXIASITETOOLS-308] Upgrade to Doxia 2.0.0-M7
80a9a1e is described below
commit 80a9a1ecaab6894921de215df3c62a755b38ccda
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jun 24 21:06:05 2023 +0200
[DOXIASITETOOLS-308] Upgrade to Doxia 2.0.0-M7
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9a5800a..6e4a5bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
- <doxiaVersion>2.0.0-M6</doxiaVersion>
+ <doxiaVersion>2.0.0-M7</doxiaVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<mavenVersion>3.2.5</mavenVersion>
<aetherVersion>1.0.0.v20140518</aetherVersion>