Skip to content

Commit 0dee5d0

Browse files
committed
[maven-release-plugin] prepare release v4.7.0
1 parent 2e5ba3e commit 0dee5d0

File tree

88 files changed

+661
-333
lines changed

Some content is hidden

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

88 files changed

+661
-333
lines changed

app/3d-viewer/pom.xml

Lines changed: 7 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>4.6.10-SNAPSHOT</version>
6+
<version>4.7.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>4.6.10-SNAPSHOT</version>
13+
<version>4.7.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-framework</artifactId>
18-
<version>4.6.10-SNAPSHOT</version>
18+
<version>4.7.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>junit</groupId>
@@ -24,4 +24,8 @@
2424
<scope>test</scope>
2525
</dependency>
2626
</dependencies>
27+
28+
<scm>
29+
<tag>v4.7.0</tag>
30+
</scm>
2731
</project>

app/alarm/datasource/pom.xml

Lines changed: 11 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>4.6.10-SNAPSHOT</version>
6+
<version>4.7.0</version>
77
</parent>
88
<artifactId>app-alarm-datasouce</artifactId>
99
<dependencies>
@@ -22,37 +22,41 @@
2222
<dependency>
2323
<groupId>org.phoebus</groupId>
2424
<artifactId>core-framework</artifactId>
25-
<version>4.6.10-SNAPSHOT</version>
25+
<version>4.7.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.phoebus</groupId>
2929
<artifactId>core-types</artifactId>
30-
<version>4.6.10-SNAPSHOT</version>
30+
<version>4.7.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.phoebus</groupId>
3434
<artifactId>core-pv</artifactId>
35-
<version>4.6.10-SNAPSHOT</version>
35+
<version>4.7.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.phoebus</groupId>
3939
<artifactId>core-util</artifactId>
40-
<version>4.6.10-SNAPSHOT</version>
40+
<version>4.7.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>core-ui</artifactId>
45-
<version>4.6.10-SNAPSHOT</version>
45+
<version>4.7.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
4949
<artifactId>app-alarm-model</artifactId>
50-
<version>4.6.10-SNAPSHOT</version>
50+
<version>4.7.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>net.sf.sociaal</groupId>
5454
<artifactId>freetts</artifactId>
5555
<version>1.2.2</version>
5656
</dependency>
5757
</dependencies>
58+
59+
<scm>
60+
<tag>v4.7.0</tag>
61+
</scm>
5862
</project>

app/alarm/logging-ui/pom.xml

Lines changed: 11 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>4.6.10-SNAPSHOT</version>
6+
<version>4.7.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>4.6.10-SNAPSHOT</version>
13+
<version>4.7.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-ui</artifactId>
18-
<version>4.6.10-SNAPSHOT</version>
18+
<version>4.7.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-types</artifactId>
23-
<version>4.6.10-SNAPSHOT</version>
23+
<version>4.7.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-util</artifactId>
28-
<version>4.6.10-SNAPSHOT</version>
28+
<version>4.7.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>app-alarm-model</artifactId>
33-
<version>4.6.10-SNAPSHOT</version>
33+
<version>4.7.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.phoebus</groupId>
3737
<artifactId>app-alarm-ui</artifactId>
38-
<version>4.6.10-SNAPSHOT</version>
38+
<version>4.7.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
<dependency>
@@ -64,4 +64,8 @@
6464
<version>${jackson.version}</version>
6565
</dependency>
6666
</dependencies>
67+
68+
<scm>
69+
<tag>v4.7.0</tag>
70+
</scm>
6771
</project>

app/alarm/model/pom.xml

Lines changed: 7 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>4.6.10-SNAPSHOT</version>
6+
<version>4.7.0</version>
77
</parent>
88
<artifactId>app-alarm-model</artifactId>
99
<dependencies>
@@ -47,12 +47,16 @@
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
4949
<artifactId>core-framework</artifactId>
50-
<version>4.6.10-SNAPSHOT</version>
50+
<version>4.7.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.phoebus</groupId>
5454
<artifactId>core-util</artifactId>
55-
<version>4.6.10-SNAPSHOT</version>
55+
<version>4.7.0</version>
5656
</dependency>
5757
</dependencies>
58+
59+
<scm>
60+
<tag>v4.7.0</tag>
61+
</scm>
5862
</project>

app/alarm/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
<parent>
66
<groupId>org.phoebus</groupId>
77
<artifactId>app</artifactId>
8-
<version>4.6.10-SNAPSHOT</version>
8+
<version>4.7.0</version>
99
</parent>
1010
<modules>
1111
<module>model</module>
1212
<module>ui</module>
1313
<module>logging-ui</module>
1414
<module>datasource</module>
1515
</modules>
16+
17+
<scm>
18+
<tag>v4.7.0</tag>
19+
</scm>
1620
</project>

app/alarm/ui/pom.xml

Lines changed: 10 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>4.6.10-SNAPSHOT</version>
6+
<version>4.7.0</version>
77
</parent>
88
<artifactId>app-alarm-ui</artifactId>
99
<dependencies>
@@ -22,32 +22,36 @@
2222
<dependency>
2323
<groupId>org.phoebus</groupId>
2424
<artifactId>core-framework</artifactId>
25-
<version>4.6.10-SNAPSHOT</version>
25+
<version>4.7.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.phoebus</groupId>
2929
<artifactId>core-types</artifactId>
30-
<version>4.6.10-SNAPSHOT</version>
30+
<version>4.7.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.phoebus</groupId>
3434
<artifactId>core-util</artifactId>
35-
<version>4.6.10-SNAPSHOT</version>
35+
<version>4.7.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.phoebus</groupId>
3939
<artifactId>core-ui</artifactId>
40-
<version>4.6.10-SNAPSHOT</version>
40+
<version>4.7.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>app-alarm-model</artifactId>
45-
<version>4.6.10-SNAPSHOT</version>
45+
<version>4.7.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>net.sf.sociaal</groupId>
4949
<artifactId>freetts</artifactId>
5050
<version>1.2.2</version>
5151
</dependency>
5252
</dependencies>
53+
54+
<scm>
55+
<tag>v4.7.0</tag>
56+
</scm>
5357
</project>

app/channel/channelfinder/pom.xml

Lines changed: 7 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-channel</artifactId>
6-
<version>4.6.10-SNAPSHOT</version>
6+
<version>4.7.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>4.6.10-SNAPSHOT</version>
13+
<version>4.7.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-security</artifactId>
18-
<version>4.6.10-SNAPSHOT</version>
18+
<version>4.7.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.fasterxml.jackson.core</groupId>
@@ -45,4 +45,8 @@
4545
<version>${guava.version}</version>
4646
</dependency>
4747
</dependencies>
48+
49+
<scm>
50+
<tag>v4.7.0</tag>
51+
</scm>
4852
</project>

app/channel/pom.xml

Lines changed: 5 additions & 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>4.6.10-SNAPSHOT</version>
6+
<version>4.7.0</version>
77
</parent>
88
<artifactId>app-channel</artifactId>
99
<packaging>pom</packaging>
@@ -13,4 +13,8 @@
1313
<module>views</module>
1414
<module>channelfinder</module>
1515
</modules>
16+
17+
<scm>
18+
<tag>v4.7.0</tag>
19+
</scm>
1620
</project>

app/channel/utility/pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,38 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-channel</artifactId>
6-
<version>4.6.10-SNAPSHOT</version>
6+
<version>4.7.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>4.6.10-SNAPSHOT</version>
13+
<version>4.7.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-framework</artifactId>
18-
<version>4.6.10-SNAPSHOT</version>
18+
<version>4.7.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-types</artifactId>
23-
<version>4.6.10-SNAPSHOT</version>
23+
<version>4.7.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>4.6.10-SNAPSHOT</version>
28+
<version>4.7.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-pv</artifactId>
33-
<version>4.6.10-SNAPSHOT</version>
33+
<version>4.7.0</version>
3434
</dependency>
3535
</dependencies>
36+
37+
<scm>
38+
<tag>v4.7.0</tag>
39+
</scm>
3640
</project>

app/channel/views/pom.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,43 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-channel</artifactId>
6-
<version>4.6.10-SNAPSHOT</version>
6+
<version>4.7.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>4.6.10-SNAPSHOT</version>
13+
<version>4.7.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>app-channel-utility</artifactId>
18-
<version>4.6.10-SNAPSHOT</version>
18+
<version>4.7.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-framework</artifactId>
23-
<version>4.6.10-SNAPSHOT</version>
23+
<version>4.7.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>4.6.10-SNAPSHOT</version>
28+
<version>4.7.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-pv</artifactId>
33-
<version>4.6.10-SNAPSHOT</version>
33+
<version>4.7.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.phoebus</groupId>
3737
<artifactId>core-types</artifactId>
38-
<version>4.6.10-SNAPSHOT</version>
38+
<version>4.7.0</version>
3939
</dependency>
4040
</dependencies>
41+
42+
<scm>
43+
<tag>v4.7.0</tag>
44+
</scm>
4145
</project>

0 commit comments

Comments
 (0)