Skip to content

Commit 070ce25

Browse files
committed
Fixing the name of the queueserver app
1 parent 1b3d691 commit 070ce25

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
<module>imageviewer</module>
3838
<module>credentials-management</module>
3939
<module>eslog</module>
40+
<module>queue-server</module>
4041
</modules>
4142
</project>

app/queue-server/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
44
http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
6+
<artifactId>app-queue-server</artifactId>
7+
<name>${project.groupId}:${project.artifactId}</name>
78
<parent>
89
<groupId>org.phoebus</groupId>
910
<artifactId>app</artifactId>
1011
<version>5.0.3-SNAPSHOT</version>
1112
</parent>
1213

13-
<artifactId>app-queue-monitor</artifactId>
14-
1514
<dependencies>
1615
<dependency>
1716
<groupId>org.phoebus</groupId>

phoebus-product/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,6 @@
237237
<artifactId>app-eslog</artifactId>
238238
<version>5.0.3-SNAPSHOT</version>
239239
</dependency>
240-
<dependency>
241-
<groupId>org.phoebus</groupId>
242-
<artifactId>app-queue-monitor</artifactId>
243-
<version>5.0.3-SNAPSHOT</version>
244-
</dependency>
245240

246241
<!-- A default implementation of contribututions db context menu -->
247242
<dependency>

0 commit comments

Comments
 (0)