Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Nov 17, 2021
1 parent 154096a commit 29ae682
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@
<parent>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-RC1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-RC1</version>

<name>MicroProfile GraphQL</name>

Expand Down Expand Up @@ -65,7 +65,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-graphql.git</connection>
<developerConnection>scm:git:[email protected]:eclipse/microprofile-graphql.git</developerConnection>
<url>https://github.com/eclipse/microprofile-graphql</url>
<tag>HEAD</tag>
<tag>2.0-RC1</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-RC1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-RC1</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 29ae682

Please sign in to comment.