|
15 | 15 | <parent> |
16 | 16 | <groupId>org.quickperf</groupId> |
17 | 17 | <artifactId>quick-perf</artifactId> |
18 | | - <version>1.0.1-SNAPSHOT</version> |
| 18 | + <version>1.0.1</version> |
19 | 19 | </parent> |
20 | 20 |
|
21 | 21 | <modelVersion>4.0.0</modelVersion> |
22 | 22 |
|
23 | 23 | <artifactId>quick-perf-bom</artifactId> |
24 | | - <version>1.0.1-SNAPSHOT</version> |
| 24 | + <version>1.0.1</version> |
25 | 25 | <packaging>pom</packaging> |
26 | 26 |
|
27 | 27 | <dependencyManagement> |
28 | 28 | <dependencies> |
29 | 29 | <dependency> |
30 | 30 | <groupId>org.quickperf</groupId> |
31 | 31 | <artifactId>quick-perf-jfr-annotations</artifactId> |
32 | | - <version>1.0.1-SNAPSHOT</version> |
| 32 | + <version>1.0.1</version> |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
35 | 35 | <groupId>org.quickperf</groupId> |
36 | 36 | <artifactId>quick-perf-sql-annotations</artifactId> |
37 | | - <version>1.0.1-SNAPSHOT</version> |
| 37 | + <version>1.0.1</version> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>org.quickperf</groupId> |
41 | 41 | <artifactId>quick-perf-junit4</artifactId> |
42 | | - <version>1.0.1-SNAPSHOT</version> |
| 42 | + <version>1.0.1</version> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>org.quickperf</groupId> |
46 | 46 | <artifactId>quick-perf-junit5</artifactId> |
47 | | - <version>1.0.1-SNAPSHOT</version> |
| 47 | + <version>1.0.1</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.quickperf</groupId> |
51 | 51 | <artifactId>quick-perf-testng</artifactId> |
52 | | - <version>1.0.1-SNAPSHOT</version> |
| 52 | + <version>1.0.1</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>org.quickperf</groupId> |
56 | 56 | <artifactId>quick-perf-sql-spring4</artifactId> |
57 | | - <version>1.0.1-SNAPSHOT</version> |
| 57 | + <version>1.0.1</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>org.quickperf</groupId> |
61 | 61 | <artifactId>quick-perf-sql-spring5</artifactId> |
62 | | - <version>1.0.1-SNAPSHOT</version> |
| 62 | + <version>1.0.1</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.quickperf</groupId> |
66 | 66 | <artifactId>quick-perf-junit4-spring3</artifactId> |
67 | | - <version>1.0.1-SNAPSHOT</version> |
| 67 | + <version>1.0.1</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>org.quickperf</groupId> |
71 | 71 | <artifactId>quick-perf-junit4-spring4</artifactId> |
72 | | - <version>1.0.1-SNAPSHOT</version> |
| 72 | + <version>1.0.1</version> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>org.quickperf</groupId> |
76 | 76 | <artifactId>quick-perf-junit4-spring5</artifactId> |
77 | | - <version>1.0.1-SNAPSHOT</version> |
| 77 | + <version>1.0.1</version> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
80 | 80 | <groupId>org.quickperf</groupId> |
81 | 81 | <artifactId>quick-perf-springboot1-sql-starter</artifactId> |
82 | | - <version>1.0.1-SNAPSHOT</version> |
| 82 | + <version>1.0.1</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.quickperf</groupId> |
86 | 86 | <artifactId>quick-perf-springboot2-sql-starter</artifactId> |
87 | | - <version>1.0.1-SNAPSHOT</version> |
| 87 | + <version>1.0.1</version> |
88 | 88 | </dependency> |
89 | 89 | </dependencies> |
90 | 90 | </dependencyManagement> |
|
0 commit comments