Skip to content

Commit

Permalink
Update to Tycho 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Sep 13, 2024
1 parent 8697497 commit ff32442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
<plugins>
<!-- source feature generation -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-extras.version}</version>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<id>feature-source</id>
<goals>
<goal>source-feature</goal>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
Expand Down
16 changes: 4 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Tycho settings -->
<tycho.version>2.7.5</tycho.version>
<tycho-extras.version>2.7.5</tycho-extras.version>
<tycho.version>3.0.5</tycho.version>
<tycho-extras.version>3.0.5</tycho-extras.version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties />
<moduleProperties />
Expand Down Expand Up @@ -167,18 +167,10 @@
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<id>feature-source</id>
<goals>
<goal>source-feature</goal>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit ff32442

Please sign in to comment.