Skip to content

Commit

Permalink
v1.0 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Jul 5, 2023
1 parent 70c0dbf commit 02006c5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eladmin-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eladmin-web",
"version": "2.6.0",
"version": "1.0.0",
"description": "ELADMIN 前端源码",
"author": "Zheng Jie",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion eladmin/eladmin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eladmin</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions eladmin/eladmin-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eladmin</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-common</artifactId>
<version>2.6</version>
<version>1.0</version>
</dependency>

<!--模板引擎-->
Expand Down
4 changes: 2 additions & 2 deletions eladmin/eladmin-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eladmin</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-common</artifactId>
<version>2.6</version>
<version>1.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions eladmin/eladmin-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eladmin</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-generator</artifactId>
<version>2.6</version>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>me.zhengjie</groupId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-tools</artifactId>
<version>2.6</version>
<version>1.0</version>
</dependency>

<!-- Spring boot websocket -->
Expand Down
4 changes: 2 additions & 2 deletions eladmin/eladmin-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eladmin</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-logging</artifactId>
<version>2.6</version>
<version>1.0</version>
</dependency>

<!--邮件依赖-->
Expand Down
2 changes: 1 addition & 1 deletion eladmin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>me.zhengjie</groupId>
<artifactId>eladmin</artifactId>
<packaging>pom</packaging>
<version>2.6</version>
<version>1.0</version>

<modules>
<module>eladmin-common</module>
Expand Down

0 comments on commit 02006c5

Please sign in to comment.