1111-->
1212
1313<!-- steps to release give all of them together in one command : mvn release:clean release:prepare release:perform -->
14- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
14+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" child.project.url.inherit.append.path= " false " >
1515 <modelVersion >4.0.0</modelVersion >
1616
1717 <parent >
1818 <groupId >org.eclipse.ee4j</groupId >
1919 <artifactId >project</artifactId >
20- <version >2.0.0 </version >
20+ <version >2.0.2 </version >
2121 <relativePath />
2222 </parent >
2323
2727 <packaging >pom</packaging >
2828
2929 <name >Jakarta SOAP</name >
30- <description >
31- Implementation of Jakarta SOAP with Attachments Specification
32- </description >
30+ <description >Implementation of Jakarta SOAP with Attachments Specification</description >
3331
34- <scm >
32+ <scm child.scm.connection.inherit.append.path= " false " child.scm.developerConnection.inherit.append.path= " false " child.scm.url.inherit.append.path= " false " >
3533 <connection >scm:git:git@github.com:eclipse-ee4j/metro-saaj.git</connection >
3634 <developerConnection >scm:git:git@github.com:eclipse-ee4j/metro-saaj.git</developerConnection >
3735 <url >https://github.com/eclipse-ee4j/metro-saaj</url >
4846
4947 <developers >
5048 <developer >
51- <id >lukasj</id >
52- <name >Lukas Jungmann</name >
53- <email >Lukas.Jungmann@oracle.com</email >
54- </developer >
55- <developer >
56- <id >bravehorsie</id >
57- <name >Roman Grigoriadi</name >
49+ <id >eclipse-metro-dev</id >
50+ <name >Metro Development Team</name >
51+ <email >metro-dev@eclipse.org</email >
52+ <organization >Eclipse Foundation</organization >
53+ <organizationUrl >https://www.eclipse.org</organizationUrl >
54+ <url >https://projects.eclipse.org/projects/ee4j.metro/who</url >
5855 </developer >
5956 </developers >
57+ <contributors >
58+ <contributor >
59+ <name >GihHub Contributors</name >
60+ <url >https://github.com/eclipse-ee4j/metro-saaj/graphs/contributors</url >
61+ </contributor >
62+ </contributors >
6063
6164 <issueManagement >
6265 <system >IssueTracker</system >
8487 <spotbugs .exclude>${project.build.commonResourcesDirectory} /config/exclude.xml</spotbugs .exclude>
8588 <spotbugs .skip>false</spotbugs .skip>
8689 <spotbugs .threshold>Low</spotbugs .threshold>
87- <spotbugs .version>4.8.3.1 </spotbugs .version>
88- <findsecbugs .version>1.11 .0</findsecbugs .version>
90+ <spotbugs .version>4.9. 8.3</spotbugs .version>
91+ <findsecbugs .version>1.14 .0</findsecbugs .version>
8992
9093 <maven .compiler.release>11</maven .compiler.release>
9194 <maven .compiler.testRelease>${maven.compiler.release} </maven .compiler.testRelease>
103106 <xml .soap-api.version>3.0.2</xml .soap-api.version>
104107
105108 <fastinfoset .version>2.1.1</fastinfoset .version>
106- <mimepull .version>1.10 .0</mimepull .version>
109+ <mimepull .version>1.11 .0</mimepull .version>
107110 <stax-ex .version>2.1.0</stax-ex .version>
108111 <junit .version>4.13.2</junit .version>
109112 <saaj .version>${project.version} </saaj .version>
@@ -122,20 +125,20 @@ Copyright © 2018, ${current.year} Eclipse Foundation. All rights reserved.]
122125 <plugin >
123126 <groupId >org.codehaus.mojo</groupId >
124127 <artifactId >buildnumber-maven-plugin</artifactId >
125- <version >3.2 .0</version >
128+ <version >3.3 .0</version >
126129 </plugin >
127130 <plugin >
128131 <groupId >org.codehaus.mojo</groupId >
129132 <artifactId >build-helper-maven-plugin</artifactId >
130- <version >3.5.0 </version >
133+ <version >3.6.1 </version >
131134 </plugin >
132135 <plugin >
133136 <artifactId >maven-resources-plugin</artifactId >
134- <version >3.3.1 </version >
137+ <version >3.5.0 </version >
135138 </plugin >
136139 <plugin >
137140 <artifactId >maven-compiler-plugin</artifactId >
138- <version >3.12.1 </version >
141+ <version >3.15.0 </version >
139142 </plugin >
140143 <plugin >
141144 <groupId >org.glassfish.copyright</groupId >
@@ -157,12 +160,12 @@ Copyright © 2018, ${current.year} Eclipse Foundation. All rights reserved.]
157160 </plugin >
158161 <plugin >
159162 <artifactId >maven-surefire-plugin</artifactId >
160- <version >3.2 .5</version >
163+ <version >3.5 .5</version >
161164 </plugin >
162165 <plugin >
163166 <groupId >org.apache.felix</groupId >
164167 <artifactId >maven-bundle-plugin</artifactId >
165- <version >5.1.9 </version >
168+ <version >6.0.2 </version >
166169 <configuration >
167170 <niceManifest >true</niceManifest >
168171 <instructions >
@@ -172,35 +175,35 @@ Copyright © 2018, ${current.year} Eclipse Foundation. All rights reserved.]
172175 </plugin >
173176 <plugin >
174177 <artifactId >maven-jar-plugin</artifactId >
175- <version >3.3 .0</version >
178+ <version >3.5 .0</version >
176179 </plugin >
177180 <plugin >
178181 <artifactId >maven-source-plugin</artifactId >
179- <version >3.2.1 </version >
182+ <version >3.4.0 </version >
180183 </plugin >
181184 <plugin >
182185 <artifactId >maven-javadoc-plugin</artifactId >
183- <version >3.6.3 </version >
186+ <version >3.12.0 </version >
184187 </plugin >
185188 <plugin >
186189 <artifactId >maven-enforcer-plugin</artifactId >
187- <version >3.4.1 </version >
190+ <version >3.6.2 </version >
188191 </plugin >
189192 <plugin >
190193 <artifactId >maven-deploy-plugin</artifactId >
191- <version >3.1.1 </version >
194+ <version >3.1.4 </version >
192195 </plugin >
193196 <plugin >
194197 <artifactId >maven-failsafe-plugin</artifactId >
195- <version >3.2 .5</version >
198+ <version >3.5 .5</version >
196199 </plugin >
197200 <plugin >
198201 <artifactId >maven-assembly-plugin</artifactId >
199- <version >3.6 .0</version >
202+ <version >3.8 .0</version >
200203 </plugin >
201204 <plugin >
202205 <artifactId >maven-dependency-plugin</artifactId >
203- <version >3.6.1 </version >
206+ <version >3.10.0 </version >
204207 </plugin >
205208 <plugin >
206209 <artifactId >maven-antrun-plugin</artifactId >
@@ -221,10 +224,10 @@ Copyright © 2018, ${current.year} Eclipse Foundation. All rights reserved.]
221224 <configuration >
222225 <rules >
223226 <requireJavaVersion >
224- <version >[11 ,)</version >
227+ <version >[17 ,)</version >
225228 </requireJavaVersion >
226229 <requireMavenVersion >
227- <version >[3.6 .0,)</version >
230+ <version >[3.9 .0,)</version >
228231 </requireMavenVersion >
229232 </rules >
230233 </configuration >
@@ -344,7 +347,7 @@ Copyright © 2018, ${current.year} Eclipse Foundation. All rights reserved.]
344347 <plugin >
345348 <groupId >org.owasp</groupId >
346349 <artifactId >dependency-check-maven</artifactId >
347- <version >12.2.0 </version >
350+ <version >12.2.1 </version >
348351 <configuration >
349352 <failBuildOnCVSS >7</failBuildOnCVSS >
350353 <assemblyAnalyzerEnabled >false</assemblyAnalyzerEnabled >
@@ -458,31 +461,6 @@ Copyright © 2018, ${current.year} Eclipse Foundation. All rights reserved.]
458461 <release .autoPublish>false</release .autoPublish>
459462 <release .waitUntil>published</release .waitUntil>
460463 </properties >
461- <build >
462- <plugins >
463- <plugin >
464- <groupId >org.cyclonedx</groupId >
465- <artifactId >cyclonedx-maven-plugin</artifactId >
466- <configuration >
467- <!-- Without this it doesn't generate cyclonedx files at all. -->
468- <skipNotDeployed >false</skipNotDeployed >
469- </configuration >
470- </plugin >
471- <!-- We have to override settings from parent -->
472- <plugin >
473- <groupId >org.sonatype.central</groupId >
474- <artifactId >central-publishing-maven-plugin</artifactId >
475- <extensions >true</extensions >
476- <configuration >
477- <autoPublish >${release.autoPublish} </autoPublish >
478- <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl >
479- <deploymentName >${release.projectName} ${project.version} </deploymentName >
480- <publishingServerId >central</publishingServerId >
481- <waitUntil >${release.waitUntil} </waitUntil >
482- </configuration >
483- </plugin >
484- </plugins >
485- </build >
486464 </profile >
487465 </profiles >
488466</project >
0 commit comments