Skip to content

Commit

Permalink
🔖 V1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oddfar committed Aug 6, 2023
1 parent fa53771 commit b544d38
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion campus-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>campus</artifactId>
<groupId>com.oddfar.campus</groupId>
<version>1.1.3</version>
<version>1.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion campus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>campus</artifactId>
<groupId>com.oddfar.campus</groupId>
<version>1.1.3</version>
<version>1.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion campus-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>campus</artifactId>
<groupId>com.oddfar.campus</groupId>
<version>1.1.3</version>
<version>1.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion campus-modular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>campus</artifactId>
<groupId>com.oddfar.campus</groupId>
<version>1.1.3</version>
<version>1.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion campus-modular/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ campus:
# 名称
name: campus-imaotai
# 版本
version: 1.0.5
version: 1.0.6

server:
port: 8160
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.oddfar.campus</groupId>
<artifactId>campus</artifactId>
<version>1.1.3</version>
<version>1.0.6</version>
<packaging>pom</packaging>

<name>campus</name>
Expand All @@ -21,7 +21,7 @@
</modules>

<properties>
<campus.version>1.1.3</campus.version>
<campus.version>1.0.6</campus.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<bitwalker.version>1.21</bitwalker.version>
Expand Down
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
data() {
return {
// 版本号
version: "1.0.5",
version: "1.0.6",
};
},
methods: {
Expand Down

0 comments on commit b544d38

Please sign in to comment.