File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 5757 <com .github.spotbugs.version>4.9.1</com .github.spotbugs.version>
5858 <versions-maven-plugin .version>2.18.0</versions-maven-plugin .version>
5959 <cyclonedx-maven-plugin .version>2.9.1</cyclonedx-maven-plugin .version>
60- <maven-enforcer-plugin .version>3.4.1 </maven-enforcer-plugin .version>
61- <maven-gpg-plugin .version>3.1.0 </maven-gpg-plugin .version>
60+ <maven-enforcer-plugin .version>3.5.0 </maven-enforcer-plugin .version>
61+ <maven-gpg-plugin .version>3.2.7 </maven-gpg-plugin .version>
6262 <junit .version>4.13.2</junit .version>
6363 <json .version>20250107</json .version>
6464 <commons-io .version>2.18.0</commons-io .version>
124124 <build >
125125 <pluginManagement >
126126 <plugins >
127+ <plugin >
128+ <groupId >org.apache.maven.plugins</groupId >
129+ <artifactId >maven-enforcer-plugin</artifactId >
130+ <version >${maven-enforcer-plugin.version} </version >
131+ </plugin >
132+ <plugin >
133+ <groupId >org.apache.maven.plugins</groupId >
134+ <artifactId >maven-gpg-plugin</artifactId >
135+ <version >${maven-gpg-plugin.version} </version >
136+ </plugin >
127137 <plugin >
128138 <groupId >org.apache.maven.plugins</groupId >
129139 <artifactId >maven-jar-plugin</artifactId >
335345 <plugin >
336346 <groupId >org.apache.maven.plugins</groupId >
337347 <artifactId >maven-enforcer-plugin</artifactId >
338- <version >${maven-enforcer-plugin.version} </version >
339348 <executions >
340349 <execution >
341350 <id >enforce-java</id >
355364 <plugin >
356365 <groupId >org.apache.maven.plugins</groupId >
357366 <artifactId >maven-gpg-plugin</artifactId >
358- <version >${maven-gpg-plugin.version} </version >
359367 <executions >
360368 <execution >
361369 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments