Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Jun 11, 2019
1 parent 8968ffb commit be61858
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
5 changes: 2 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<!-- 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.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<properties>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<name>MicroProfile Reactive Messaging</name>
Expand Down Expand Up @@ -87,7 +86,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-reactive-messaging.git</connection>
<developerConnection>scm:git:[email protected]:eclipse/microprofile-reactive-messaging.git</developerConnection>
<url>https://github.com/eclipse/microprofile-reactive-messaging</url>
<tag>HEAD</tag>
<tag>1.0-RC1</tag>
</scm>

<distributionManagement>
Expand Down
5 changes: 2 additions & 3 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<artifactId>microprofile-reactive-messaging-spec</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<artifactId>microprofile-reactive-messaging-tck</artifactId>
Expand Down

0 comments on commit be61858

Please sign in to comment.