Skip to content

Commit 5ddc4e7

Browse files
[maven-release-plugin] prepare release v5.0.0-beta
1 parent c0422ea commit 5ddc4e7

File tree

141 files changed

+225
-305
lines changed

Some content is hidden

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

141 files changed

+225
-305
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-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</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-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</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-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</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-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</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-beta-SNAPSHOT</version>
23+
<version>5.0.0-beta</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-beta-SNAPSHOT</version>
23+
<version>5.0.0-beta</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-beta-SNAPSHOT</version>
30+
<version>5.0.0-beta</version>
3131
<description>Module to hold Checkstyle for SkyWalking.</description>
3232

3333
<build>
@@ -59,4 +59,8 @@
5959
</plugin>
6060
</plugins>
6161
</build>
62+
63+
<scm>
64+
<tag>v5.0.0-beta</tag>
65+
</scm>
6266
</project>

apm-collector/apm-collector-agent/agent-grpc/agent-grpc-define/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-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>
2827

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-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>
2827

apm-collector/apm-collector-agent/agent-grpc/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>apm-collector-agent</artifactId>
2423
<groupId>org.apache.skywalking</groupId>
25-
<version>5.0.0-beta-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>
2827

0 commit comments

Comments
 (0)