Skip to content

Commit f2d3c22

Browse files
stonesmiFINOS Admin
authored andcommitted
[maven-release-plugin] prepare for next development iteration
1 parent f73bb7c commit f2d3c22

File tree

20 files changed

+73
-73
lines changed

20 files changed

+73
-73
lines changed

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.finos.vuu</groupId>
66
<artifactId>vuu-parent</artifactId>
7-
<version>0.9.74</version>
7+
<version>0.9.75-SNAPSHOT</version>
88
</parent>
99

1010
<properties>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.finos.vuu</groupId>
2424
<artifactId>vuu</artifactId>
25-
<version>0.9.74</version>
25+
<version>0.9.75-SNAPSHOT</version>
2626
</dependency>
2727

2828
<dependency>

example/apache-ignite/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.finos.vuu</groupId>
66
<artifactId>example</artifactId>
7-
<version>0.9.74</version>
7+
<version>0.9.75-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>apache-ignite</artifactId>
@@ -21,25 +21,25 @@
2121
<dependency>
2222
<groupId>org.finos.vuu</groupId>
2323
<artifactId>order</artifactId>
24-
<version>0.9.74</version>
24+
<version>0.9.75-SNAPSHOT</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>org.finos.vuu.plugin</groupId>
2929
<artifactId>virtualized-table-plugin</artifactId>
30-
<version>0.9.74</version>
30+
<version>0.9.75-SNAPSHOT</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.finos.vuu.plugin</groupId>
3535
<artifactId>ignite-plugin</artifactId>
36-
<version>0.9.74</version>
36+
<version>0.9.75-SNAPSHOT</version>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>org.finos.vuu</groupId>
4141
<artifactId>vuu</artifactId>
42-
<version>0.9.74</version>
42+
<version>0.9.75-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.ignite</groupId>

example/basket/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>example</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>basket</artifactId>
@@ -15,13 +15,13 @@
1515
<dependency>
1616
<groupId>org.finos.vuu</groupId>
1717
<artifactId>vuu</artifactId>
18-
<version>0.9.74</version>
18+
<version>0.9.75-SNAPSHOT</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>org.finos.vuu</groupId>
2323
<artifactId>vuu</artifactId>
24-
<version>0.9.74</version>
24+
<version>0.9.75-SNAPSHOT</version>
2525
<classifier>tests</classifier>
2626
<type>test-jar</type>
2727
<scope>test</scope>
@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>org.finos.vuu</groupId>
3232
<artifactId>price</artifactId>
33-
<version>0.9.74</version>
33+
<version>0.9.75-SNAPSHOT</version>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>org.finos.vuu</groupId>
3838
<artifactId>order</artifactId>
39-
<version>0.9.74</version>
39+
<version>0.9.75-SNAPSHOT</version>
4040
</dependency>
4141

4242
<dependency>

example/editable/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>example</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
<!--relativePath>../../pom.xml</relativePath-->
1010
</parent>
1111

@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>org.finos.vuu</groupId>
1818
<artifactId>vuu</artifactId>
19-
<version>0.9.74</version>
19+
<version>0.9.75-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>org.finos.vuu</groupId>
2424
<artifactId>vuu</artifactId>
25-
<version>0.9.74</version>
25+
<version>0.9.75-SNAPSHOT</version>
2626
<classifier>tests</classifier>
2727
<type>test-jar</type>
2828
<scope>test</scope>

example/main-java/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.finos.vuu</groupId>
66
<artifactId>example</artifactId>
7-
<version>0.9.74</version>
7+
<version>0.9.75-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>main-java</artifactId>
@@ -15,18 +15,18 @@
1515
<dependency>
1616
<groupId>org.finos.vuu</groupId>
1717
<artifactId>vuu</artifactId>
18-
<version>0.9.74</version>
18+
<version>0.9.75-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.finos.vuu</groupId>
2222
<artifactId>vuu-java</artifactId>
23-
<version>0.9.74</version>
23+
<version>0.9.75-SNAPSHOT</version>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>org.finos.vuu</groupId>
2828
<artifactId>vuu</artifactId>
29-
<version>0.9.74</version>
29+
<version>0.9.75-SNAPSHOT</version>
3030
<classifier>tests</classifier>
3131
<type>test-jar</type>
3232
<scope>test</scope>
@@ -35,31 +35,31 @@
3535
<dependency>
3636
<groupId>org.finos.vuu</groupId>
3737
<artifactId>basket</artifactId>
38-
<version>0.9.74</version>
38+
<version>0.9.75-SNAPSHOT</version>
3939
</dependency>
4040

4141
<dependency>
4242
<groupId>org.finos.vuu</groupId>
4343
<artifactId>price</artifactId>
44-
<version>0.9.74</version>
44+
<version>0.9.75-SNAPSHOT</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>org.finos.vuu</groupId>
4949
<artifactId>order</artifactId>
50-
<version>0.9.74</version>
50+
<version>0.9.75-SNAPSHOT</version>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>org.finos.vuu</groupId>
5555
<artifactId>editable</artifactId>
56-
<version>0.9.74</version>
56+
<version>0.9.75-SNAPSHOT</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>org.finos.vuu</groupId>
6161
<artifactId>permission</artifactId>
62-
<version>0.9.74</version>
62+
<version>0.9.75-SNAPSHOT</version>
6363
</dependency>
6464

6565
<dependency>

example/main/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>example</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
<!--relativePath>../../pom.xml</relativePath-->
1010
</parent>
1111

@@ -17,49 +17,49 @@
1717
<dependency>
1818
<groupId>org.finos.vuu</groupId>
1919
<artifactId>vuu</artifactId>
20-
<version>0.9.74</version>
20+
<version>0.9.75-SNAPSHOT</version>
2121
</dependency>
2222

2323
<dependency>
2424
<groupId>org.finos.vuu</groupId>
2525
<artifactId>basket</artifactId>
26-
<version>0.9.74</version>
26+
<version>0.9.75-SNAPSHOT</version>
2727
</dependency>
2828

2929
<dependency>
3030
<groupId>org.finos.vuu</groupId>
3131
<artifactId>virtualized-table</artifactId>
32-
<version>0.9.74</version>
32+
<version>0.9.75-SNAPSHOT</version>
3333
</dependency>
3434

3535
<dependency>
3636
<groupId>org.finos.vuu</groupId>
3737
<artifactId>price</artifactId>
38-
<version>0.9.74</version>
38+
<version>0.9.75-SNAPSHOT</version>
3939
</dependency>
4040

4141
<dependency>
4242
<groupId>org.finos.vuu</groupId>
4343
<artifactId>order</artifactId>
44-
<version>0.9.74</version>
44+
<version>0.9.75-SNAPSHOT</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>org.finos.vuu</groupId>
4949
<artifactId>editable</artifactId>
50-
<version>0.9.74</version>
50+
<version>0.9.75-SNAPSHOT</version>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>org.finos.vuu</groupId>
5555
<artifactId>permission</artifactId>
56-
<version>0.9.74</version>
56+
<version>0.9.75-SNAPSHOT</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>org.finos.vuu</groupId>
6161
<artifactId>rest-api</artifactId>
62-
<version>0.9.74</version>
62+
<version>0.9.75-SNAPSHOT</version>
6363
</dependency>
6464

6565
<dependency>

example/order/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>example</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
<!--relativePath>../../pom.xml</relativePath-->
1010
</parent>
1111

@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>org.finos.vuu</groupId>
1818
<artifactId>vuu</artifactId>
19-
<version>0.9.74</version>
19+
<version>0.9.75-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>org.finos.vuu</groupId>
2424
<artifactId>vuu</artifactId>
25-
<version>0.9.74</version>
25+
<version>0.9.75-SNAPSHOT</version>
2626
<classifier>tests</classifier>
2727
<type>test-jar</type>
2828
<scope>test</scope>
@@ -31,13 +31,13 @@
3131
<dependency>
3232
<groupId>org.finos.vuu</groupId>
3333
<artifactId>permission</artifactId>
34-
<version>0.9.74</version>
34+
<version>0.9.75-SNAPSHOT</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>org.finos.vuu</groupId>
3939
<artifactId>price</artifactId>
40-
<version>0.9.74</version>
40+
<version>0.9.75-SNAPSHOT</version>
4141
</dependency>
4242

4343
<dependency>

example/permission/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>example</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
<!--relativePath>../../pom.xml</relativePath-->
1010
</parent>
1111

@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>org.finos.vuu</groupId>
1818
<artifactId>vuu</artifactId>
19-
<version>0.9.74</version>
19+
<version>0.9.75-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>org.finos.vuu</groupId>
2424
<artifactId>vuu</artifactId>
25-
<version>0.9.74</version>
25+
<version>0.9.75-SNAPSHOT</version>
2626
<classifier>tests</classifier>
2727
<type>test-jar</type>
2828
<scope>test</scope>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>vuu-parent</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
</parent>
1010

1111
<packaging>pom</packaging>

example/price/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.finos.vuu</groupId>
77
<artifactId>example</artifactId>
8-
<version>0.9.74</version>
8+
<version>0.9.75-SNAPSHOT</version>
99
<!--relativePath>../../pom.xml</relativePath-->
1010
</parent>
1111

@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>org.finos.vuu</groupId>
1818
<artifactId>vuu</artifactId>
19-
<version>0.9.74</version>
19+
<version>0.9.75-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>org.finos.vuu</groupId>
2424
<artifactId>vuu</artifactId>
25-
<version>0.9.74</version>
25+
<version>0.9.75-SNAPSHOT</version>
2626
<classifier>tests</classifier>
2727
<type>test-jar</type>
2828
<scope>test</scope>

0 commit comments

Comments
 (0)