Skip to content

Commit 30fad9f

Browse files
committed
[maven-release-plugin] prepare release v5.0.0-RC2
1 parent ab9b0bc commit 30fad9f

File tree

150 files changed

+158
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+158
-158
lines changed

apm-application-toolkit/apm-toolkit-log4j-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-log4j-2.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-logback-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-opentracing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-trace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>5.0.0-RC-SNAPSHOT</version>
23+
<version>5.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>5.0.0-RC-SNAPSHOT</version>
23+
<version>5.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>apm-application-toolkit</artifactId>

apm-checkstyle/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.apache.skywalking</groupId>
2929
<artifactId>apm-checkstyle</artifactId>
30-
<version>5.0.0-RC-SNAPSHOT</version>
30+
<version>5.0.0-RC2</version>
3131
<description>Module to hold Checkstyle for SkyWalking.</description>
3232

3333
<properties>
@@ -64,4 +64,8 @@
6464
</plugin>
6565
</plugins>
6666
</build>
67+
68+
<scm>
69+
<tag>v5.0.0-RC2</tag>
70+
</scm>
6771
</project>

apm-collector/apm-collector-agent/agent-grpc/agent-grpc-define/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>agent-grpc</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-collector/apm-collector-agent/agent-grpc/agent-grpc-provider/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
~
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<parent>
2322
<artifactId>agent-grpc</artifactId>
2423
<groupId>org.apache.skywalking</groupId>
25-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>
2827

apm-collector/apm-collector-agent/agent-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-collector-agent</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>5.0.0-RC-SNAPSHOT</version>
24+
<version>5.0.0-RC2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)