Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Feb 1, 2024
1 parent ad9f332 commit 206f1fd
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 19 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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.9.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.8.1-SNAPSHOT</version>
<version>3.9.0</version>
</parent>

<artifactId>smallrye-open-api-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/coverage/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-testsuite</artifactId>
<version>3.8.1-SNAPSHOT</version>
<version>3.9.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion testsuite/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

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

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

<scm>
<tag>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.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.8.1-SNAPSHOT</version>
<version>3.9.0</version>
</parent>

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

0 comments on commit 206f1fd

Please sign in to comment.