Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Apr 6, 2022
1 parent 4e750e6 commit 89644fe
Show file tree
Hide file tree
Showing 83 changed files with 398 additions and 92 deletions.
2 changes: 1 addition & 1 deletion apm-dist/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>apm</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 5 additions & 1 deletion apm-protocol/apm-network/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-protocol</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -106,4 +106,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion apm-protocol/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>apm</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-webapp/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>apm</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion oap-server-bom/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>apm</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 5 additions & 1 deletion oap-server/analyzer/agent-analyzer/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>analyzer</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -45,4 +45,8 @@
</dependency>
</dependencies>


<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/analyzer/event-analyzer/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>analyzer</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,4 +35,8 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/analyzer/log-analyzer/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>analyzer</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -48,4 +48,8 @@
</dependency>
</dependencies>


<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/analyzer/meter-analyzer/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>analyzer</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -47,4 +47,8 @@
</dependency>
</dependencies>


<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/analyzer/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -52,4 +52,8 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/exporter/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -75,4 +75,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/microbench/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>microbench</artifactId>
Expand Down Expand Up @@ -109,4 +109,8 @@
</plugins>
</build>


<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/oal-grammar/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -55,4 +55,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/oal-rt/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -51,4 +51,8 @@
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions oap-server/pom.xml
Expand Up @@ -17,12 +17,11 @@
~
-->

<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">
<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">
<parent>
<artifactId>apm</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 5 additions & 1 deletion oap-server/server-alarm-plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -92,4 +92,8 @@
</plugins>
</build>


<scm>
<tag>v9.0.0</tag>
</scm>
</project>
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server-cluster-plugin</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -50,4 +50,8 @@
</exclusions>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/server-cluster-plugin/cluster-etcd-plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server-cluster-plugin</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -81,4 +81,8 @@
<artifactId>snakeyaml</artifactId>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server-cluster-plugin</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -45,4 +45,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>server-cluster-plugin</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,4 +68,8 @@
<artifactId>httpcore-nio</artifactId>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server-cluster-plugin</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,4 +35,8 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.skywalking</groupId>
<artifactId>server-cluster-plugin</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -47,4 +47,8 @@
<artifactId>curator-test</artifactId>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/server-cluster-plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oap-server</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -48,4 +48,8 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<scm>
<tag>v9.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion oap-server/server-configuration/configuration-api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server-configuration</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,4 +36,8 @@
</dependencies>



<scm>
<tag>v9.0.0</tag>
</scm>
</project>

0 comments on commit 89644fe

Please sign in to comment.