Skip to content

Commit f1a4e8d

Browse files
committed
update version
1 parent 8412a97 commit f1a4e8d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010

1111
# 执行Maven构建并将构建的jar文件复制到指定目录
1212
RUN 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两种架构的镜像
1616
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-centos

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

domestic-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -20,7 +20,7 @@
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依赖,阿里巴巴所提供的数据源 -->

foreign-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -20,7 +20,7 @@
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依赖,阿里巴巴所提供的数据源 -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)