Skip to content

Commit 5becbf3

Browse files
authored
build: renaming bom dependencies to pde-deps (#18)
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
1 parent 7aaa0cf commit 5becbf3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2025 Eurotech and/or its affiliates and others
4+
Copyright (c) 2025, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -19,11 +19,11 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<groupId>org.eclipse.kura</groupId>
22-
<artifactId>kura-wires-bom</artifactId>
22+
<artifactId>kura-wires-pde-deps</artifactId>
2323
<version>3.0.0-SNAPSHOT</version>
2424

2525
<packaging>pom</packaging>
26-
<name>Kura Wires BOM</name>
26+
<name>Kura Wires PDE Dependencies</name>
2727

2828
<distributionManagement>
2929
<repository>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2025 Eurotech and/or its affiliates and others
4+
Copyright (c) 2025, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -41,6 +41,6 @@
4141
<module>bundles</module>
4242
<module>distrib</module>
4343
<module>tests</module>
44-
<module>kura-wires-bom</module>
44+
<module>kura-wires-pde-deps</module>
4545
</modules>
4646
</project>

target-definition/kura-wires.target

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?pde version="3.8"?>
33
<!--
44
5-
Copyright (c) 2025 Eurotech and/or its affiliates and others
5+
Copyright (c) 2025, 2026 Eurotech and/or its affiliates and others
66
77
This program and the accompanying materials are made
88
available under the terms of the Eclipse Public License 2.0
@@ -22,13 +22,13 @@
2222
<dependencies>
2323
<dependency>
2424
<groupId>org.eclipse.kura</groupId>
25-
<artifactId>target-platform-bom</artifactId>
25+
<artifactId>target-platform-pde-deps</artifactId>
2626
<version>6.0.0-SNAPSHOT</version>
2727
<type>pom</type>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.eclipse.kura</groupId>
31-
<artifactId>kura-bom</artifactId>
31+
<artifactId>kura-pde-deps</artifactId>
3232
<version>6.0.0-SNAPSHOT</version>
3333
<type>pom</type>
3434
</dependency>
@@ -67,4 +67,4 @@
6767
</repositories>
6868
</location>
6969
</locations>
70-
</target>
70+
</target>

0 commit comments

Comments
 (0)