Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pepper-metrics-1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbcool committed Aug 24, 2019
1 parent 08225fe commit 702ae15
Show file tree
Hide file tree
Showing 30 changed files with 80 additions and 80 deletions.
4 changes: 2 additions & 2 deletions pepper-metrics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pepper-metrics-parent</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pepper-metrics-demo/pepper-metrics-demo-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<parent>
<artifactId>pepper-metrics-demo</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-demo-jvm</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions pepper-metrics-demo/pepper-metrics-demo-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<parent>
<artifactId>pepper-metrics-demo</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-demo-spi</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pepper-metrics-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pepper-metrics-parent</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-demo</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions pepper-metrics-ds/pepper-metrics-ds-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<artifactId>pepper-metrics-ds</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-ds-prometheus</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pepper-metrics-ds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pepper-metrics-parent</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-ds</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions pepper-metrics-integration/pepper-metrics-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pepper-metrics-integration</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pepper-metrics-integration/pepper-metrics-jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<artifactId>pepper-metrics-integration</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-jedis</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pepper-metrics-integration/pepper-metrics-motan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<parent>
<artifactId>pepper-metrics-integration</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-motan</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pepper-metrics-integration/pepper-metrics-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<parent>
<artifactId>pepper-metrics-integration</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-mybatis</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pepper-metrics-integration/pepper-metrics-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<artifactId>pepper-metrics-integration</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-servlet</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pepper-metrics-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pepper-metrics-parent</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pepper-metrics-parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>pepper-metrics-integration</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pepper-metrics-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>pom</packaging>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions pepper-metrics-samples/core-sample-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
<parent>
<artifactId>pepper-metrics-samples</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>core-sample-jvm</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<dependencies>
<!-- pepper-metrics-jedis dependency -->
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-scheduled-printer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<!-- pepper-metrics datasource use prometheus by default -->
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>pepper-metrics-ds-prometheus</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<!-- log4j2 2.X -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dubbo-sample-spring</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dubbo-sample-spring</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>dubbo-sample-spring-api</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dubbo-sample-spring</artifactId>
<groupId>top.zrbcool</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>top.zrbcool</groupId>
<artifactId>dubbo-sample-spring-api</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Loading

0 comments on commit 702ae15

Please sign in to comment.