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 2019/07/27 21:06:12 UTC

[maven-javadoc-plugin] branch stabilize updated (e664eb3 -> 571d433)

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

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


    from e664eb3  As of JDK 13, the com.sun.javadoc API is no longer supported.
     new a33b95f  [maven-release-plugin] prepare release maven-javadoc-plugin-3.1.1
     new c929ada  [maven-release-plugin] prepare for next development iteration
     new 571d433  bundle-lifecycle bindings doesn't have explicit versions for plugins

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                       |  2 +-
 src/it/projects/MJAVADOC-591_release8/pom.xml | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)


[maven-javadoc-plugin] 01/03: [maven-release-plugin] prepare release maven-javadoc-plugin-3.1.1

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a33b95f82246b0b7e467a0f830cd907aaa2f2e64
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Jun 28 17:43:21 2019 +1000

    [maven-release-plugin] prepare release maven-javadoc-plugin-3.1.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f22e87..15e63ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-javadoc-plugin</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Javadoc Plugin</name>
@@ -48,7 +48,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-javadoc-plugin-3.1.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[maven-javadoc-plugin] 02/03: [maven-release-plugin] prepare for next development iteration

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c929ada57c3bea62c949adee594326e23d05d5cf
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Jun 28 17:47:22 2019 +1000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15e63ff..0bb2616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-javadoc-plugin</artifactId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Javadoc Plugin</name>
@@ -48,7 +48,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-javadoc-plugin-3.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[maven-javadoc-plugin] 03/03: bundle-lifecycle bindings doesn't have explicit versions for plugins

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 571d43327d4b2f1edb48ead03ee708365074917d
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jul 27 23:06:03 2019 +0200

    bundle-lifecycle bindings doesn't have explicit versions for plugins
---
 src/it/projects/MJAVADOC-591_release8/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/it/projects/MJAVADOC-591_release8/pom.xml b/src/it/projects/MJAVADOC-591_release8/pom.xml
index 29cb297..6cfc008 100644
--- a/src/it/projects/MJAVADOC-591_release8/pom.xml
+++ b/src/it/projects/MJAVADOC-591_release8/pom.xml
@@ -37,6 +37,20 @@
   </properties>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.8.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.22.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>