Skip to content

Commit

Permalink
Fix reference to Tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jul 5, 2023
1 parent 70d8fd5 commit 8408d7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<properties>
<tycho.version>4.0.0-SNAPSHOT</tycho.version>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<configuration>
<target>
<file>jdom-from-old-orbit.target</file>
Expand All @@ -30,7 +30,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<configuration>
<compress>false</compress>
<includeAllDependencies>true</includeAllDependencies>
Expand Down
8 changes: 4 additions & 4 deletions tycho-its/projects/p2Repository.includeAllSources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<properties>
<tycho.version>4.0.0-SNAPSHOT</tycho.version>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<configuration>
<target>
<file>Maven.target</file>
Expand All @@ -30,7 +30,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<configuration>
<compress>false</compress>
<includeAllDependencies>true</includeAllDependencies>
Expand Down

0 comments on commit 8408d7c

Please sign in to comment.