You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/01 13:17:15 UTC

[maven-docck-plugin] branch master updated: Bump version.

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

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-docck-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c41591f  Bump version.
c41591f is described below

commit c41591fad58c826af94c38fe813f7ab0f8c7cceb
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 1 14:17:08 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index bf4fd24..f9e21e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-docck-plugin</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Documentation Checker Plugin</name>