Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Aug 19, 2022
1 parent 2e5ba3e commit 0dee5d0
Show file tree
Hide file tree
Showing 88 changed files with 661 additions and 333 deletions.
10 changes: 7 additions & 3 deletions app/3d-viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-3d-viewer</artifactId>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -24,4 +24,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
18 changes: 11 additions & 7 deletions app/alarm/datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-alarm-datasouce</artifactId>
<dependencies>
Expand All @@ -22,37 +22,41 @@
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-types</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-pv</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-util</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm-model</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>net.sf.sociaal</groupId>
<artifactId>freetts</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
18 changes: 11 additions & 7 deletions app/alarm/logging-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-alarm-logging-ui</artifactId>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-types</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-util</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm-model</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -64,4 +64,8 @@
<version>${jackson.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
10 changes: 7 additions & 3 deletions app/alarm/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-alarm-model</artifactId>
<dependencies>
Expand Down Expand Up @@ -47,12 +47,16 @@
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-util</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion app/alarm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<modules>
<module>model</module>
<module>ui</module>
<module>logging-ui</module>
<module>datasource</module>
</modules>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
16 changes: 10 additions & 6 deletions app/alarm/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-alarm-ui</artifactId>
<dependencies>
Expand All @@ -22,32 +22,36 @@
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-types</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-util</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-alarm-model</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>net.sf.sociaal</groupId>
<artifactId>freetts</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
10 changes: 7 additions & 3 deletions app/channel/channelfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-channel</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-channel-channelfinder</artifactId>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-security</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -45,4 +45,8 @@
<version>${guava.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion app/channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-channel</artifactId>
<packaging>pom</packaging>
Expand All @@ -13,4 +13,8 @@
<module>views</module>
<module>channelfinder</module>
</modules>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
16 changes: 10 additions & 6 deletions app/channel/utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,38 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-channel</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-channel-utility</artifactId>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-channel-channelfinder</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-types</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-pv</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
18 changes: 11 additions & 7 deletions app/channel/views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,43 @@
<parent>
<groupId>org.phoebus</groupId>
<artifactId>app-channel</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</parent>
<artifactId>app-channel-views</artifactId>
<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-channel-channelfinder</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-channel-utility</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-framework</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-ui</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-pv</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-types</artifactId>
<version>4.6.10-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
</dependencies>

<scm>
<tag>v4.7.0</tag>
</scm>
</project>
Loading

0 comments on commit 0dee5d0

Please sign in to comment.