Skip to content

Commit

Permalink
Bump ant and common, set javadoc failOnError to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Nov 29, 2023
1 parent d95f046 commit 0a7fb85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-ant-tasks</artifactId>
<version>1.9.14-SNAPSHOT</version>
<version>1.9.14</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.30-SNAPSHOT</version>
<version>1.8.30</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<maven.compiler.target>8</maven.compiler.target>
<maven.version>3.8.6</maven.version>
<maven.plugin.tools.version>3.9.0</maven.plugin.tools.version>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
</properties>

<modules>
Expand Down

0 comments on commit 0a7fb85

Please sign in to comment.