Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
8f9f0c04
Commit
8f9f0c04
authored
Aug 13, 2020
by
RuoYi
Browse files
若依 3.1
parent
1bad003f
Changes
9
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
8f9f0c04
...
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<properties>
<ruoyi.version>
3.
0
.0
</ruoyi.version>
<ruoyi.version>
3.
1
.0
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
8f9f0c04
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
@@ -95,7 +95,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<warName>
${project.artifactId}
</warName>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
8f9f0c04
...
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name
:
RuoYi
# 版本
version
:
3.
0
.0
version
:
3.
1
.0
# 版权年份
copyrightYear
:
2019
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
8f9f0c04
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
8f9f0c04
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
8f9f0c04
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
8f9f0c04
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
8f9f0c04
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
0
.0
</version>
<version>
3.
1
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
8f9f0c04
{
"name"
:
"ruoyi"
,
"version"
:
"3.
0
.0"
,
"version"
:
"3.
1
.0"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment