Skip to content

Commit 4cacbd6

Browse files
正式发布1.1.1版本
1 parent 3d9ef8b commit 4cacbd6

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## ![BANNER](https://github.com/alibaba/jvm-sandbox/wiki/img/BANNER.png)
22

3-
[![Build Status](https://travis-ci.org/alibaba/jvm-sandbox.svg?branch=develop-for-20181027)](https://travis-ci.org/alibaba/jvm-sandbox)
4-
[![codecov](https://codecov.io/gh/alibaba/jvm-sandbox/branch/develop-for-20181027/graph/badge.svg)](https://codecov.io/gh/alibaba/jvm-sandbox)
3+
[![Build Status](https://travis-ci.org/alibaba/jvm-sandbox.svg?branch=master)](https://travis-ci.org/alibaba/jvm-sandbox)
4+
[![codecov](https://codecov.io/gh/alibaba/jvm-sandbox/branch/master/graph/badge.svg)](https://codecov.io/gh/alibaba/jvm-sandbox)
55
![license](https://img.shields.io/github/license/alibaba/arthas.svg)
66
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/alibaba/jvm-sandbox.svg)](http://isitmaintained.com/project/alibaba/jvm-sandbox "Average time to resolve an issue")
77
[![Percentage of issues still open](http://isitmaintained.com/badge/open/alibaba/jvm-sandbox.svg)](http://isitmaintained.com/project/alibaba/jvm-sandbox "Percentage of issues still open")

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>com.alibaba.jvm.sandbox</groupId>
66
<artifactId>sandbox</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.1</version>
88
<packaging>pom</packaging>
99

1010
<name>sandbox ${sandbox.version}</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<sandbox.version>1.1.1-SNAPSHOT</sandbox.version>
14+
<sandbox.version>1.1.1</sandbox.version>
1515
</properties>
1616

1717
<build>

sandbox-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-agent</artifactId>
1212
<name>sandbox-agent ${sandbox.version}</name>

sandbox-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-api</artifactId>
1212
<name>sandbox-api ${sandbox.version}</name>

sandbox-common-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sandbox</artifactId>
88
<groupId>com.alibaba.jvm.sandbox</groupId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-common-api</artifactId>
1212
<name>sandbox-common-api ${sandbox.version}</name>

sandbox-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-core</artifactId>
1212
<name>sandbox-core ${sandbox.version}</name>

sandbox-debug-module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox-module-starter</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
<relativePath>../sandbox-module-starter/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>sandbox-debug-module</artifactId>

sandbox-mgr-module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox-module-starter</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
<relativePath>../sandbox-module-starter/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>sandbox-mgr-module</artifactId>

sandbox-mgr-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sandbox</artifactId>
88
<groupId>com.alibaba.jvm.sandbox</groupId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-mgr-provider</artifactId>
1212
<name>sandbox-mgr-provider ${sandbox.version}</name>

sandbox-module-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-module-starter</artifactId>
1212
<name>sandbox-module-starter ${sandbox.version}</name>

sandbox-provider-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sandbox</artifactId>
88
<groupId>com.alibaba.jvm.sandbox</groupId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-provider-api</artifactId>
1212
<name>sandbox-provider-api ${sandbox.version}</name>

sandbox-qatest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<groupId>com.alibaba.jvm.sandbox</groupId>
1212
<artifactId>sandbox-qatest</artifactId>

sandbox-spy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.jvm.sandbox</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>sandbox-spy</artifactId>
1212
<name>sandbox-spy ${sandbox.version}</name>

0 commit comments

Comments
 (0)