Skip to content

Commit

Permalink
version 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gunlee01 committed May 29, 2023
1 parent b0f7ff5 commit 8bde73c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
<packaging>pom</packaging>

<name>SCOUTER APM</name>
Expand Down
2 changes: 1 addition & 1 deletion scouter.agent.batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-agent-batch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.agent.host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-agent-host</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.agent.java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-agent-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-deploy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.extra.java20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scouter.server.boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-server-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>

<artifactId>scouter-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scouter.weaver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions scouter.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <!--scouter-->
<version>2.20.0</version> <!--scouter-->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -295,4 +295,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 8bde73c

Please sign in to comment.