Skip to content

Commit

Permalink
GERONIMO-6752 bump the API and TCK version
Browse files Browse the repository at this point in the history
Update the pom to reflect the Health API breaking changes
  • Loading branch information
jeanouii committed Sep 24, 2019
1 parent 01ee0e6 commit 1332321
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion geronimo-health-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-health-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
11 changes: 8 additions & 3 deletions geronimo-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
<parent>
<artifactId>geronimo-health-parent</artifactId>
<groupId>org.apache.geronimo</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>geronimo-health</artifactId>
<version>1.0.3-SNAPSHOT</version>
<name>Geronimo Health :: Microprofile</name>
<name>Geronimo Health :: MicroProfile</name>

<properties>
<geronimo-health.Automatic-Module-Name>org.apache.geronimo.microprofile.health</geronimo-health.Automatic-Module-Name>
Expand Down Expand Up @@ -107,6 +106,12 @@
<version>${spec.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-health-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>Geronimo Health</name>
<packaging>pom</packaging>

<description>
Apache Geronimo implementation of the Microprofile Health Specification
Apache Geronimo implementation of the MicroProfile Health Specification
</description>

<scm>
Expand All @@ -42,7 +42,7 @@
</scm>

<properties>
<spec.version>2.0.1</spec.version>
<spec.version>2.1</spec.version>
</properties>

<modules>
Expand Down Expand Up @@ -113,7 +113,7 @@
<url>http://www.apache.org/</url>
</organization>

<inceptionYear>2018</inceptionYear>
<inceptionYear>2019</inceptionYear>

<licenses>
<license>
Expand Down

0 comments on commit 1332321

Please sign in to comment.