Skip to content

Commit

Permalink
move arthas-grpc-web-proxy to labs
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Oct 23, 2024
1 parent a983ef8 commit 02d28ad
Show file tree
Hide file tree
Showing 88 changed files with 3 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
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>arthas-all</artifactId>
<groupId>com.taobao.arthas</groupId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>arthas-grpc-web-proxy</artifactId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<module>testcase</module>
<module>site</module>
<module>packaging</module>
<module>arthas-grpc-web-proxy</module>
<module>labs/arthas-grpc-web-proxy</module>
<module>labs/cluster-management/native-agent</module>
<module>labs/cluster-management/native-agent-management-web</module>
<module>labs/cluster-management/native-agent-proxy</module>
Expand Down

0 comments on commit 02d28ad

Please sign in to comment.