Merge branch 'master' of github.com:alibaba/arthas

pull/952/head
hengyunabc 5 years ago
commit e71891f9be

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-agent</artifactId> <artifactId>arthas-agent</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-boot</artifactId> <artifactId>arthas-boot</artifactId>

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-common</artifactId> <artifactId>arthas-common</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-core</artifactId> <artifactId>arthas-core</artifactId>
@ -37,8 +37,7 @@
<configuration> <configuration>
<finalName>arthas-core-shade</finalName> <finalName>arthas-core-shade</finalName>
<transformers> <transformers>
<transformer <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.taobao.arthas.core.Arthas</mainClass> <mainClass>com.taobao.arthas.core.Arthas</mainClass>
<manifestEntries> <manifestEntries>
<Created-By>core engine team, middleware group, alibaba inc.</Created-By> <Created-By>core engine team, middleware group, alibaba inc.</Created-By>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-demo</artifactId> <artifactId>arthas-demo</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-memorycompiler</artifactId> <artifactId>arthas-memorycompiler</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-packaging</artifactId> <artifactId>arthas-packaging</artifactId>

@ -47,7 +47,7 @@
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>arthas-all</name> <name>arthas-all</name>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-site</artifactId> <artifactId>arthas-site</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-spy</artifactId> <artifactId>arthas-spy</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-testcase</artifactId> <artifactId>arthas-testcase</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-tunnel-client</artifactId> <artifactId>arthas-tunnel-client</artifactId>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<version>3.1.5-SNAPSHOT</version> <version>3.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>arthas-tunnel-server</artifactId> <artifactId>arthas-tunnel-server</artifactId>

Loading…
Cancel
Save