Skip to content

Commit 0019ab9

Browse files
committed
Fix coverage module version on release
1 parent 334c6ab commit 0019ab9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.smallrye.testing</groupId>
88
<artifactId>smallrye-testing-parent</artifactId>
9-
<version>2.3.1-SNAPSHOT</version>
9+
<version>2.3.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>smallrye-testing-coverage</artifactId>

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@
6464
</dependencyManagement>
6565

6666
<profiles>
67+
<profile>
68+
<id>unpublished</id>
69+
<activation>
70+
<property>
71+
<name>performRelease</name>
72+
<value>!true</value>
73+
</property>
74+
</activation>
75+
<modules>
76+
<module>coverage</module>
77+
</modules>
78+
</profile>
6779
<profile>
6880
<id>release</id>
6981
<activation>

0 commit comments

Comments
 (0)