Skip to content

Commit 69b08ca

Browse files
[maven-release-plugin] prepare release 4.0
1 parent 4312721 commit 69b08ca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-api</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.eclipse.microprofile.openapi</groupId>
2626
<artifactId>microprofile-openapi-parent</artifactId>
27-
<version>4.0-SNAPSHOT</version>
27+
<version>4.0</version>
2828
<packaging>pom</packaging>
2929
<name>MicroProfile OpenAPI</name>
3030
<description>Eclipse MicroProfile OpenAPI</description>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/eclipse/microprofile-open-api</url>
5959
<connection>scm:git:https://github.com/eclipse/microprofile-open-api.git</connection>
6060
<developerConnection>scm:git:[email protected]:eclipse/microprofile-open-api.git</developerConnection>
61-
<tag>3.1-SNAPSHOT</tag>
61+
<tag>4.0</tag>
6262
</scm>
6363

6464
<issueManagement>

spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-spec</artifactId>

spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-spi</artifactId>

tck/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-tck</artifactId>

0 commit comments

Comments
 (0)