Skip to content

Commit

Permalink
Prepare 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko-braun committed Aug 30, 2017
1 parent eb540eb commit 6bef6d1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<name>MicroProfile Health</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<packaging>pom</packaging>

<url>http://microprofile.io</url>
Expand Down
4 changes: 2 additions & 2 deletions sample-implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -77,7 +77,7 @@

<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-tck</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<parent>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<relativePath>../</relativePath>
</parent>


<groupId>org.eclipse.microprofile.health.specs</groupId>
<artifactId>microprofile-health-spec</artifactId>
<name>MicroProfile Health Specs</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/microprofile-health-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

= Service Health Checks
:author: The Microprofile community and it's contributors
:revnumber: 1.0.0-RC1
:revdate: 2017-08-28
:revnumber: 1.0.0-RC2
:revdate: 2017-08-30
:revremark: Release Candidate
:version-label!:
:sectanchors:
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 6bef6d1

Please sign in to comment.