This repository was archived by the owner on Feb 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments