Bump version to 0.1.1-SNAPSHOT

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
Eric Zhao 2018-07-27 16:47:14 +08:00
parent c92fea5d46
commit 934816b9ab
20 changed files with 21 additions and 21 deletions

View File

@ -5,7 +5,7 @@
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-adapter</artifactId> <artifactId>sentinel-adapter</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-adapter</artifactId> <artifactId>sentinel-adapter</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-dubbo-adapter</artifactId> <artifactId>sentinel-dubbo-adapter</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sentinel-adapter</artifactId> <artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-grpc-adapter</artifactId> <artifactId>sentinel-grpc-adapter</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sentinel-adapter</artifactId> <artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-adapter</artifactId> <artifactId>sentinel-adapter</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-web-servlet</artifactId> <artifactId>sentinel-web-servlet</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-core</artifactId> <artifactId>sentinel-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,11 +6,11 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-dashboard</artifactId> <artifactId>sentinel-dashboard</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-demo</artifactId> <artifactId>sentinel-demo</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo</artifactId> <artifactId>sentinel-demo</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-demo-basic</artifactId> <artifactId>sentinel-demo-basic</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sentinel-demo</artifactId> <artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo</artifactId> <artifactId>sentinel-demo</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-demo-dynamic-file-rule</artifactId> <artifactId>sentinel-demo-dynamic-file-rule</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo</artifactId> <artifactId>sentinel-demo</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-extension</artifactId> <artifactId>sentinel-extension</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-extension</artifactId> <artifactId>sentinel-extension</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-datasource-extension</artifactId> <artifactId>sentinel-datasource-extension</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId> <artifactId>sentinel-parent</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sentinel-transport</artifactId> <artifactId>sentinel-transport</artifactId>
<description>The transport module of Sentinel</description> <description>The transport module of Sentinel</description>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport</artifactId> <artifactId>sentinel-transport</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -29,6 +29,6 @@ public class VersionCommandHandler implements CommandHandler<String> {
@Override @Override
public CommandResponse<String> handle(CommandRequest request) { public CommandResponse<String> handle(CommandRequest request) {
return CommandResponse.ofSuccess("0.1.0"); return CommandResponse.ofSuccess("0.1.1");
} }
} }

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport</artifactId> <artifactId>sentinel-transport</artifactId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-transport-netty-http</artifactId> <artifactId>sentinel-transport-netty-http</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sentinel-transport</artifactId> <artifactId>sentinel-transport</artifactId>
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<version>0.1.0</version> <version>0.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>