Skip to content

Commit dae8d5d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a6dce8e commit dae8d5d

File tree

87 files changed

+326
-326
lines changed

Some content is hidden

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

87 files changed

+326
-326
lines changed

app/3d-viewer/pom.xml

+3-3
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.7</version>
6+
<version>4.6.8-SNAPSHOT</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.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-framework</artifactId>
18-
<version>4.6.7</version>
18+
<version>4.6.8-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>junit</groupId>

app/alarm/datasource/pom.xml

+7-7
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.7</version>
6+
<version>4.6.8-SNAPSHOT</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>4.6.7</version>
25+
<version>4.6.8-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.phoebus</groupId>
2929
<artifactId>core-types</artifactId>
30-
<version>4.6.7</version>
30+
<version>4.6.8-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.phoebus</groupId>
3434
<artifactId>core-pv</artifactId>
35-
<version>4.6.7</version>
35+
<version>4.6.8-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.phoebus</groupId>
3939
<artifactId>core-util</artifactId>
40-
<version>4.6.7</version>
40+
<version>4.6.8-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>core-ui</artifactId>
45-
<version>4.6.7</version>
45+
<version>4.6.8-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
4949
<artifactId>app-alarm-model</artifactId>
50-
<version>4.6.7</version>
50+
<version>4.6.8-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>net.sf.sociaal</groupId>

app/alarm/logging-ui/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app-alarm</artifactId>
6-
<version>4.6.7</version>
6+
<version>4.6.8-SNAPSHOT</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.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.elasticsearch.client</groupId>
@@ -25,27 +25,27 @@
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>4.6.7</version>
28+
<version>4.6.8-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-types</artifactId>
33-
<version>4.6.7</version>
33+
<version>4.6.8-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.phoebus</groupId>
3737
<artifactId>core-util</artifactId>
38-
<version>4.6.7</version>
38+
<version>4.6.8-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.phoebus</groupId>
4242
<artifactId>app-alarm-model</artifactId>
43-
<version>4.6.7</version>
43+
<version>4.6.8-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.phoebus</groupId>
4747
<artifactId>app-alarm-ui</artifactId>
48-
<version>4.6.7</version>
48+
<version>4.6.8-SNAPSHOT</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
</dependencies>

app/alarm/model/pom.xml

+3-3
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.7</version>
6+
<version>4.6.8-SNAPSHOT</version>
77
</parent>
88
<artifactId>app-alarm-model</artifactId>
99
<dependencies>
@@ -42,12 +42,12 @@
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>core-framework</artifactId>
45-
<version>4.6.7</version>
45+
<version>4.6.8-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
4949
<artifactId>core-util</artifactId>
50-
<version>4.6.7</version>
50+
<version>4.6.8-SNAPSHOT</version>
5151
</dependency>
5252
</dependencies>
5353
</project>

app/alarm/pom.xml

+1-1
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>4.6.7</version>
8+
<version>4.6.8-SNAPSHOT</version>
99
</parent>
1010
<modules>
1111
<module>model</module>

app/alarm/ui/pom.xml

+6-6
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.7</version>
6+
<version>4.6.8-SNAPSHOT</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>4.6.7</version>
25+
<version>4.6.8-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.phoebus</groupId>
2929
<artifactId>core-types</artifactId>
30-
<version>4.6.7</version>
30+
<version>4.6.8-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.phoebus</groupId>
3434
<artifactId>core-util</artifactId>
35-
<version>4.6.7</version>
35+
<version>4.6.8-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.phoebus</groupId>
3939
<artifactId>core-ui</artifactId>
40-
<version>4.6.7</version>
40+
<version>4.6.8-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.phoebus</groupId>
4444
<artifactId>app-alarm-model</artifactId>
45-
<version>4.6.7</version>
45+
<version>4.6.8-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>net.sf.sociaal</groupId>

app/channel/channelfinder/pom.xml

+3-3
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.7</version>
6+
<version>4.6.8-SNAPSHOT</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.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-security</artifactId>
18-
<version>4.6.7</version>
18+
<version>4.6.8-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.fasterxml.jackson.core</groupId>

app/channel/pom.xml

+1-1
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.7</version>
6+
<version>4.6.8-SNAPSHOT</version>
77
</parent>
88
<artifactId>app-channel</artifactId>
99
<packaging>pom</packaging>

app/channel/utility/pom.xml

+6-6
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>4.6.7</version>
6+
<version>4.6.8-SNAPSHOT</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.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-framework</artifactId>
18-
<version>4.6.7</version>
18+
<version>4.6.8-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-types</artifactId>
23-
<version>4.6.7</version>
23+
<version>4.6.8-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>4.6.7</version>
28+
<version>4.6.8-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-pv</artifactId>
33-
<version>4.6.7</version>
33+
<version>4.6.8-SNAPSHOT</version>
3434
</dependency>
3535
</dependencies>
3636
</project>

app/channel/views/pom.xml

+7-7
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>4.6.7</version>
6+
<version>4.6.8-SNAPSHOT</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.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>app-channel-utility</artifactId>
18-
<version>4.6.7</version>
18+
<version>4.6.8-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.phoebus</groupId>
2222
<artifactId>core-framework</artifactId>
23-
<version>4.6.7</version>
23+
<version>4.6.8-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.phoebus</groupId>
2727
<artifactId>core-ui</artifactId>
28-
<version>4.6.7</version>
28+
<version>4.6.8-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.phoebus</groupId>
3232
<artifactId>core-pv</artifactId>
33-
<version>4.6.7</version>
33+
<version>4.6.8-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.phoebus</groupId>
3737
<artifactId>core-types</artifactId>
38-
<version>4.6.7</version>
38+
<version>4.6.8-SNAPSHOT</version>
3939
</dependency>
4040
</dependencies>
4141
</project>

app/console/pom.xml

+3-3
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>4.6.7</version>
7+
<version>4.6.8-SNAPSHOT</version>
88
</parent>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>core-framework</artifactId>
13-
<version>4.6.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.phoebus</groupId>
1717
<artifactId>core-ui</artifactId>
18-
<version>4.6.7</version>
18+
<version>4.6.8-SNAPSHOT</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

app/credentials-management/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>app</artifactId>
2323
<groupId>org.phoebus</groupId>
24-
<version>4.6.7</version>
24+
<version>4.6.8-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -31,12 +31,12 @@
3131
<dependency>
3232
<groupId>org.phoebus</groupId>
3333
<artifactId>core-ui</artifactId>
34-
<version>4.6.7</version>
34+
<version>4.6.8-SNAPSHOT</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.phoebus</groupId>
3838
<artifactId>core-security</artifactId>
39-
<version>4.6.7</version>
39+
<version>4.6.8-SNAPSHOT</version>
4040
</dependency>
4141
</dependencies>
4242

app/databrowser-timescale/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.phoebus</groupId>
55
<artifactId>app</artifactId>
6-
<version>4.6.7</version>
6+
<version>4.6.8-SNAPSHOT</version>
77
</parent>
88
<artifactId>app-databrowser-timescale</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>org.phoebus</groupId>
1212
<artifactId>app-databrowser</artifactId>
13-
<version>4.6.7</version>
13+
<version>4.6.8-SNAPSHOT</version>
1414
</dependency>
1515
</dependencies>
1616
</project>

0 commit comments

Comments
 (0)