Skip to content

Commit 76d3dd6

Browse files
author
bnasslahsen
committed
branch upgrade to v2.0.0-M4
1 parent bfef8bb commit 76d3dd6

File tree

13 files changed

+12
-36
lines changed
  • springdoc-openapi-tests
    • springdoc-openapi-actuator-webflux-tests
    • springdoc-openapi-actuator-webmvc-tests
    • springdoc-openapi-data-rest-tests
    • springdoc-openapi-function-webflux-tests
    • springdoc-openapi-function-webmvc-tests
    • springdoc-openapi-groovy-tests
    • springdoc-openapi-hateoas-tests
    • springdoc-openapi-javadoc-tests
    • springdoc-openapi-kotlin-tests
    • springdoc-openapi-native-tests
    • springdoc-openapi-security-tests

13 files changed

+12
-36
lines changed

Diff for: pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
<!--
2-
~ /*
3-
~ *
4-
~ * *
5-
~ * * *
6-
~ * * * * Copyright 2019-2022 the original author or authors.
7-
~ * * * *
8-
~ * * * * Licensed under the Apache License, Version 2.0 (the "License");
9-
~ * * * * you may not use this file except in compliance with the License.
10-
~ * * * * You may obtain a copy of the License at
11-
~ * * * *
12-
~ * * * * https://www.apache.org/licenses/LICENSE-2.0
13-
~ * * * *
14-
~ * * * * Unless required by applicable law or agreed to in writing, software
15-
~ * * * * distributed under the License is distributed on an "AS IS" BASIS,
16-
~ * * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
~ * * * * See the License for the specific language governing permissions and
18-
~ * * * * limitations under the License.
19-
~ * * *
20-
~ * *
21-
~ *
22-
~ */
23-
-->
24-
251
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
262
<modelVersion>4.0.0</modelVersion>
273
<groupId>org.springdoc</groupId>

Diff for: springdoc-openapi-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<packaging>pom</packaging>
1010
<modelVersion>4.0.0</modelVersion>

Diff for: springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

Diff for: springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

Diff for: springdoc-openapi-tests/springdoc-openapi-data-rest-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>springdoc-openapi-data-rest-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-function-webflux-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

Diff for: springdoc-openapi-tests/springdoc-openapi-function-webmvc-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

Diff for: springdoc-openapi-tests/springdoc-openapi-groovy-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springdoc</groupId>
55
<artifactId>springdoc-openapi-tests</artifactId>
6-
<version>2.0.0-M3-SNAPSHOT</version>
6+
<version>2.0.0-M4-SNAPSHOT</version>
77
</parent>
88
<artifactId>springdoc-openapi-groovy-tests</artifactId>
99
<dependencies>

Diff for: springdoc-openapi-tests/springdoc-openapi-hateoas-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>springdoc-openapi-hateoas-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-javadoc-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.springdoc</groupId>
44
<artifactId>springdoc-openapi-tests</artifactId>
5-
<version>2.0.0-M3-SNAPSHOT</version>
5+
<version>2.0.0-M4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

Diff for: springdoc-openapi-tests/springdoc-openapi-kotlin-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>springdoc-openapi-kotlin-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-native-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi-tests</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-M3-SNAPSHOT</version>
7+
<version>2.0.0-M4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>springdoc-openapi-native-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-security-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springdoc</groupId>
55
<artifactId>springdoc-openapi-tests</artifactId>
6-
<version>2.0.0-M3-SNAPSHOT</version>
6+
<version>2.0.0-M4-SNAPSHOT</version>
77
</parent>
88
<artifactId>springdoc-openapi-security-tests</artifactId>
99
<properties>

0 commit comments

Comments
 (0)