Skip to content

Commit 24c90ae

Browse files
committedSep 6, 2018
[maven-release-plugin] prepare release arthas-all-3.0.0-RC
1 parent 4295ecf commit 24c90ae

File tree

8 files changed

+16
-32
lines changed

8 files changed

+16
-32
lines changed
 

‎agent/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.taobao.arthas</groupId>
86
<artifactId>arthas-all</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC</version>
108
</parent>
119
<artifactId>arthas-agent</artifactId>
1210
<name>arthas-agent</name>

‎client/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>arthas-all</artifactId>
75
<groupId>com.taobao.arthas</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-RC</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

‎core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.taobao.arthas</groupId>
86
<artifactId>arthas-all</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC</version>
108
</parent>
119
<artifactId>arthas-core</artifactId>
1210
<name>arthas-core</name>

‎packaging/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.taobao.arthas</groupId>
86
<artifactId>arthas-all</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC</version>
108
</parent>
119
<artifactId>arthas-packaging</artifactId>
1210
<name>arthas-packaging</name>

‎pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -48,7 +47,7 @@
4847

4948
<groupId>com.taobao.arthas</groupId>
5049
<artifactId>arthas-all</artifactId>
51-
<version>3.0.0-SNAPSHOT</version>
50+
<version>3.0.0-RC</version>
5251
<packaging>pom</packaging>
5352

5453
<name>arthas-all</name>

‎site/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<?xml version="1.0"?>
2-
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4-
xmlns="http://maven.apache.org/POM/4.0.0"
5-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74
<parent>
85
<groupId>com.taobao.arthas</groupId>
96
<artifactId>arthas-all</artifactId>
10-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC</version>
118
</parent>
129
<artifactId>arthas-site</artifactId>
1310
<name>arthas-site</name>

‎spy/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.taobao.arthas</groupId>
86
<artifactId>arthas-all</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC</version>
108
</parent>
119
<artifactId>arthas-spy</artifactId>
1210
<name>arthas-spy</name>

‎testcase/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.taobao.arthas</groupId>
86
<artifactId>arthas-all</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC</version>
108
</parent>
119
<artifactId>arthas-testcase</artifactId>
1210
<name>arthas-testcase</name>

0 commit comments

Comments
 (0)
Please sign in to comment.