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 Dec 5, 2018
1 parent 4b0725b commit a8ceb70
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -24,7 +24,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.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -24,7 +24,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.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@

<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>MicroProfile Reactive Streams Support</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-reactive-streams.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-reactive-streams.git</developerConnection>
<url>https://github.com/eclipse/microprofile-reactive-streams</url>
<tag>1.0-RC3</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-reactive-streams-operators-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck-arquillian/pom.xml
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-reactive-streams-operators-tck-arquillian</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-reactive-streams-operators-tck</artifactId>
Expand Down

0 comments on commit a8ceb70

Please sign in to comment.