Skip to content

Commit

Permalink
use tycho-eclipse-plugin instead of tycho-eclipserun-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte authored and Bananeweizen committed Mar 27, 2024
1 parent f95813d commit 37eca5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net.sf.eclipsecs-updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<artifactId>tycho-eclipse-plugin</artifactId>
<configuration>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<artifactId>tycho-eclipse-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
Expand Down

0 comments on commit 37eca5e

Please sign in to comment.