Skip to content

Commit 7a199a6

Browse files
committed
Bump parent pom to 3.8
1 parent 332c033 commit 7a199a6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,22 @@
3939
<module>http-generator-jex</module>
4040
<module>http-generator-helidon</module>
4141
<module>http-generator-client</module>
42-
<module>tests</module>
4342
</modules>
4443

44+
<profiles>
45+
<profile>
46+
<id>central</id>
47+
</profile>
48+
<profile>
49+
<id>default</id>
50+
<activation>
51+
<activeByDefault>true</activeByDefault>
52+
</activation>
53+
<modules>
54+
<module>tests</module>
55+
</modules>
56+
</profile>
57+
</profiles>
58+
4559
</project>
4660

0 commit comments

Comments
 (0)