Repository: cayenne Updated Branches: refs/heads/master e07cb2c70 -> c5dc05c7a
Fix build on Java 11 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/c5dc05c7 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/c5dc05c7 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/c5dc05c7 Branch: refs/heads/master Commit: c5dc05c7a792bfa5a2dee983f56f9382c7a1d915 Parents: e07cb2c Author: Nikita Timofeev <[email protected]> Authored: Mon Jul 16 18:17:52 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Mon Jul 16 18:17:52 2018 +0300 ---------------------------------------------------------------------- docs/asciidoc/pom.xml | 4 ++-- pom.xml | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/c5dc05c7/docs/asciidoc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index a8f62b0..8e8c833 100644 --- a/docs/asciidoc/pom.xml +++ b/docs/asciidoc/pom.xml @@ -42,10 +42,10 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <asciidoctorj.version>1.6.0-alpha.6</asciidoctorj.version> + <asciidoctorj.version>1.6.0-alpha.7</asciidoctorj.version> <asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version> <asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version> - <jruby.version>9.1.17.0</jruby.version> + <jruby.version>9.2.0.0</jruby.version> <cayenne.major.version>4.1</cayenne.major.version> </properties> http://git-wip-us.apache.org/repos/asf/cayenne/blob/c5dc05c7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2c76e9b..2c469fe 100644 --- a/pom.xml +++ b/pom.xml @@ -798,19 +798,12 @@ </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> <additionalOptions>${javadoc.additionalOptions}</additionalOptions> </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>
