Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 1180fd9

Browse files
authored
Merge pull request #38 from epoh-r7/LOG-21519-1
LOG-21519 Revert incompatible maven plugin versions
2 parents 56d0941 + ff06a53 commit 1180fd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
6262
<artifactId>maven-compiler-plugin</artifactId>
63-
<version>3.8.1</version>
63+
<version>2.0.2</version>
6464
<configuration>
6565
<source>1.8</source>
6666
<target>1.8</target>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-javadoc-plugin</artifactId>
113-
<version>3.5.0</version>
113+
<version>3.1.1</version>
114114
<executions>
115115
<execution>
116116
<id>attach-javadocs</id>
@@ -123,15 +123,15 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-release-plugin</artifactId>
126-
<version>3.0.0</version>
126+
<version>2.5</version>
127127
<configuration>
128128
<tagNameFormat>@{project.version}</tagNameFormat>
129129
</configuration>
130130
</plugin>
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-gpg-plugin</artifactId>
134-
<version>3.1.0</version>
134+
<version>1.6</version>
135135
<executions>
136136
<execution>
137137
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)