Skip to content

Commit

Permalink
[maven-release-plugin] prepare release microprofile-open-api-1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
genie-microprofile committed Dec 7, 2017
1 parent 21187f9 commit 9567a8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

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

<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
<packaging>pom</packaging>
<name>MicroProfile OpenAPI</name>
<description>Eclipse MicroProfile OpenAPI</description>
Expand Down Expand Up @@ -58,7 +58,7 @@
<url>https://github.com/eclipse/microprofile-open-api</url>
<connection>scm:git:https://github.com/eclipse/microprofile-open-api.git</connection>
<developerConnection>scm:git:[email protected]:eclipse/microprofile-open-api.git</developerConnection>
<tag>HEAD</tag>
<tag>microprofile-open-api-1.0-RC1</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<artifactId>microprofile-openapi-spec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<artifactId>microprofile-openapi-tck</artifactId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9567a8d

Please sign in to comment.