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 11:05:36 UTC

[maven-reporting-api] 01/04: Bump version to 4.0.0-M1

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-api.git

commit 0924a307982b8062d529de2bf11540032b45af1c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:07:25 2022 +0200

    Bump version to 4.0.0-M1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index caaac31..00a6728 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>4.0.0-M1-SNAPSHOT</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -68,7 +68,7 @@ under the License.
       <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
     </site>
   </distributionManagement>
-  
+
   <properties>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2022-02-01T20:52:04Z</project.build.outputTimestamp>