Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vuu-parent-0.9.60
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 22, 2024
1 parent ca4d6c1 commit 3468855
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions example/basket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<artifactId>basket</artifactId>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand All @@ -29,13 +29,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions example/editable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
16 changes: 8 additions & 8 deletions example/main-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<artifactId>main-java</artifactId>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand All @@ -29,31 +29,31 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>basket</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>editable</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>permission</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
Expand Down
14 changes: 7 additions & 7 deletions example/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -16,37 +16,37 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>basket</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>editable</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>permission</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions example/order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand All @@ -30,13 +30,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>permission</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions example/permission/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions example/price/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
<name>vuu-parent</name>
<description>Vuu - A View Server in Scala and React</description>
<url>https://github.com/finos/vuu</url>
Expand Down Expand Up @@ -32,7 +32,7 @@
<connection>scm:git:https://github.com/finos/vuu.git</connection>
<developerConnection>scm:git:ssh://[email protected]/finos/vuu.git</developerConnection>
<url>https://github.com/finos/vuu/tree/master</url>
<tag>HEAD</tag>
<tag>vuu-parent-0.9.60</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<artifactId>toolbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vuu-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<artifactId>vuu-ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vuu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>toolbox</artifactId>
<version>0.9.41-SNAPSHOT</version>
<version>0.9.60</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3468855

Please sign in to comment.