Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kura-wires-bom/pom.xml → kura-wires-pde-deps/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2025 Eurotech and/or its affiliates and others
Copyright (c) 2025, 2026 Eurotech and/or its affiliates and others

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -19,11 +19,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.kura</groupId>
<artifactId>kura-wires-bom</artifactId>
<artifactId>kura-wires-pde-deps</artifactId>
<version>3.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Kura Wires BOM</name>
<name>Kura Wires PDE Dependencies</name>

<distributionManagement>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2025 Eurotech and/or its affiliates and others
Copyright (c) 2025, 2026 Eurotech and/or its affiliates and others

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -41,6 +41,6 @@
<module>bundles</module>
<module>distrib</module>
<module>tests</module>
<module>kura-wires-bom</module>
<module>kura-wires-pde-deps</module>
</modules>
</project>
8 changes: 4 additions & 4 deletions target-definition/kura-wires.target
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.8"?>
<!--

Copyright (c) 2025 Eurotech and/or its affiliates and others
Copyright (c) 2025, 2026 Eurotech and/or its affiliates and others

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -22,13 +22,13 @@
<dependencies>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>target-platform-bom</artifactId>
<artifactId>target-platform-pde-deps</artifactId>
<version>6.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura-bom</artifactId>
<artifactId>kura-pde-deps</artifactId>
<version>6.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -67,4 +67,4 @@
</repositories>
</location>
</locations>
</target>
</target>