Skip to content

Commit

Permalink
hot fix 2.1.0 tag to include missing artifact io.helidon.microprofile…
Browse files Browse the repository at this point in the history
….tests:helidon-microprofile-tests-junit5
  • Loading branch information
romain-grecourt committed Oct 24, 2020
1 parent e80e5e9 commit af9a5e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions microprofile/tests/junit5/pom.xml
Expand Up @@ -20,11 +20,12 @@
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>io.helidon.microprofile.tests</groupId>
<artifactId>tests-project</artifactId>
<groupId>io.helidon.microprofile</groupId>
<artifactId>helidon-microprofile-project</artifactId>
<version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>io.helidon.microprofile.tests</groupId>
<artifactId>helidon-microprofile-tests-junit5</artifactId>
<name>Helidon Microprofile Tests JUnit5</name>

Expand Down

0 comments on commit af9a5e7

Please sign in to comment.