Skip to content

Commit 4d5df63

Browse files
committed
Remove duplicate tycho.version
1 parent 4586a9f commit 4d5df63

File tree

5 files changed

+0
-7
lines changed
  • eclipse.platform.releng

5 files changed

+0
-7
lines changed

eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<plugin>
2626
<groupId>org.eclipse.tycho</groupId>
2727
<artifactId>tycho-packaging-plugin</artifactId>
28-
<version>${tycho.version}</version>
2928
<configuration>
3029
<format>'v${buildTimestamp}'</format>
3130
</configuration>

eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<plugin>
2626
<groupId>org.eclipse.tycho</groupId>
2727
<artifactId>tycho-packaging-plugin</artifactId>
28-
<version>${tycho.version}</version>
2928
<configuration>
3029
<format>'v${buildTimestamp}'</format>
3130
</configuration>

eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<plugin>
2626
<groupId>org.eclipse.tycho</groupId>
2727
<artifactId>tycho-packaging-plugin</artifactId>
28-
<version>${tycho.version}</version>
2928
<configuration>
3029
<format>'v${buildTimestamp}'</format>
3130
</configuration>

eclipse.platform.releng/features/org.eclipse.rcp/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<plugin>
2727
<groupId>org.eclipse.tycho</groupId>
2828
<artifactId>tycho-source-plugin</artifactId>
29-
<version>${tycho.version}</version>
3029
<executions>
3130
<execution>
3231
<phase>package</phase>
@@ -45,7 +44,6 @@
4544
<plugin>
4645
<groupId>org.eclipse.tycho</groupId>
4746
<artifactId>tycho-p2-plugin</artifactId>
48-
<version>${tycho.version}</version>
4947
<executions>
5048
<execution>
5149
<id>attach-p2-metadata</id>

eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<plugin>
2828
<groupId>org.eclipse.tycho</groupId>
2929
<artifactId>tycho-source-plugin</artifactId>
30-
<version>${tycho.version}</version>
3130
<executions>
3231
<execution>
3332
<phase>package</phase>
@@ -51,7 +50,6 @@
5150
<plugin>
5251
<groupId>org.eclipse.tycho</groupId>
5352
<artifactId>tycho-p2-plugin</artifactId>
54-
<version>${tycho.version}</version>
5553
<executions>
5654
<execution>
5755
<id>attach-p2-metadata</id>

0 commit comments

Comments
 (0)