Skip to content

Commit

Permalink
Merge pull request eclipse#121 from eclipse/microprofile-health-118
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd authored Apr 26, 2018
2 parents e8ee0fc + 27fc0d7 commit 4aa2c15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// limitations under the License.
//

# Service Healthchecks
# MicroProfile Health

## Motivation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*******************************************************************************/

/**
* <p>Microprofile Service Health Checks</p>
* <p>Microprofile Health</p>
**/
@org.osgi.annotation.versioning.Version("1.0")
package org.eclipse.microprofile.health;
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 @@
<artifactId>microprofile-health-parent</artifactId>
<name>MicroProfile Health</name>
<version>1.1-SNAPSHOT</version>
<description>Eclipse MicroProfile HealthCheck Feature - Parent POM</description>
<description>Eclipse MicroProfile Health - Parent POM</description>
<packaging>pom</packaging>

<url>http://microprofile.io</url>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/microprofile-health-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// limitations under the License.
//

= Service Health Checks
= MicroProfile Health
:author: The Microprofile community and it's contributors
:revnumber: 1.0.0-RC2
:revdate: 2017-08-30
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// limitations under the License.
//

= Service Health checks
= MicroProfile Health

== Rationale

Expand Down

0 comments on commit 4aa2c15

Please sign in to comment.