@@ -5,7 +5,7 @@ | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
<packaging>pom</packaging> | |||
<name>${project.artifactId}</name> | |||
@@ -55,6 +55,7 @@ | |||
<maven.compiler.version>3.8.0</maven.compiler.version> | |||
<maven.source.version>3.0.1</maven.source.version> | |||
<maven.javadoc.version>3.0.1</maven.javadoc.version> | |||
<maven.deploy.version>2.8.2</maven.deploy.version> | |||
<maven.gpg.version>1.6</maven.gpg.version> | |||
<maven.jacoco.version>0.8.1</maven.jacoco.version> | |||
</properties> | |||
@@ -7,7 +7,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<packaging>pom</packaging> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-dubbo-adapter</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-grpc-adapter</artifactId> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-web-servlet</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-parent</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-core</artifactId> | |||
<packaging>jar</packaging> | |||
@@ -6,11 +6,11 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-dashboard</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
<packaging>jar</packaging> | |||
<properties> | |||
@@ -58,7 +58,6 @@ | |||
<groupId>org.springframework.boot</groupId> | |||
<artifactId>spring-boot-starter-tomcat</artifactId> | |||
<version>1.5.9.RELEASE</version> | |||
<!--<scope>provided</scope>--> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.springframework.boot</groupId> | |||
@@ -139,6 +138,14 @@ | |||
</configuration> | |||
</plugin> | |||
<plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-deploy-plugin</artifactId> | |||
<version>${maven.deploy.version}</version> | |||
<configuration> | |||
<skip>true</skip> | |||
</configuration> | |||
</plugin> | |||
</plugins> | |||
<resources> | |||
@@ -154,5 +161,4 @@ | |||
</resource> | |||
</resources> | |||
</build> | |||
</project> |
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<packaging>pom</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-demo</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-demo-basic</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-demo</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-demo-dynamic-file-rule</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-demo</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<packaging>pom</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-extension</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-datasource-extension</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<artifactId>sentinel-transport</artifactId> | |||
<description>The transport module of Sentinel</description> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-transport</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<packaging>jar</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-transport</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-transport-netty-http</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-transport</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.2.0</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||