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/04/17 08:17:07 UTC

[maven-reporting-impl] 01/03: bump

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git

commit 697cf9b55953cb5b1ad08ae26034ba265a49a3ac
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:15:17 2022 +0200

    bump
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8faea8b..6792fbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-impl</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>4.0.0-M1-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>
@@ -68,7 +68,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.0</mavenVersion>
+    <mavenVersion>3.2.5</mavenVersion>
     <doxiaVersion>2.0.0-M2</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M2</doxiaSitetoolsVersion>
     <javaVersion>8</javaVersion>
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0-M1-SNAPSHOT</version>
     </dependency>
 
     <!-- Maven -->