Skip to content

Commit d30b149

Browse files
[maven-release-plugin] prepare release 1.0.1
1 parent 52e40ae commit d30b149

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2525
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
2626
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
27-
<version>1.1-SNAPSHOT</version>
27+
<version>1.0.1</version>
2828
</parent>
2929

3030
<properties>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2525
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
2626
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
27-
<version>1.1-SNAPSHOT</version>
27+
<version>1.0.1</version>
2828
</parent>
2929

3030
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
2424
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
25-
<version>1.1-SNAPSHOT</version>
25+
<version>1.0.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Eclipse MicroProfile Reactive Streams Operators</name>
@@ -80,7 +80,7 @@
8080
<connection>scm:git:https://github.com/eclipse/microprofile-reactive-streams-operators.git</connection>
8181
<developerConnection>scm:git:git@github.com:eclipse/microprofile-reactive-streams-operators.git</developerConnection>
8282
<url>https://github.com/eclipse/microprofile-reactive-streams-operators</url>
83-
<tag>HEAD</tag>
83+
<tag>1.0.1</tag>
8484
</scm>
8585

8686
<distributionManagement>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
2525
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
26-
<version>1.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
</parent>
2828

2929
<artifactId>microprofile-reactive-streams-operators-spec</artifactId>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
4040
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
41-
<version>1.1-SNAPSHOT</version>
41+
<version>1.0.1</version>
4242
</parent>
4343

4444
<artifactId>microprofile-reactive-streams-operators-tck</artifactId>

0 commit comments

Comments
 (0)