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
Kellindil committed Nov 20, 2023
1 parent c7036d1 commit e4e34dd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 29 deletions.
4 changes: 0 additions & 4 deletions org.eclipse.emf.compare-parent/feature-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
Expand Down
30 changes: 9 additions & 21 deletions org.eclipse.emf.compare-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@

<!-- plugins versions -->
<!-- use 'mvn versions:display-plugin-updates' to check for the latest -->
<tycho-version>2.7.5</tycho-version>
<tycho-version>3.0.5</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<maven-resources-version>2.6</maven-resources-version>
<maven-antrun-version>1.7</maven-antrun-version>
<findbugs-maven-version>3.0.0</findbugs-maven-version>
<maven-pmd-version>3.1</maven-pmd-version>
<maven-resources-version>3.1.0</maven-resources-version>
<maven-antrun-version>1.8</maven-antrun-version>
<findbugs-maven-version>3.0.5</findbugs-maven-version>
<maven-pmd-version>3.12.0</maven-pmd-version>
<exec-maven-version>1.3.1</exec-maven-version>
<maven-compiler-version>3.1</maven-compiler-version>
<maven-assembly-version>2.4</maven-assembly-version>
<maven-jar-version>2.5</maven-jar-version>
<maven-checkstyle-version>2.12.1</maven-checkstyle-version>
<maven-checkstyle-version>3.1.0</maven-checkstyle-version>
<maven-clean-version>2.5</maven-clean-version>
<maven-deploy-version>2.8.1</maven-deploy-version>
<maven-install-version>2.5.1</maven-install-version>
<maven-site-version>3.4</maven-site-version>
<maven-surefire-version>2.22.2</maven-surefire-version>
<jacoco-maven-version>0.7.1.201405082137</jacoco-maven-version>
<eclipse-jarsigner-version>1.3.1</eclipse-jarsigner-version>
<maven-jxr-version>2.3</maven-jxr-version>
<maven-jxr-version>3.0.0</maven-jxr-version>

<!-- Sonar properties -->
<sonar.language>java</sonar.language>
Expand Down Expand Up @@ -178,23 +178,11 @@
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-extras-version}</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
<executions>
<execution>
<id>source-feature</id>
<id>feature-source</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
Expand Down
4 changes: 2 additions & 2 deletions packaging/org.eclipse.emf.compare.ide.ui-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<configuration>
<excludes>
<plugin id="org.eclipse.emf.compare.doc"/>
Expand Down
4 changes: 2 additions & 2 deletions packaging/org.eclipse.emf.compare.ide.ui.e4-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<configuration>
<excludes>
<plugin id="org.eclipse.emf.compare.doc"/>
Expand Down

0 comments on commit e4e34dd

Please sign in to comment.