Skip to content

Commit 28439db

Browse files
author
SmallRye CI
committed
[maven-release-plugin] prepare release 3.8.0
1 parent 6883868 commit 28439db

File tree

18 files changed

+25
-25
lines changed

18 files changed

+25
-25
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-open-api-parent</artifactId>
8-
<version>3.7.1-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
</parent>
1010

1111
<artifactId>smallrye-open-api-core</artifactId>

extension-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-open-api-parent</artifactId>
8-
<version>3.7.1-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
</parent>
1010

1111
<artifactId>smallrye-open-api-jaxrs</artifactId>

extension-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-open-api-parent</artifactId>
8-
<version>3.7.1-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
</parent>
1010

1111
<artifactId>smallrye-open-api-spring</artifactId>

extension-vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-open-api-parent</artifactId>
8-
<version>3.7.1-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
</parent>
1010

1111
<artifactId>smallrye-open-api-vertx</artifactId>

implementation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-open-api-parent</artifactId>
8-
<version>3.7.1-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
</parent>
1010

1111
<artifactId>smallrye-open-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>smallrye-open-api-parent</artifactId>
13-
<version>3.7.1-SNAPSHOT</version>
13+
<version>3.8.0</version>
1414

1515
<packaging>pom</packaging>
1616
<name>SmallRye: OpenAPI Parent</name>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:[email protected]:smallrye/smallrye-open-api.git</connection>
5858
<developerConnection>scm:git:[email protected]:smallrye/smallrye-open-api.git</developerConnection>
5959
<url>https://github.com/smallrye/smallrye-open-api/</url>
60-
<tag>HEAD</tag>
60+
<tag>3.8.0</tag>
6161
</scm>
6262

6363
<modules>

release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-open-api-parent</artifactId>
8-
<version>3.7.1-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
</parent>
1010

1111
<artifactId>smallrye-open-api-release</artifactId>

testsuite/coverage/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42

53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.smallrye</groupId>
86
<artifactId>smallrye-open-api-testsuite</artifactId>
9-
<version>3.7.1-SNAPSHOT</version>
7+
<version>3.8.0</version>
108
<relativePath>../</relativePath>
119
</parent>
1210

testsuite/data/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
@@ -11,7 +9,7 @@
119
</parent>
1210

1311
<artifactId>smallrye-open-api-testsuite-data</artifactId>
14-
<version>3.7.1-SNAPSHOT</version>
12+
<version>3.8.0</version>
1513
<name>SmallRye: OpenAPI Test Data</name>
1614

1715
<properties>
@@ -314,4 +312,8 @@
314312
</build>
315313
</profile>
316314
</profiles>
315+
316+
<scm>
317+
<tag>3.8.0</tag>
318+
</scm>
317319
</project>

testsuite/extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.smallrye</groupId>
55
<artifactId>smallrye-open-api-testsuite</artifactId>
6-
<version>3.7.1-SNAPSHOT</version>
6+
<version>3.8.0</version>
77
<relativePath>../</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)