Skip to content

Commit 702ae15

Browse files
committed
[maven-release-plugin] prepare release pepper-metrics-1.0.11
1 parent 08225fe commit 702ae15

File tree

30 files changed

+80
-80
lines changed

30 files changed

+80
-80
lines changed

pepper-metrics-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<artifactId>pepper-metrics-parent</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-core</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.slf4j</groupId>

pepper-metrics-demo/pepper-metrics-demo-jvm/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<parent>
55
<artifactId>pepper-metrics-demo</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-demo-jvm</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>top.zrbcool</groupId>
2424
<artifactId>pepper-metrics-scheduled-printer</artifactId>
25-
<version>1.0.11-SNAPSHOT</version>
25+
<version>1.0.11</version>
2626
</dependency>
2727
</dependencies>
2828

pepper-metrics-demo/pepper-metrics-demo-spi/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<parent>
55
<artifactId>pepper-metrics-demo</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-demo-spi</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>top.zrbcool</groupId>
2424
<artifactId>pepper-metrics-scheduled-printer</artifactId>
25-
<version>1.0.11-SNAPSHOT</version>
25+
<version>1.0.11</version>
2626
</dependency>
2727
</dependencies>
2828

pepper-metrics-demo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<artifactId>pepper-metrics-parent</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-demo</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>

pepper-metrics-ds/pepper-metrics-ds-prometheus/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<parent>
55
<artifactId>pepper-metrics-ds</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-ds-prometheus</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>io.micrometer</groupId>

pepper-metrics-ds/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<artifactId>pepper-metrics-parent</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-ds</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>

pepper-metrics-integration/pepper-metrics-dubbo/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>pepper-metrics-integration</artifactId>
55
<groupId>top.zrbcool</groupId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>top.zrbcool</groupId>
1515
<artifactId>pepper-metrics-core</artifactId>
16-
<version>1.0.11-SNAPSHOT</version>
16+
<version>1.0.11</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>top.zrbcool</groupId>
2020
<artifactId>pepper-metrics-scheduled-printer</artifactId>
21-
<version>1.0.11-SNAPSHOT</version>
21+
<version>1.0.11</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.apache.dubbo</groupId>

pepper-metrics-integration/pepper-metrics-jedis/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<parent>
55
<artifactId>pepper-metrics-integration</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-jedis</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>redis.clients</groupId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>top.zrbcool</groupId>
3535
<artifactId>pepper-metrics-scheduled-printer</artifactId>
36-
<version>1.0.11-SNAPSHOT</version>
36+
<version>1.0.11</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.slf4j</groupId>

pepper-metrics-integration/pepper-metrics-motan/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<parent>
55
<artifactId>pepper-metrics-integration</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-motan</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>top.zrbcool</groupId>
2424
<artifactId>pepper-metrics-scheduled-printer</artifactId>
25-
<version>1.0.11-SNAPSHOT</version>
25+
<version>1.0.11</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.weibo</groupId>

pepper-metrics-integration/pepper-metrics-mybatis/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<parent>
55
<artifactId>pepper-metrics-integration</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-mybatis</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>top.zrbcool</groupId>
2424
<artifactId>pepper-metrics-scheduled-printer</artifactId>
25-
<version>1.0.11-SNAPSHOT</version>
25+
<version>1.0.11</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.mybatis</groupId>

pepper-metrics-integration/pepper-metrics-servlet/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<parent>
55
<artifactId>pepper-metrics-integration</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-servlet</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>top.zrbcool</groupId>
1919
<artifactId>pepper-metrics-core</artifactId>
20-
<version>1.0.11-SNAPSHOT</version>
20+
<version>1.0.11</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>javax</groupId>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>top.zrbcool</groupId>
2929
<artifactId>pepper-metrics-scheduled-printer</artifactId>
30-
<version>1.0.11-SNAPSHOT</version>
30+
<version>1.0.11</version>
3131
</dependency>
3232
</dependencies>
3333
</project>

pepper-metrics-integration/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<artifactId>pepper-metrics-parent</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>pepper-metrics-integration</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>

pepper-metrics-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>top.zrbcool</groupId>
44
<artifactId>pepper-metrics-parent</artifactId>
5-
<version>1.0.11-SNAPSHOT</version>
5+
<version>1.0.11</version>
66
<packaging>pom</packaging>
77

88
<properties>

pepper-metrics-samples/core-sample-jvm/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@
44
<parent>
55
<artifactId>pepper-metrics-samples</artifactId>
66
<groupId>top.zrbcool</groupId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>core-sample-jvm</artifactId>
13-
<version>1.0.11-SNAPSHOT</version>
13+
<version>1.0.11</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
1717
<!-- pepper-metrics-jedis dependency -->
1818
<dependency>
1919
<groupId>top.zrbcool</groupId>
2020
<artifactId>pepper-metrics-core</artifactId>
21-
<version>1.0.11-SNAPSHOT</version>
21+
<version>1.0.11</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>top.zrbcool</groupId>
2525
<artifactId>pepper-metrics-scheduled-printer</artifactId>
26-
<version>1.0.11-SNAPSHOT</version>
26+
<version>1.0.11</version>
2727
</dependency>
2828
<!-- pepper-metrics datasource use prometheus by default -->
2929
<dependency>
3030
<groupId>top.zrbcool</groupId>
3131
<artifactId>pepper-metrics-ds-prometheus</artifactId>
32-
<version>1.0.11-SNAPSHOT</version>
32+
<version>1.0.11</version>
3333
</dependency>
3434
<!-- log4j2 2.X -->
3535
<dependency>

pepper-metrics-samples/dubbo-sample-spring/dubbo-sample-spring-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dubbo-sample-spring</artifactId>
55
<groupId>top.zrbcool</groupId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pepper-metrics-samples/dubbo-sample-spring/dubbo-sample-spring-consumer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dubbo-sample-spring</artifactId>
55
<groupId>top.zrbcool</groupId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>top.zrbcool</groupId>
1515
<artifactId>dubbo-sample-spring-api</artifactId>
16-
<version>1.0.11-SNAPSHOT</version>
16+
<version>1.0.11</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.springframework</groupId>

pepper-metrics-samples/dubbo-sample-spring/dubbo-sample-spring-provider/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dubbo-sample-spring</artifactId>
55
<groupId>top.zrbcool</groupId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>top.zrbcool</groupId>
1515
<artifactId>dubbo-sample-spring-api</artifactId>
16-
<version>1.0.11-SNAPSHOT</version>
16+
<version>1.0.11</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)