Skip to content

Commit

Permalink
🔖 V1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oddfar committed Apr 12, 2024
1 parent ee385e2 commit 1094c29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .run/campus-server.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="campus-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="campus/campus-imaotai:1.0.12" />
<option name="imageTag" value="campus/campus-imaotai:1.0.13" />
<option name="buildOnly" value="true" />
<option name="sourceFilePath" value="campus-modular/Dockerfile" />
</settings>
Expand Down
2 changes: 1 addition & 1 deletion doc/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
network_mode: "host"

campus-server:
image: campus/campus-imaotai:1.0.12
image: campus/campus-imaotai:1.0.13
container_name: campus-imaotai
environment:
# 时区上海
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</modules>

<properties>
<revision>1.0.12</revision>
<revision>1.0.13</revision>
<campus.revision>1.1.9</campus.revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 1094c29

Please sign in to comment.