Skip to content

Commit 8dc3c7b

Browse files
committed
Improve pom files
* Do not duplicate setting tycho-version to same constant * Set the Equinox repository name proper.
1 parent 287a823 commit 8dc3c7b

File tree

2 files changed

+3
-4
lines changed
  • eclipse.platform.releng.tychoeclipsebuilder

2 files changed

+3
-4
lines changed

eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2014 IBM Corporation, and others.
3+
Copyright (c) 2014, 2025 IBM Corporation, and others.
44
All rights reserved. This program and the accompanying materials
55
are made available under the terms of the Eclipse Distribution License v1.0
66
which accompanies this distribution, and is available at
@@ -43,7 +43,7 @@
4343
<configuration>
4444
<includeAllDependencies>false</includeAllDependencies>
4545
<compress>false</compress>
46-
<name>Eclipse Equinox and p2 runtime target repository</name>
46+
<repositoryName>Eclipse Equinox and p2 runtime target repository</repositoryName>
4747
</configuration>
4848
</plugin>
4949

eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2012, 2020 Eclipse Foundation.
3+
Copyright (c) 2012, 2025 Eclipse Foundation.
44
All rights reserved. This program and the accompanying materials
55
are made available under the terms of the Eclipse Distribution License v1.0
66
which accompanies this distribution, and is available at
@@ -105,7 +105,6 @@
105105
<plugin>
106106
<groupId>org.eclipse.tycho</groupId>
107107
<artifactId>tycho-p2-repository-plugin</artifactId>
108-
<version>${tycho.version}</version>
109108
<executions>
110109
<execution>
111110
<id>default-assemble-repository</id>

0 commit comments

Comments
 (0)