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
2 changes: 2 additions & 0 deletions app/3d-viewer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -6,6 +7,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-3d-viewer</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions app/alarm/audio-annunciator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm</artifactId>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-alarm-audio-annunciator</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand All @@ -26,4 +26,4 @@
</dependency>
</dependencies>

</project>
</project>
1 change: 1 addition & 0 deletions app/alarm/datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-alarm-datasouce</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
7 changes: 3 additions & 4 deletions app/alarm/freetts-annunciator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -7,8 +6,8 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-alarm-freetts-annunciator</artifactId>

<properties>
<name>${project.groupId}:${project.artifactId}</name>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
Expand All @@ -27,4 +26,4 @@
</dependency>
</dependencies>

</project>
</project>
1 change: 1 addition & 0 deletions app/alarm/logging-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-alarm-logging-ui</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
3 changes: 2 additions & 1 deletion app/alarm/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-alarm-model</artifactId>
<dependencies>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down
1 change: 1 addition & 0 deletions app/alarm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>app-alarm</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion app/alarm/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-alarm-ui</artifactId>
<dependencies>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down
1 change: 1 addition & 0 deletions app/channel/channelfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-channel-channelfinder</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-channel</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>
<description>Support for pvs with properties and tags as used by directory services</description>
<modules>
Expand Down
1 change: 1 addition & 0 deletions app/channel/utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-channel-utility</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/channel/views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-channel-views</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/console/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>app-console</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions app/credentials-management/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!--
~ Copyright (C) 2020 European Spallation Source ERIC.
~
Expand All @@ -16,7 +16,6 @@
~ along with this program; if not, write to the Free Software
~ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>app</artifactId>
Expand All @@ -26,8 +25,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>app-credentials-management</artifactId>

<dependencies>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
Expand All @@ -39,4 +38,4 @@
<version>5.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
</project>
1 change: 1 addition & 0 deletions app/databrowser-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-databrowser-json</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/databrowser-timescale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-databrowser-timescale</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/databrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-databrowser</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/diag/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>app-diag</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app</artifactId>
Expand Down
31 changes: 15 additions & 16 deletions app/display/actions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!--
~ Copyright (C) 2024 European Spallation Source ERIC.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-display</artifactId>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>app-display-actions</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand All @@ -25,15 +24,15 @@
<version>5.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-display-model</artifactId>
<version>5.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-display-model</artifactId>
<version>5.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions app/display/adapters/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>app-display</artifactId>
Expand All @@ -8,7 +7,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>app-display-adapters</artifactId>
<dependencies>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-email-ui</artifactId>
Expand All @@ -26,4 +26,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>
1 change: 1 addition & 0 deletions app/display/convert-edm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-convert-edm</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/display/convert-medm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-convert-medm</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/display/editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-editor</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/display/fonts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-fonts</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
6 changes: 3 additions & 3 deletions app/display/linearmeter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<artifactId>app-display</artifactId>
Expand All @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>app-display-linearmeter</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
1 change: 1 addition & 0 deletions app/display/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-model</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
7 changes: 3 additions & 4 deletions app/display/navigation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>app-display</artifactId>
Expand All @@ -8,8 +7,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>app-display-navigation</artifactId>

<dependencies>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
Expand Down Expand Up @@ -53,4 +52,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
1 change: 1 addition & 0 deletions app/display/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>app-display</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>
<parent>
<groupId>org.phoebus</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/display/representation-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-representation-javafx</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/display/representation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-representation</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/display/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>app-display-runtime</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
Loading