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

cayenne git commit: Update maven-javadoc-plugin to 3.0.1

Repository: cayenne
Updated Branches:
  refs/heads/STABLE-4.0 bb8a0163b -> ad60b6b15


Update maven-javadoc-plugin to 3.0.1


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/ad60b6b1
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/ad60b6b1
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/ad60b6b1

Branch: refs/heads/STABLE-4.0
Commit: ad60b6b15c2d2acedbd2b6860ab18ca374a2b0a8
Parents: bb8a016
Author: Nikita Timofeev <st...@gmail.com>
Authored: Tue Jul 31 15:26:26 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Tue Jul 31 15:26:26 2018 +0300

----------------------------------------------------------------------
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/ad60b6b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f0d04b7..8261dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -789,18 +789,11 @@
 				</plugin>
 				<plugin>
 					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>3.0.0</version>
+					<version>3.0.1</version>
 					<configuration>
 						<!-- Java 8 is too strict about Javadoc omissions --> 
 						<doclint>${javadoc.doclint}</doclint>
 					</configuration>
-					<dependencies>
-						<dependency>
-							<groupId>org.apache.commons</groupId>
-							<artifactId>commons-lang3</artifactId>
-							<version>3.7</version>
-						</dependency>
-					</dependencies>
 				</plugin>
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>