You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/09/08 09:15:22 UTC

[plc4x-build-tools] branch develop updated: Updated the version of the just released javadoc plugin

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 811ff23  Updated the version of the just released javadoc plugin
811ff23 is described below

commit 811ff237b2e45d3b6f014ec4596ef87a48e1441a
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed Sep 8 11:15:14 2021 +0200

    Updated the version of the just released javadoc plugin
---
 code-generation/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 49f60dd..2654a1e 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -162,7 +162,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
           <configuration>
             <source>8</source>
           </configuration>