Skip to content

Commit b45e719

Browse files
Fix the product build.
1 parent 2e599d0 commit b45e719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<properties>
1414
<maven.compiler.release>21</maven.compiler.release>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<tycho.version>4.0.8</tycho.version>
16+
<tycho.version>4.0.10</tycho.version>
1717
<sonar.exclusions>**/src-gen/**</sonar.exclusions>
1818
<env.ui.test>-Xms512m -Xmx2048m</env.ui.test>
1919
</properties>

wolips/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<!--tycho stuff-->
1515
<module>wolips.p2</module>
1616
<module>wolips.targetplatform</module>
17-
<!--
1817
<module>wolips.product</module>
18+
<!--
1919
-->
2020
<!--core-->
2121
<module>core/plugins/org.objectstyle.wolips</module>

0 commit comments

Comments
 (0)