Skip to content

Commit

Permalink
change tycho version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Dec 24, 2024
1 parent 316fd07 commit 23023ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
4 changes: 0 additions & 4 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<id>releases</id>
<url>https://releases.jfrog.io/artifactory/oss-releases</url>
</repository>
<repository>
<id>eclipse-p2-releases</id>
<url>https://download.eclipse.org/tools/tycho/releases/</url>
</repository>
</repositories>

<properties>
Expand Down
9 changes: 0 additions & 9 deletions jfrog-eclipse-plugin.iml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>3.0.3</tycho.version>
<tycho.version>1.6.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -41,7 +41,7 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<pomDependencies>consider</pomDependencies>
<pomDependencies>${configuration-pomDependencies}</pomDependencies>
<target>
<artifact>
<groupId>com.jfrog.ide.eclipse.releng</groupId>
Expand Down

0 comments on commit 23023ce

Please sign in to comment.