Skip to content

Commit 17fa815

Browse files
committed
[maven-release-plugin] prepare release release-1.0.0
1 parent c9e09a4 commit 17fa815

File tree

39 files changed

+140
-176
lines changed

39 files changed

+140
-176
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.0-SNAPSHOT</version>
18+
<version>1.0.0</version>
1919
</parent>
2020

2121
<modelVersion>4.0.0</modelVersion>
2222

2323
<artifactId>quick-perf-bom</artifactId>
24-
<version>1.0-SNAPSHOT</version>
24+
<version>1.0.0</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.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.quickperf</groupId>
3636
<artifactId>quick-perf-sql-annotations</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.0.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.quickperf</groupId>
4141
<artifactId>quick-perf-junit4</artifactId>
42-
<version>1.0-SNAPSHOT</version>
42+
<version>1.0.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.quickperf</groupId>
4646
<artifactId>quick-perf-junit5</artifactId>
47-
<version>1.0-SNAPSHOT</version>
47+
<version>1.0.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.quickperf</groupId>
5151
<artifactId>quick-perf-testng</artifactId>
52-
<version>1.0-SNAPSHOT</version>
52+
<version>1.0.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.quickperf</groupId>
5656
<artifactId>quick-perf-sql-spring4</artifactId>
57-
<version>1.0-SNAPSHOT</version>
57+
<version>1.0.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.quickperf</groupId>
6161
<artifactId>quick-perf-sql-spring5</artifactId>
62-
<version>1.0-SNAPSHOT</version>
62+
<version>1.0.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.quickperf</groupId>
6666
<artifactId>quick-perf-junit4-spring3</artifactId>
67-
<version>1.0-SNAPSHOT</version>
67+
<version>1.0.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.quickperf</groupId>
7171
<artifactId>quick-perf-junit4-spring4</artifactId>
72-
<version>1.0-SNAPSHOT</version>
72+
<version>1.0.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.quickperf</groupId>
7676
<artifactId>quick-perf-junit4-spring5</artifactId>
77-
<version>1.0-SNAPSHOT</version>
77+
<version>1.0.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.quickperf</groupId>
8181
<artifactId>quick-perf-springboot1-sql-starter</artifactId>
82-
<version>1.0-SNAPSHOT</version>
82+
<version>1.0.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.quickperf</groupId>
8686
<artifactId>quick-perf-springboot2-sql-starter</artifactId>
87-
<version>1.0-SNAPSHOT</version>
87+
<version>1.0.0</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.0-SNAPSHOT</version>
17+
<version>1.0.0</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
~ Copyright 2019-2020 the original author or authors.
1111
-->
1212

13-
<project xmlns="http://maven.apache.org/POM/4.0.0"
14-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1614
<parent>
1715
<groupId>org.quickperf</groupId>
1816
<artifactId>quick-perf-junit4-parent</artifactId>
19-
<version>1.0-SNAPSHOT</version>
17+
<version>1.0.0</version>
2018
</parent>
2119
<modelVersion>4.0.0</modelVersion>
2220

@@ -42,13 +40,13 @@
4240
<dependency>
4341
<groupId>org.quickperf</groupId>
4442
<artifactId>quick-perf-junit4</artifactId>
45-
<version>1.0-SNAPSHOT</version>
43+
<version>1.0.0</version>
4644
<scope>test</scope>
4745
</dependency>
4846
<dependency>
4947
<groupId>org.quickperf</groupId>
5048
<artifactId>quick-perf-jfr-annotations</artifactId>
51-
<version>1.0-SNAPSHOT</version>
49+
<version>1.0.0</version>
5250
<scope>test</scope>
5351
</dependency>
5452
</dependencies>

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
~
1010
~ Copyright 2019-2020 the original author or authors.
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1513

1614
<modelVersion>4.0.0</modelVersion>
1715

1816
<parent>
1917
<groupId>org.quickperf</groupId>
2018
<artifactId>quick-perf-junit4-parent</artifactId>
21-
<version>1.0-SNAPSHOT</version>
19+
<version>1.0.0</version>
2220
</parent>
2321

2422
<artifactId>quick-perf-junit4-13-1-jvm-test</artifactId>
@@ -43,7 +41,7 @@
4341
<dependency>
4442
<groupId>org.quickperf</groupId>
4543
<artifactId>quick-perf-junit4</artifactId>
46-
<version>1.0-SNAPSHOT</version>
44+
<version>1.0.0</version>
4745
<scope>test</scope>
4846
</dependency>
4947
</dependencies>

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
~
1010
~ Copyright 2019-2020 the original author or authors.
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1513

1614
<modelVersion>4.0.0</modelVersion>
1715

1816
<parent>
1917
<groupId>org.quickperf</groupId>
2018
<artifactId>quick-perf-junit4-parent</artifactId>
21-
<version>1.0-SNAPSHOT</version>
19+
<version>1.0.0</version>
2220
</parent>
2321

2422
<artifactId>quick-perf-junit4-13-jvm-test</artifactId>
@@ -43,7 +41,7 @@
4341
<dependency>
4442
<groupId>org.quickperf</groupId>
4543
<artifactId>quick-perf-junit4</artifactId>
46-
<version>1.0-SNAPSHOT</version>
44+
<version>1.0.0</version>
4745
<scope>test</scope>
4846
</dependency>
4947
</dependencies>

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
~
1010
~ Copyright 2019-2020 the original author or authors.
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1513

1614
<modelVersion>4.0.0</modelVersion>
1715

1816
<parent>
1917
<groupId>org.quickperf</groupId>
2018
<artifactId>quick-perf-junit4-parent</artifactId>
21-
<version>1.0-SNAPSHOT</version>
19+
<version>1.0.0</version>
2220
</parent>
2321

2422
<artifactId>quick-perf-junit4-5-jvm-test</artifactId>
@@ -43,7 +41,7 @@
4341
<dependency>
4442
<groupId>org.quickperf</groupId>
4543
<artifactId>quick-perf-junit4</artifactId>
46-
<version>1.0-SNAPSHOT</version>
44+
<version>1.0.0</version>
4745
<scope>test</scope>
4846
</dependency>
4947
</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.0-SNAPSHOT</version>
17+
<version>1.0.0</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.0-SNAPSHOT</version>
34+
<version>1.0.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.quickperf</groupId>
3838
<artifactId>quick-perf-jvm-annotations</artifactId>
39-
<version>1.0-SNAPSHOT</version>
39+
<version>1.0.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

junit4/junit4-sql-test/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
~ Copyright 2019-2020 the original author or authors.
1111
-->
1212

13-
<project xmlns="http://maven.apache.org/POM/4.0.0"
14-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1614
<parent>
1715
<groupId>org.quickperf</groupId>
1816
<artifactId>quick-perf-junit4-parent</artifactId>
19-
<version>1.0-SNAPSHOT</version>
17+
<version>1.0.0</version>
2018
</parent>
2119
<modelVersion>4.0.0</modelVersion>
2220

@@ -37,19 +35,19 @@
3735
<dependency>
3836
<groupId>org.quickperf</groupId>
3937
<artifactId>quick-perf-junit4</artifactId>
40-
<version>1.0-SNAPSHOT</version>
38+
<version>1.0.0</version>
4139
<scope>test</scope>
4240
</dependency>
4341
<dependency>
4442
<groupId>org.quickperf</groupId>
4543
<artifactId>quick-perf-sql-annotations</artifactId>
46-
<version>1.0-SNAPSHOT</version>
44+
<version>1.0.0</version>
4745
<scope>test</scope>
4846
</dependency>
4947
<dependency>
5048
<groupId>org.quickperf</groupId>
5149
<artifactId>quick-perf-sql-memory-test-util</artifactId>
52-
<version>1.0-SNAPSHOT</version>
50+
<version>1.0.0</version>
5351
<classifier>tests</classifier>
5452
<type>test-jar</type>
5553
<scope>test</scope>
@@ -63,7 +61,7 @@
6361
<dependency>
6462
<groupId>org.quickperf</groupId>
6563
<artifactId>quick-perf-sql-hibernate-test-util</artifactId>
66-
<version>1.0-SNAPSHOT</version>
64+
<version>1.0.0</version>
6765
<classifier>tests</classifier>
6866
<type>test-jar</type>
6967
<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.0-SNAPSHOT</version>
17+
<version>1.0.0</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.0-SNAPSHOT</version>
17+
<version>1.0.0</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.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.quickperf</groupId>
3131
<artifactId>quick-perf-jvm-annotations</artifactId>
32-
<version>1.0-SNAPSHOT</version>
32+
<version>1.0.0</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.0-SNAPSHOT</version>
49+
<version>1.0.0</version>
5050
<classifier>tests</classifier>
5151
<type>test-jar</type>
5252
<scope>test</scope>

junit5/junit5-jvm-test/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
~ Copyright 2019-2020 the original author or authors.
1111
-->
1212

13-
<project xmlns="http://maven.apache.org/POM/4.0.0"
14-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1614
<parent>
1715
<groupId>org.quickperf</groupId>
1816
<artifactId>quick-perf-junit5-parent</artifactId>
19-
<version>1.0-SNAPSHOT</version>
17+
<version>1.0.0</version>
2018
</parent>
2119
<modelVersion>4.0.0</modelVersion>
2220

@@ -34,21 +32,21 @@
3432
<dependency>
3533
<groupId>org.quickperf</groupId>
3634
<artifactId>quick-perf-junit5</artifactId>
37-
<version>1.0-SNAPSHOT</version>
35+
<version>1.0.0</version>
3836
<scope>test</scope>
3937
</dependency>
4038
<dependency>
4139
<groupId>org.quickperf</groupId>
4240
<artifactId>quick-perf-junit5-test-util</artifactId>
43-
<version>1.0-SNAPSHOT</version>
41+
<version>1.0.0</version>
4442
<classifier>tests</classifier>
4543
<type>test-jar</type>
4644
<scope>test</scope>
4745
</dependency>
4846
<dependency>
4947
<groupId>org.quickperf</groupId>
5048
<artifactId>quick-perf-jfr-annotations</artifactId>
51-
<version>1.0-SNAPSHOT</version>
49+
<version>1.0.0</version>
5250
<scope>test</scope>
5351
</dependency>
5452
</dependencies>

0 commit comments

Comments
 (0)