Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Mar 23, 2023
1 parent f092a84 commit edca9c0
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 22 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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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>3.3.1</tag>
<tag>HEAD</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.3.1</version>
<version>3.3.2-SNAPSHOT</version>
</parent>

<artifactId>smallrye-open-api-release</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions testsuite/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

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

<properties>
Expand Down Expand Up @@ -219,8 +219,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>3.3.1</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</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.3.1</version>
<version>3.3.2-SNAPSHOT</version>
</parent>

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

0 comments on commit edca9c0

Please sign in to comment.