File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 89
89
<plugin >
90
90
<groupId >com.google.code.maven-replacer-plugin</groupId >
91
91
<artifactId >replacer</artifactId >
92
+ <version >1.5.3</version >
92
93
<executions >
93
94
<execution >
94
95
<id >process-packageVersion</id >
98
99
</plugin >
99
100
<plugin >
100
101
<artifactId >maven-compiler-plugin</artifactId >
102
+ <version >3.14.0</version >
101
103
<configuration >
102
104
<source >1.8</source >
103
105
<target >1.8</target >
106
108
<plugin >
107
109
<groupId >org.apache.maven.plugins</groupId >
108
110
<artifactId >maven-jar-plugin</artifactId >
111
+ <version >3.4.2</version >
109
112
<configuration >
110
113
<archive >
111
114
<manifestEntries >
168
171
<plugin >
169
172
<groupId >org.cyclonedx</groupId >
170
173
<artifactId >cyclonedx-maven-plugin</artifactId >
174
+ <version >2.9.1</version >
171
175
</plugin >
172
176
<plugin >
173
177
<groupId >org.apache.maven.plugins</groupId >
174
178
<artifactId >maven-resources-plugin</artifactId >
179
+ <version >3.3.1</version >
175
180
<executions >
176
181
<execution >
177
182
<id >copy-meta-inf-resources</id >
204
209
<plugin >
205
210
<groupId >org.apache.maven.plugins</groupId >
206
211
<artifactId >maven-javadoc-plugin</artifactId >
212
+ <version >3.11.3</version >
207
213
</plugin >
208
214
<plugin >
209
215
<groupId >org.apache.maven.plugins</groupId >
210
216
<artifactId >maven-gpg-plugin</artifactId >
217
+ <version >3.2.8</version >
211
218
</plugin >
212
219
</plugins >
213
220
</build >
You can’t perform that action at this time.
0 commit comments