Skip to content

Commit 571ca63

Browse files
authored
build: renaming bom dependencies to pde-deps (#35)
* build: renaming bom dependencies Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com> * build: actually renamed tycho to pde Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com> * fix: copyrights --------- Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
1 parent 1e60566 commit 571ca63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

target-definition/kura-management-ui.target.target

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" standalone="no"?><?pde version="3.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
@@ -20,13 +20,13 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.eclipse.kura</groupId>
23-
<artifactId>target-platform-bom</artifactId>
23+
<artifactId>target-platform-pde-deps</artifactId>
2424
<version>6.0.0-SNAPSHOT</version>
2525
<type>pom</type>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.eclipse.kura</groupId>
29-
<artifactId>kura-bom</artifactId>
29+
<artifactId>kura-pde-deps</artifactId>
3030
<version>6.0.0-SNAPSHOT</version>
3131
<type>pom</type>
3232
</dependency>

0 commit comments

Comments
 (0)