Skip to content

Commit

Permalink
Merge pull request #59 from jGauravGupta/PAYARA-3829
Browse files Browse the repository at this point in the history
PAYARA-3829 Upgrade MicroProfile Healthcheck TCK to 2.1
  • Loading branch information
MarkWareham authored Oct 21, 2019
2 parents e303db8 + 69b5365 commit d54164d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion MicroProfile-Health/tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<name>MicroProfile Health TCK Runner</name>

<properties>
<microprofile.health.tck.version>1.0.payara-p1</microprofile.health.tck.version>
<microprofile.health.tck.version>2.1</microprofile.health.tck.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -202,5 +202,30 @@
</testResources>
</build>
</profile>

<profile>
<id>mp-hc-1.0</id>
<activation>
<property>
<name>payara.version</name>
<value>/4\..+|5\.18.+|5\.19[^4].*/</value>
</property>
</activation>
<properties>
<microprofile.health.tck.version>1.0.payara-p1</microprofile.health.tck.version>
</properties>
</profile>
<profile>
<id>mp-hc-2.1</id>
<activation>
<property>
<name>payara.version</name>
<value>/5\.194.*|5\.2.*/</value>
</property>
</activation>
<properties>
<microprofile.health.tck.version>2.1</microprofile.health.tck.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit d54164d

Please sign in to comment.