Skip to content

Commit

Permalink
Disable tycho strictVersions (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Bladilo <fbladilo@redhat.com>
  • Loading branch information
fbladilo committed Sep 5, 2023
1 parent e76b569 commit 6e1ec1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<strictVersions>false</strictVersions>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -159,4 +167,4 @@
<module>java-analyzer-bundle.test</module>
<module>java-analyzer-bundle.tp</module>
</modules>
</project>
</project>

0 comments on commit 6e1ec1c

Please sign in to comment.