Skip to content

Commit e0583f1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fd217e1 commit e0583f1

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-agent</artifactId>

boot/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-boot</artifactId>

client/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
6+
<version>3.1.7-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

common/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-common</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-core</artifactId>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-demo</artifactId>

memorycompiler/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-memorycompiler</artifactId>

packaging/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-packaging</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<groupId>com.taobao.arthas</groupId>
4949
<artifactId>arthas-all</artifactId>
50-
<version>3.1.6</version>
50+
<version>3.1.7-SNAPSHOT</version>
5151
<packaging>pom</packaging>
5252

5353
<name>arthas-all</name>

site/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6</version>
7+
<version>3.1.7-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>arthas-site</artifactId>

0 commit comments

Comments
 (0)