Skip to content

Commit 3598ddb

Browse files
committed
[maven-release-plugin] prepare release v5.0.0
1 parent 096fb40 commit 3598ddb

File tree

102 files changed

+410
-410
lines changed

Some content is hidden

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

102 files changed

+410
-410
lines changed

app/3d-viewer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app</artifactId>
6-
<version>5.0.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-3d-viewer</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>core-ui</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-framework</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.junit.jupiter</groupId>

app/alarm/audio-annunciator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.phoebus</groupId>
66
<artifactId>app-alarm</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
</parent>
99
<artifactId>app-alarm-audio-annunciator</artifactId>
1010

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.phoebus</groupId>
1919
<artifactId>app-alarm-ui</artifactId>
20-
<version>5.0.0-SNAPSHOT</version>
20+
<version>5.0.0</version>
2121
</dependency>
2222
<dependency>
2323
<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.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-alarm-datasouce</artifactId>
99
<dependencies>
@@ -22,32 +22,32 @@
2222
<dependency>
2323
<groupId>org.phoebus</groupId>
2424
<artifactId>core-framework</artifactId>
25-
<version>5.0.0-SNAPSHOT</version>
25+
<version>5.0.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.phoebus</groupId>
2929
<artifactId>core-types</artifactId>
30-
<version>5.0.0-SNAPSHOT</version>
30+
<version>5.0.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.phoebus</groupId>
3434
<artifactId>core-pv</artifactId>
35-
<version>5.0.0-SNAPSHOT</version>
35+
<version>5.0.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.phoebus</groupId>
3939
<artifactId>core-util</artifactId>
40-
<version>5.0.0-SNAPSHOT</version>
40+
<version>5.0.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>core-ui</artifactId>
45-
<version>5.0.0-SNAPSHOT</version>
45+
<version>5.0.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
4949
<artifactId>app-alarm-model</artifactId>
50-
<version>5.0.0-SNAPSHOT</version>
50+
<version>5.0.0</version>
5151
</dependency>
5252
<dependency>
5353
<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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.phoebus</groupId>
66
<artifactId>app-alarm</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
</parent>
99
<artifactId>app-alarm-freetts-annunciator</artifactId>
1010

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.phoebus</groupId>
2424
<artifactId>app-alarm-ui</artifactId>
25-
<version>5.0.0-SNAPSHOT</version>
25+
<version>5.0.0</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
</dependencies>

app/alarm/logging-ui/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>5.0.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-alarm-logging-ui</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>core-framework</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-ui</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-types</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-util</artifactId>
28-
<version>5.0.0-SNAPSHOT</version>
28+
<version>5.0.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>app-alarm-model</artifactId>
33-
<version>5.0.0-SNAPSHOT</version>
33+
<version>5.0.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.phoebus</groupId>
3737
<artifactId>app-alarm-ui</artifactId>
38-
<version>5.0.0-SNAPSHOT</version>
38+
<version>5.0.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
<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.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-alarm-model</artifactId>
99
<dependencies>
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
4949
<artifactId>core-framework</artifactId>
50-
<version>5.0.0-SNAPSHOT</version>
50+
<version>5.0.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.phoebus</groupId>
5454
<artifactId>core-util</artifactId>
55-
<version>5.0.0-SNAPSHOT</version>
55+
<version>5.0.0</version>
5656
</dependency>
5757
</dependencies>
5858
</project>

app/alarm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.phoebus</groupId>
77
<artifactId>app</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
</parent>
1010
<modules>
1111
<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.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-alarm-ui</artifactId>
99
<dependencies>
@@ -22,27 +22,27 @@
2222
<dependency>
2323
<groupId>org.phoebus</groupId>
2424
<artifactId>core-framework</artifactId>
25-
<version>5.0.0-SNAPSHOT</version>
25+
<version>5.0.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.phoebus</groupId>
2929
<artifactId>core-types</artifactId>
30-
<version>5.0.0-SNAPSHOT</version>
30+
<version>5.0.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.phoebus</groupId>
3434
<artifactId>core-util</artifactId>
35-
<version>5.0.0-SNAPSHOT</version>
35+
<version>5.0.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.phoebus</groupId>
3939
<artifactId>core-ui</artifactId>
40-
<version>5.0.0-SNAPSHOT</version>
40+
<version>5.0.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>app-alarm-model</artifactId>
45-
<version>5.0.0-SNAPSHOT</version>
45+
<version>5.0.0</version>
4646
</dependency>
4747

4848
</dependencies>

app/channel/channelfinder/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-channel</artifactId>
6-
<version>5.0.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-channel-channelfinder</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>core-framework</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-security</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-util</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0</version>
2424
</dependency>
2525
<dependency>
2626
<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.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-channel</artifactId>
99
<packaging>pom</packaging>

app/channel/utility/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-channel</artifactId>
6-
<version>5.0.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-channel-utility</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>app-channel-channelfinder</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-framework</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-types</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>5.0.0-SNAPSHOT</version>
28+
<version>5.0.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-pv</artifactId>
33-
<version>5.0.0-SNAPSHOT</version>
33+
<version>5.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
</project>

app/channel/views/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-channel</artifactId>
6-
<version>5.0.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
77
</parent>
88
<artifactId>app-channel-views</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>app-channel-channelfinder</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>app-channel-utility</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-framework</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>5.0.0-SNAPSHOT</version>
28+
<version>5.0.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-pv</artifactId>
33-
<version>5.0.0-SNAPSHOT</version>
33+
<version>5.0.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.phoebus</groupId>
3737
<artifactId>core-types</artifactId>
38-
<version>5.0.0-SNAPSHOT</version>
38+
<version>5.0.0</version>
3939
</dependency>
4040
</dependencies>
4141
</project>

app/console/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<parent>
55
<groupId>org.phoebus</groupId>
66
<artifactId>app</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
</parent>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>core-framework</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-ui</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

0 commit comments

Comments
 (0)