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 80
80
</plugin >
81
81
<plugin >
82
82
<artifactId >maven-resources-plugin</artifactId >
83
- <version >3.1.0 </version >
83
+ <version >3.3.1 </version >
84
84
<executions >
85
85
<execution >
86
86
<id >copy-resources</id >
Original file line number Diff line number Diff line change 13
13
<description >swagger-eclipse-transformer-maven-plugin</description >
14
14
<packaging >maven-plugin</packaging >
15
15
<properties >
16
- <maven .target.version>3.8.4 </maven .target.version>
16
+ <maven .target.version>3.9.5 </maven .target.version>
17
17
<eclipse .transformer.version>0.20</eclipse .transformer.version>
18
18
<maven-test-harness .version>3.3.0</maven-test-harness .version>
19
19
<shrinkwrap .version>1.2.6</shrinkwrap .version>
Original file line number Diff line number Diff line change 290
290
</dependencies >
291
291
<properties >
292
292
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
293
- <maven .version>3.8.4 </maven .version>
293
+ <maven .version>3.9.5 </maven .version>
294
294
<junit .version>4.13.2</junit .version>
295
295
<wiremock-jetty-version >9.4.53.v20231009</wiremock-jetty-version >
296
296
<commons-compress-version >1.24.0</commons-compress-version >
Original file line number Diff line number Diff line change 37
37
</plugin >
38
38
<plugin >
39
39
<artifactId >maven-resources-plugin</artifactId >
40
- <version >3.2.0 </version >
40
+ <version >3.3.1 </version >
41
41
<executions >
42
42
<execution >
43
43
<id >copy-resources</id >
175
175
176
176
<properties >
177
177
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
178
- <maven .version>3.8.4 </maven .version>
178
+ <maven .version>3.9.5 </maven .version>
179
179
</properties >
180
180
</project >
Original file line number Diff line number Diff line change 132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-javadoc-plugin</artifactId >
135
- <version >3.5.0 </version >
135
+ <version >3.6.2 </version >
136
136
<configuration >
137
137
<aggregate >true</aggregate >
138
138
<source >1.8</source >
173
173
</plugin >
174
174
<plugin >
175
175
<artifactId >maven-resources-plugin</artifactId >
176
- <version >3.2.0 </version >
176
+ <version >3.3.1 </version >
177
177
<executions >
178
178
<execution >
179
179
<id >copy-resources</id >
202
202
<plugin >
203
203
<groupId >org.sonatype.plugins</groupId >
204
204
<artifactId >nexus-staging-maven-plugin</artifactId >
205
- <version >1.6.8 </version >
205
+ <version >1.6.13 </version >
206
206
<extensions >true</extensions >
207
207
<configuration >
208
208
<serverId >ossrh</serverId >
335
335
<plugin >
336
336
<groupId >org.apache.maven.plugins</groupId >
337
337
<artifactId >maven-javadoc-plugin</artifactId >
338
- <version >3.5.0 </version >
338
+ <version >3.6.2 </version >
339
339
<configuration >
340
340
<aggregate >true</aggregate >
341
341
<source >1.8</source >
600
600
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
601
601
<sonatypeOssDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl >
602
602
603
- <maven .version>3.8.4 </maven .version>
603
+ <maven .version>3.9.5 </maven .version>
604
604
<commons-compress-version >1.21</commons-compress-version >
605
605
</properties >
606
606
</project >
You can’t perform that action at this time.
0 commit comments