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
eclipse-microprofile-bot committed Mar 9, 2021
1 parent 4894c6a commit 339e026
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>1.1</version>
<version>1.2-SNAPSHOT</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>1.1</version>
<version>1.2-SNAPSHOT</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>1.1</tag>
<tag>HEAD</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>1.1</version>
<version>1.2-SNAPSHOT</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>1.1</version>
<version>1.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 339e026

Please sign in to comment.