Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and chrisjstevo committed Mar 13, 2024
1 parent 2f0ac9d commit 875c4be
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 68 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.63</version>
<version>0.9.64-SNAPSHOT</version>
</parent>

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

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions example/apache-ignite/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.63</version>
<version>0.9.64-SNAPSHOT</version>
</parent>

<artifactId>apache-ignite</artifactId>
Expand All @@ -19,25 +19,25 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu.plugin</groupId>
<artifactId>virtualized-table-plugin</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu.plugin</groupId>
<artifactId>ignite-plugin</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.ignite</groupId>
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.63</version>
<version>0.9.64-SNAPSHOT</version>
</parent>

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

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

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

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
</parent>

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

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>editable</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>permission</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
18 changes: 9 additions & 9 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.63</version>
<version>0.9.64-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -16,49 +16,49 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>basket</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>virtualized-table</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>order</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>editable</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>permission</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>rest-api</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

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

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>price</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

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

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</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.63</version>
<version>0.9.64-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

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

<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions example/rest-api/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.63</version>
<version>0.9.64-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.9.63</version>
<version>0.9.64-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client4</groupId>
Expand Down

0 comments on commit 875c4be

Please sign in to comment.