File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY . .
1010
1111# 执行Maven构建并将构建的jar文件复制到指定目录
1212RUN mvn clean package -DskipTests \
13- && cp foreign-server/target/foreign-server-1.0.4 .jar /app/foreign-server.jar
13+ && cp foreign-server/target/foreign-server-1.0.5 .jar /app/foreign-server.jar
1414
1515# 支持AMD、ARM两种架构的镜像
1616FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-centos
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >select</artifactId >
77 <groupId >com.proxyip</groupId >
8- <version >1.0.4 </version >
8+ <version >1.0.5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >select</artifactId >
77 <groupId >com.proxyip</groupId >
8- <version >1.0.4 </version >
8+ <version >1.0.5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
2020 <dependency >
2121 <groupId >com.proxyip</groupId >
2222 <artifactId >common</artifactId >
23- <version >1.0.4 </version >
23+ <version >1.0.5 </version >
2424 </dependency >
2525
2626 <!-- 引入Druid依赖,阿里巴巴所提供的数据源 -->
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >select</artifactId >
77 <groupId >com.proxyip</groupId >
8- <version >1.0.4 </version >
8+ <version >1.0.5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
2020 <dependency >
2121 <groupId >com.proxyip</groupId >
2222 <artifactId >common</artifactId >
23- <version >1.0.4 </version >
23+ <version >1.0.5 </version >
2424 </dependency >
2525
2626 <!-- 引入Druid依赖,阿里巴巴所提供的数据源 -->
Original file line number Diff line number Diff line change 55 <groupId >com.proxyip</groupId >
66 <artifactId >select</artifactId >
77 <packaging >pom</packaging >
8- <version >1.0.4 </version >
8+ <version >1.0.5 </version >
99 <modules >
1010 <module >common</module >
1111 <module >foreign-server</module >
You can’t perform that action at this time.
0 commit comments