Skip to content

Commit b999631

Browse files
committed
[maven-release-plugin] prepare release v5.0.2
1 parent d4f2134 commit b999631

File tree

103 files changed

+422
-428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+422
-428
lines changed

app/3d-viewer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<parent>
55
<groupId>org.phoebus</groupId>
66
<artifactId>app</artifactId>
7-
<version>5.0.2-SNAPSHOT</version>
7+
<version>5.0.2</version>
88
</parent>
99
<artifactId>app-3d-viewer</artifactId>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<dependencies>
1212
<dependency>
1313
<groupId>org.phoebus</groupId>
1414
<artifactId>core-ui</artifactId>
15-
<version>5.0.2-SNAPSHOT</version>
15+
<version>5.0.2</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>org.phoebus</groupId>
1919
<artifactId>core-framework</artifactId>
20-
<version>5.0.2-SNAPSHOT</version>
20+
<version>5.0.2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.junit.jupiter</groupId>

app/alarm/audio-annunciator/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.phoebus</groupId>
65
<artifactId>app-alarm</artifactId>
7-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
87
</parent>
98
<artifactId>app-alarm-audio-annunciator</artifactId>
109
<name>${project.groupId}:${project.artifactId}</name>
@@ -17,7 +16,7 @@
1716
<dependency>
1817
<groupId>org.phoebus</groupId>
1918
<artifactId>app-alarm-ui</artifactId>
20-
<version>5.0.2-SNAPSHOT</version>
19+
<version>5.0.2</version>
2120
</dependency>
2221
<dependency>
2322
<groupId>org.openjfx</groupId>

app/alarm/datasource/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-alarm-datasouce</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>
@@ -23,32 +23,32 @@
2323
<dependency>
2424
<groupId>org.phoebus</groupId>
2525
<artifactId>core-framework</artifactId>
26-
<version>5.0.2-SNAPSHOT</version>
26+
<version>5.0.2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.phoebus</groupId>
3030
<artifactId>core-types</artifactId>
31-
<version>5.0.2-SNAPSHOT</version>
31+
<version>5.0.2</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.phoebus</groupId>
3535
<artifactId>core-pv</artifactId>
36-
<version>5.0.2-SNAPSHOT</version>
36+
<version>5.0.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.phoebus</groupId>
4040
<artifactId>core-util</artifactId>
41-
<version>5.0.2-SNAPSHOT</version>
41+
<version>5.0.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.phoebus</groupId>
4545
<artifactId>core-ui</artifactId>
46-
<version>5.0.2-SNAPSHOT</version>
46+
<version>5.0.2</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.phoebus</groupId>
5050
<artifactId>app-alarm-model</artifactId>
51-
<version>5.0.2-SNAPSHOT</version>
51+
<version>5.0.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>net.sf.sociaal</groupId>

app/alarm/freetts-annunciator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-alarm-freetts-annunciator</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.phoebus</groupId>
2323
<artifactId>app-alarm-ui</artifactId>
24-
<version>5.0.2-SNAPSHOT</version>
24+
<version>5.0.2</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
</dependencies>

app/alarm/logging-ui/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-alarm-logging-ui</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<dependencies>
1111
<dependency>
1212
<groupId>org.phoebus</groupId>
1313
<artifactId>core-framework</artifactId>
14-
<version>5.0.2-SNAPSHOT</version>
14+
<version>5.0.2</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>org.phoebus</groupId>
1818
<artifactId>core-ui</artifactId>
19-
<version>5.0.2-SNAPSHOT</version>
19+
<version>5.0.2</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.phoebus</groupId>
2323
<artifactId>core-types</artifactId>
24-
<version>5.0.2-SNAPSHOT</version>
24+
<version>5.0.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.phoebus</groupId>
2828
<artifactId>core-util</artifactId>
29-
<version>5.0.2-SNAPSHOT</version>
29+
<version>5.0.2</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.phoebus</groupId>
3333
<artifactId>app-alarm-model</artifactId>
34-
<version>5.0.2-SNAPSHOT</version>
34+
<version>5.0.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.phoebus</groupId>
3838
<artifactId>app-alarm-ui</artifactId>
39-
<version>5.0.2-SNAPSHOT</version>
39+
<version>5.0.2</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
<dependency>

app/alarm/model/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-alarm-model</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>
@@ -48,12 +48,12 @@
4848
<dependency>
4949
<groupId>org.phoebus</groupId>
5050
<artifactId>core-framework</artifactId>
51-
<version>5.0.2-SNAPSHOT</version>
51+
<version>5.0.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.phoebus</groupId>
5555
<artifactId>core-util</artifactId>
56-
<version>5.0.2-SNAPSHOT</version>
56+
<version>5.0.2</version>
5757
</dependency>
5858
</dependencies>
5959
</project>

app/alarm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.phoebus</groupId>
88
<artifactId>app</artifactId>
9-
<version>5.0.2-SNAPSHOT</version>
9+
<version>5.0.2</version>
1010
</parent>
1111
<modules>
1212
<module>model</module>

app/alarm/ui/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-alarm-ui</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>
@@ -23,27 +23,27 @@
2323
<dependency>
2424
<groupId>org.phoebus</groupId>
2525
<artifactId>core-framework</artifactId>
26-
<version>5.0.2-SNAPSHOT</version>
26+
<version>5.0.2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.phoebus</groupId>
3030
<artifactId>core-types</artifactId>
31-
<version>5.0.2-SNAPSHOT</version>
31+
<version>5.0.2</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.phoebus</groupId>
3535
<artifactId>core-util</artifactId>
36-
<version>5.0.2-SNAPSHOT</version>
36+
<version>5.0.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.phoebus</groupId>
4040
<artifactId>core-ui</artifactId>
41-
<version>5.0.2-SNAPSHOT</version>
41+
<version>5.0.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.phoebus</groupId>
4545
<artifactId>app-alarm-model</artifactId>
46-
<version>5.0.2-SNAPSHOT</version>
46+
<version>5.0.2</version>
4747
</dependency>
4848

4949
</dependencies>

app/channel/channelfinder/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-channel</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-channel-channelfinder</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<dependencies>
1111
<dependency>
1212
<groupId>org.phoebus</groupId>
1313
<artifactId>core-framework</artifactId>
14-
<version>5.0.2-SNAPSHOT</version>
14+
<version>5.0.2</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>org.phoebus</groupId>
1818
<artifactId>core-security</artifactId>
19-
<version>5.0.2-SNAPSHOT</version>
19+
<version>5.0.2</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.phoebus</groupId>
2323
<artifactId>core-util</artifactId>
24-
<version>5.0.2-SNAPSHOT</version>
24+
<version>5.0.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.fasterxml.jackson.core</groupId>

app/channel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app</artifactId>
6-
<version>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
</parent>
88
<artifactId>app-channel</artifactId>
99
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)