Skip to content

Commit

Permalink
升级版本到6.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
heyh committed Oct 28, 2019
1 parent 706c539 commit 54d1a8b
Show file tree
Hide file tree
Showing 1,209 changed files with 107,857 additions and 108,689 deletions.
6 changes: 6 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### 版本升级日志
---
###### v6.0.0-SNAPSHOT -- 2019.10.28
1. 架构调整,移除roncoo-education-course-common、roncoo-education-system-common、
roncoo-education-user-common
2. 修改bug和漏洞若干

---
###### v5.0.0-SNAPSHOT -- 2019.09.18
1. 移除roncoo-education-web-boss工程,替换为roncoo-education-boss
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>roncoo-education</name>
Expand Down Expand Up @@ -306,7 +306,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion roncoo-education-boss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roncoo-education-boss",
"version": "5.0.0-SNAPSHOT",
"version": "6.0.0-SNAPSHOT",
"license": "MIT",
"description": "roncoo education web boss",
"author": "ke <keyh@roncoo.com>",
Expand Down
5 changes: 2 additions & 3 deletions roncoo-education-course/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>roncoo-education-course</artifactId>
Expand All @@ -14,9 +14,8 @@
<name>roncoo-education-course</name>

<modules>
<module>roncoo-education-course-common</module>
<module>roncoo-education-course-feign</module>
<module>roncoo-education-course-service</module>
</modules>

</project>
</project>
22 changes: 0 additions & 22 deletions roncoo-education-course/roncoo-education-course-common/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 54d1a8b

Please sign in to comment.