Skip to content

Commit 797baf5

Browse files
authored
upgrade termd to 1.1.7.14 and maven-shade-plugin to 3.6.0 (#2949)
1 parent 4e931cb commit 797baf5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
2323
<artifactId>maven-shade-plugin</artifactId>
24-
<version>3.2.3</version>
24+
<version>3.6.0</version>
2525
<executions>
2626
<execution>
2727
<phase>package</phase>

labs/cluster-management/native-agent-management-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-shade-plugin</artifactId>
61-
<version>3.2.4</version>
61+
<version>3.6.0</version>
6262
<executions>
6363
<execution>
6464
<phase>package</phase>
@@ -79,4 +79,4 @@
7979
</build>
8080

8181

82-
</project>
82+
</project>

labs/cluster-management/native-agent-proxy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-shade-plugin</artifactId>
39-
<version>3.2.4</version>
39+
<version>3.6.0</version>
4040
<executions>
4141
<execution>
4242
<phase>package</phase>
@@ -57,4 +57,4 @@
5757
</build>
5858

5959

60-
</project>
60+
</project>

labs/cluster-management/native-agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-shade-plugin</artifactId>
66-
<version>3.2.4</version>
66+
<version>3.6.0</version>
6767
<executions>
6868
<execution>
6969
<phase>package</phase>
@@ -82,4 +82,4 @@
8282
</plugin>
8383
</plugins>
8484
</build>
85-
</project>
85+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>com.alibaba.middleware</groupId>
113113
<artifactId>termd-core</artifactId>
114-
<version>1.1.7.13</version>
114+
<version>1.1.7.14</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.alibaba.middleware</groupId>

0 commit comments

Comments
 (0)