diff options
| author | doufenghu <[email protected]> | 2023-10-22 10:44:08 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-10-22 10:44:08 +0800 |
| commit | b36090681422bd92b05fa20703cde969d1f4fcb7 (patch) | |
| tree | c329d32c5ec2de83cd45085497037aa2b3b097ba /groot-tests | |
| parent | 4daba8db4d3d606c05eb483ad30d0464b13b8ce9 (diff) | |
[feature][bootstrap]调整pom各个模块依赖关系,统一jar包管理。为便于测试,暂时对groot-bootstrap基于shade封装各个模块打一个jar包。
Diffstat (limited to 'groot-tests')
| -rw-r--r-- | groot-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groot-tests/pom.xml b/groot-tests/pom.xml index 8b3c4e2..7c89f91 100644 --- a/groot-tests/pom.xml +++ b/groot-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.geedgenetworks</groupId> <artifactId>groot-stream-platform</artifactId> - <version>1.0-SNAPSHOT</version> + <version>${revision}</version> </parent> <artifactId>groot-tests</artifactId> |
