Skip to content

Commit dbf5f71

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 92248c2 commit dbf5f71

File tree

45 files changed

+140
-140
lines changed

Some content is hidden

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

45 files changed

+140
-140
lines changed

bom/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,76 +15,76 @@
1515
<parent>
1616
<groupId>org.quickperf</groupId>
1717
<artifactId>quick-perf</artifactId>
18-
<version>1.1.1</version>
18+
<version>1.1.2-SNAPSHOT</version>
1919
</parent>
2020

2121
<modelVersion>4.0.0</modelVersion>
2222

2323
<artifactId>quick-perf-bom</artifactId>
24-
<version>1.1.1</version>
24+
<version>1.1.2-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626

2727
<dependencyManagement>
2828
<dependencies>
2929
<dependency>
3030
<groupId>org.quickperf</groupId>
3131
<artifactId>quick-perf-jfr-annotations</artifactId>
32-
<version>1.1.1</version>
32+
<version>1.1.2-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.quickperf</groupId>
3636
<artifactId>quick-perf-sql-annotations</artifactId>
37-
<version>1.1.1</version>
37+
<version>1.1.2-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.quickperf</groupId>
4141
<artifactId>quick-perf-junit4</artifactId>
42-
<version>1.1.1</version>
42+
<version>1.1.2-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.quickperf</groupId>
4646
<artifactId>quick-perf-junit5</artifactId>
47-
<version>1.1.1</version>
47+
<version>1.1.2-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.quickperf</groupId>
5151
<artifactId>quick-perf-testng</artifactId>
52-
<version>1.1.1</version>
52+
<version>1.1.2-SNAPSHOT</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.quickperf</groupId>
5656
<artifactId>quick-perf-sql-spring4</artifactId>
57-
<version>1.1.1</version>
57+
<version>1.1.2-SNAPSHOT</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.quickperf</groupId>
6161
<artifactId>quick-perf-sql-spring5</artifactId>
62-
<version>1.1.1</version>
62+
<version>1.1.2-SNAPSHOT</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.quickperf</groupId>
6666
<artifactId>quick-perf-junit4-spring3</artifactId>
67-
<version>1.1.1</version>
67+
<version>1.1.2-SNAPSHOT</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.quickperf</groupId>
7171
<artifactId>quick-perf-junit4-spring4</artifactId>
72-
<version>1.1.1</version>
72+
<version>1.1.2-SNAPSHOT</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.quickperf</groupId>
7676
<artifactId>quick-perf-junit4-spring5</artifactId>
77-
<version>1.1.1</version>
77+
<version>1.1.2-SNAPSHOT</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.quickperf</groupId>
8181
<artifactId>quick-perf-springboot1-sql-starter</artifactId>
82-
<version>1.1.1</version>
82+
<version>1.1.2-SNAPSHOT</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.quickperf</groupId>
8686
<artifactId>quick-perf-springboot2-sql-starter</artifactId>
87-
<version>1.1.1</version>
87+
<version>1.1.2-SNAPSHOT</version>
8888
</dependency>
8989
</dependencies>
9090
</dependencyManagement>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

junit4/junit4-12-jvm-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit4-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>org.quickperf</groupId>
4242
<artifactId>quick-perf-junit4</artifactId>
43-
<version>1.1.1</version>
43+
<version>1.1.2-SNAPSHOT</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.quickperf</groupId>
4848
<artifactId>quick-perf-jfr-annotations</artifactId>
49-
<version>1.1.1</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

junit4/junit4-13-1-jvm-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.quickperf</groupId>
1818
<artifactId>quick-perf-junit4-parent</artifactId>
19-
<version>1.1.1</version>
19+
<version>1.1.2-SNAPSHOT</version>
2020
</parent>
2121

2222
<artifactId>quick-perf-junit4-13-1-jvm-test</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.quickperf</groupId>
4343
<artifactId>quick-perf-junit4</artifactId>
44-
<version>1.1.1</version>
44+
<version>1.1.2-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

junit4/junit4-13-2-jvm-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.quickperf</groupId>
1818
<artifactId>quick-perf-junit4-parent</artifactId>
19-
<version>1.1.1</version>
19+
<version>1.1.2-SNAPSHOT</version>
2020
</parent>
2121

2222
<artifactId>quick-perf-junit4-13-2-jvm-test</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.quickperf</groupId>
4343
<artifactId>quick-perf-junit4</artifactId>
44-
<version>1.1.1</version>
44+
<version>1.1.2-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

junit4/junit4-13-jvm-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.quickperf</groupId>
1818
<artifactId>quick-perf-junit4-parent</artifactId>
19-
<version>1.1.1</version>
19+
<version>1.1.2-SNAPSHOT</version>
2020
</parent>
2121

2222
<artifactId>quick-perf-junit4-13-jvm-test</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.quickperf</groupId>
4343
<artifactId>quick-perf-junit4</artifactId>
44-
<version>1.1.1</version>
44+
<version>1.1.2-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

junit4/junit4-5-jvm-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.quickperf</groupId>
1818
<artifactId>quick-perf-junit4-parent</artifactId>
19-
<version>1.1.1</version>
19+
<version>1.1.2-SNAPSHOT</version>
2020
</parent>
2121

2222
<artifactId>quick-perf-junit4-5-jvm-test</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.quickperf</groupId>
4343
<artifactId>quick-perf-junit4</artifactId>
44-
<version>1.1.1</version>
44+
<version>1.1.2-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

junit4/junit4-runner/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit4-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -31,12 +31,12 @@
3131
<dependency>
3232
<groupId>org.quickperf</groupId>
3333
<artifactId>quick-perf-core</artifactId>
34-
<version>1.1.1</version>
34+
<version>1.1.2-SNAPSHOT</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.quickperf</groupId>
3838
<artifactId>quick-perf-jvm-annotations</artifactId>
39-
<version>1.1.1</version>
39+
<version>1.1.2-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

junit4/junit4-sql-test/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit4-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -35,19 +35,19 @@
3535
<dependency>
3636
<groupId>org.quickperf</groupId>
3737
<artifactId>quick-perf-junit4</artifactId>
38-
<version>1.1.1</version>
38+
<version>1.1.2-SNAPSHOT</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.quickperf</groupId>
4343
<artifactId>quick-perf-sql-annotations</artifactId>
44-
<version>1.1.1</version>
44+
<version>1.1.2-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.quickperf</groupId>
4949
<artifactId>quick-perf-sql-memory-test-util</artifactId>
50-
<version>1.1.1</version>
50+
<version>1.1.2-SNAPSHOT</version>
5151
<classifier>tests</classifier>
5252
<type>test-jar</type>
5353
<scope>test</scope>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.quickperf</groupId>
6363
<artifactId>quick-perf-sql-hibernate-test-util</artifactId>
64-
<version>1.1.1</version>
64+
<version>1.1.2-SNAPSHOT</version>
6565
<classifier>tests</classifier>
6666
<type>test-jar</type>
6767
<scope>test</scope>

junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

junit5/junit5-extension/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit5-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -24,12 +24,12 @@
2424
<dependency>
2525
<groupId>org.quickperf</groupId>
2626
<artifactId>quick-perf-core</artifactId>
27-
<version>1.1.1</version>
27+
<version>1.1.2-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.quickperf</groupId>
3131
<artifactId>quick-perf-jvm-annotations</artifactId>
32-
<version>1.1.1</version>
32+
<version>1.1.2-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.junit.jupiter</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.quickperf</groupId>
4848
<artifactId>quick-perf-junit5-test-util</artifactId>
49-
<version>1.1.1</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<classifier>tests</classifier>
5151
<type>test-jar</type>
5252
<scope>test</scope>

junit5/junit5-jvm-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit5-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -32,21 +32,21 @@
3232
<dependency>
3333
<groupId>org.quickperf</groupId>
3434
<artifactId>quick-perf-junit5</artifactId>
35-
<version>1.1.1</version>
35+
<version>1.1.2-SNAPSHOT</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.quickperf</groupId>
4040
<artifactId>quick-perf-junit5-test-util</artifactId>
41-
<version>1.1.1</version>
41+
<version>1.1.2-SNAPSHOT</version>
4242
<classifier>tests</classifier>
4343
<type>test-jar</type>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.quickperf</groupId>
4848
<artifactId>quick-perf-jfr-annotations</artifactId>
49-
<version>1.1.1</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

junit5/junit5-sql-test/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit5-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -32,34 +32,34 @@
3232
<dependency>
3333
<groupId>org.quickperf</groupId>
3434
<artifactId>quick-perf-junit5</artifactId>
35-
<version>1.1.1</version>
35+
<version>1.1.2-SNAPSHOT</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.quickperf</groupId>
4040
<artifactId>quick-perf-sql-annotations</artifactId>
41-
<version>1.1.1</version>
41+
<version>1.1.2-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.quickperf</groupId>
4545
<artifactId>quick-perf-junit5-test-util</artifactId>
46-
<version>1.1.1</version>
46+
<version>1.1.2-SNAPSHOT</version>
4747
<classifier>tests</classifier>
4848
<type>test-jar</type>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.quickperf</groupId>
5353
<artifactId>quick-perf-sql-memory-test-util</artifactId>
54-
<version>1.1.1</version>
54+
<version>1.1.2-SNAPSHOT</version>
5555
<classifier>tests</classifier>
5656
<type>test-jar</type>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.quickperf</groupId>
6161
<artifactId>quick-perf-sql-hibernate-test-util</artifactId>
62-
<version>1.1.1</version>
62+
<version>1.1.2-SNAPSHOT</version>
6363
<classifier>tests</classifier>
6464
<type>test-jar</type>
6565
<scope>test</scope>

junit5/junit5-test-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.quickperf</groupId>
1616
<artifactId>quick-perf-junit5-parent</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2-SNAPSHOT</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

0 commit comments

Comments
 (0)