Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jan 2, 2024
1 parent 6883868 commit 28439db
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>

<packaging>pom</packaging>
<name>SmallRye: OpenAPI Parent</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-open-api.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-open-api.git</developerConnection>
<url>https://github.com/smallrye/smallrye-open-api/</url>
<tag>HEAD</tag>
<tag>3.8.0</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-release</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions testsuite/coverage/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-testsuite</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
10 changes: 6 additions & 4 deletions testsuite/data/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +9,7 @@
</parent>

<artifactId>smallrye-open-api-testsuite-data</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
<name>SmallRye: OpenAPI Test Data</name>

<properties>
Expand Down Expand Up @@ -314,4 +312,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>3.8.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-testsuite</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-testsuite</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-testsuite-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-tools</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>
<artifactId>smallrye-open-api-gradle-plugin</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-tools</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>
<artifactId>smallrye-open-api-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/open-api-ui-forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-ui-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-ui-forms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/open-api-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-ui-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-parent</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>smallrye-open-api-ui-parent</artifactId>
Expand Down

0 comments on commit 28439db

Please sign in to comment.