Skip to content

Commit

Permalink
Fix CI issue with the tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Dec 4, 2023
1 parent ba5a00d commit fb4da8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>2.7.4</tycho-version>
<tycho-version>3.0.0</tycho-version>
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
<mwe2Version>2.14.0</mwe2Version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>2.7.4</tycho-version>
<tycho-version>3.0.0</tycho-version>
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
<mwe2Version>2.14.0</mwe2Version>
</properties>
Expand Down

0 comments on commit fb4da8c

Please sign in to comment.