File tree Expand file tree Collapse file tree 11 files changed +352
-417
lines changed
swagger-eclipse-transformer-maven-plugin
modules/swagger-maven-plugin-jakarta Expand file tree Collapse file tree 11 files changed +352
-417
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
2- wrapperUrl =https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.3/maven-wrapper-0.5.6.jar
1+ # Licensed to the Apache Software Foundation (ASF) under one
2+ # or more contributor license agreements. See the NOTICE file
3+ # distributed with this work for additional information
4+ # regarding copyright ownership. The ASF licenses this file
5+ # to you under the Apache License, Version 2.0 (the
6+ # "License"); you may not use this file except in compliance
7+ # with the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing,
12+ # software distributed under the License is distributed on an
13+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ # KIND, either express or implied. See the License for the
15+ # specific language governing permissions and limitations
16+ # under the License.
17+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
18+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
Original file line number Diff line number Diff line change 8080 </plugin >
8181 <plugin >
8282 <artifactId >maven-resources-plugin</artifactId >
83- <version >3.1.0 </version >
83+ <version >3.3.1 </version >
8484 <executions >
8585 <execution >
8686 <id >copy-resources</id >
Original file line number Diff line number Diff line change 1313 <description >swagger-eclipse-transformer-maven-plugin</description >
1414 <packaging >maven-plugin</packaging >
1515 <properties >
16- <maven .target.version>3.8.4 </maven .target.version>
16+ <maven .target.version>3.9.5 </maven .target.version>
1717 <eclipse .transformer.version>0.20</eclipse .transformer.version>
1818 <maven-test-harness .version>3.3.0</maven-test-harness .version>
1919 <shrinkwrap .version>1.2.6</shrinkwrap .version>
Original file line number Diff line number Diff line change 290290 </dependencies >
291291 <properties >
292292 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
293- <maven .version>3.8.4 </maven .version>
293+ <maven .version>3.9.5 </maven .version>
294294 <junit .version>4.13.2</junit .version>
295295 <wiremock-jetty-version >9.4.53.v20231009</wiremock-jetty-version >
296296 <commons-compress-version >1.24.0</commons-compress-version >
Original file line number Diff line number Diff line change 3737 </plugin >
3838 <plugin >
3939 <artifactId >maven-resources-plugin</artifactId >
40- <version >3.2.0 </version >
40+ <version >3.3.1 </version >
4141 <executions >
4242 <execution >
4343 <id >copy-resources</id >
175175
176176 <properties >
177177 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
178- <maven .version>3.8.4 </maven .version>
178+ <maven .version>3.9.5 </maven .version>
179179 </properties >
180180</project >
Original file line number Diff line number Diff line change 132132 <plugin >
133133 <groupId >org.apache.maven.plugins</groupId >
134134 <artifactId >maven-javadoc-plugin</artifactId >
135- <version >3.5.0 </version >
135+ <version >3.6.2 </version >
136136 <configuration >
137137 <aggregate >true</aggregate >
138138 <source >1.8</source >
173173 </plugin >
174174 <plugin >
175175 <artifactId >maven-resources-plugin</artifactId >
176- <version >3.2.0 </version >
176+ <version >3.3.1 </version >
177177 <executions >
178178 <execution >
179179 <id >copy-resources</id >
202202 <plugin >
203203 <groupId >org.sonatype.plugins</groupId >
204204 <artifactId >nexus-staging-maven-plugin</artifactId >
205- <version >1.6.8 </version >
205+ <version >1.6.13 </version >
206206 <extensions >true</extensions >
207207 <configuration >
208208 <serverId >ossrh</serverId >
335335 <plugin >
336336 <groupId >org.apache.maven.plugins</groupId >
337337 <artifactId >maven-javadoc-plugin</artifactId >
338- <version >3.5.0 </version >
338+ <version >3.6.2 </version >
339339 <configuration >
340340 <aggregate >true</aggregate >
341341 <source >1.8</source >
600600 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
601601 <sonatypeOssDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl >
602602
603- <maven .version>3.8.4 </maven .version>
603+ <maven .version>3.9.5 </maven .version>
604604 <commons-compress-version >1.21</commons-compress-version >
605605 </properties >
606606</project >
You can’t perform that action at this time.
0 commit comments