Skip to content

Commit d748271

Browse files
committedSep 11, 2020
[maven-release-plugin] prepare release arthas-all-3.4.1
1 parent 4a72c3e commit d748271

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed
 

‎agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-agent</artifactId>

‎arthas-agent-attach/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-agent-attach</artifactId>

‎arthas-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.taobao.arthas</groupId>
77
<artifactId>arthas-all</artifactId>
8-
<version>3.4.1-SNAPSHOT</version>
8+
<version>3.4.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-boot</artifactId>

‎bytekit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-bytekit</artifactId>

‎client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>arthas-all</artifactId>
55
<groupId>com.taobao.arthas</groupId>
6-
<version>3.4.1-SNAPSHOT</version>
6+
<version>3.4.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

‎common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-common</artifactId>

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-core</artifactId>

‎demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-demo</artifactId>

‎memorycompiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-memorycompiler</artifactId>

‎packaging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-packaging</artifactId>

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<connection>scm:git:git@github.com:alibaba/arthas.git</connection>
2121
<developerConnection>scm:git:git@github.com:alibaba/arthas.git</developerConnection>
2222
<url>https://github.com/alibaba/arthas</url>
23-
<tag>HEAD</tag>
23+
<tag>arthas-all-3.4.1</tag>
2424
</scm>
2525

2626
<developers>
@@ -48,7 +48,7 @@
4848

4949
<groupId>com.taobao.arthas</groupId>
5050
<artifactId>arthas-all</artifactId>
51-
<version>3.4.1-SNAPSHOT</version>
51+
<version>3.4.1</version>
5252
<packaging>pom</packaging>
5353

5454
<name>arthas-all</name>
@@ -127,7 +127,7 @@
127127
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
128128
<maven-invoker-plugin.version>3.0.0</maven-invoker-plugin.version>
129129
<jacoco.skip>${skipTests}</jacoco.skip>
130-
<project.build.outputTimestamp>2020-09-02T15:32:32Z</project.build.outputTimestamp>
130+
<project.build.outputTimestamp>2020-09-11T12:44:04Z</project.build.outputTimestamp>
131131
</properties>
132132

133133
<dependencyManagement>

‎site/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-site</artifactId>

‎spy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-spy</artifactId>

‎testcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-testcase</artifactId>

‎tunnel-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-tunnel-client</artifactId>

‎tunnel-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.taobao.arthas</groupId>
66
<artifactId>arthas-all</artifactId>
7-
<version>3.4.1-SNAPSHOT</version>
7+
<version>3.4.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-tunnel-server</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.