You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/12/29 11:07:12 UTC

[maven-javadoc-plugin] branch master updated: Push version to 3.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e6622f  Push version to 3.1.0
8e6622f is described below

commit 8e6622f39392577298fa71b02b0194ade70fceb9
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Dec 29 12:06:58 2018 +0100

    Push version to 3.1.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bba7bfa..cba2294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>33</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-javadoc-plugin</artifactId>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Javadoc Plugin</name>