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/15 18:26:22 UTC

[maven-reporting-api] branch doxia-2.0.0 updated: Bump to 4.0.0

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


The following commit(s) were added to refs/heads/doxia-2.0.0 by this push:
     new a8fa56a  Bump to 4.0.0
a8fa56a is described below

commit a8fa56a3ab4147e78a07e39314fc16d6ca92839d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Apr 15 20:26:11 2022 +0200

    Bump to 4.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3e97d6..8185545 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-SNAPSHOT</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>