Skip to content

Commit 896880d

Browse files
authored
fix: Revert Javadoc Plugin back to 3.11.2 (#915)
1 parent b82d470 commit 896880d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
<plugin>
340340
<groupId>org.apache.maven.plugins</groupId>
341341
<artifactId>maven-javadoc-plugin</artifactId>
342-
<version>3.11.3</version>
342+
<version>3.11.2</version>
343343
<executions>
344344
<execution>
345345
<id>javadoc-jar</id>

dependency-bundles/modules-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<plugin>
273273
<groupId>org.apache.maven.plugins</groupId>
274274
<artifactId>maven-javadoc-plugin</artifactId>
275-
<version>3.11.3</version>
275+
<version>3.11.2</version>
276276
<executions>
277277
<execution>
278278
<id>javadoc-jar</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
<plugin>
515515
<groupId>org.apache.maven.plugins</groupId>
516516
<artifactId>maven-javadoc-plugin</artifactId>
517-
<version>3.11.3</version>
517+
<version>3.11.2</version>
518518
</plugin>
519519
<plugin>
520520
<groupId>com.sap.cloud.sdk.datamodel</groupId>

0 commit comments

Comments
 (0)