Skip to content

Commit 39d4809

Browse files
committed
v2.7 版本发布
1 parent c8b2cbc commit 39d4809

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

eladmin-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eladmin</artifactId>
77
<groupId>me.zhengjie</groupId>
8-
<version>2.6</version>
8+
<version>2.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<properties>

eladmin-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eladmin</artifactId>
77
<groupId>me.zhengjie</groupId>
8-
<version>2.6</version>
8+
<version>2.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>me.zhengjie</groupId>
2222
<artifactId>eladmin-common</artifactId>
23-
<version>2.6</version>
23+
<version>2.7</version>
2424
</dependency>
2525

2626
<!--模板引擎-->

eladmin-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eladmin</artifactId>
77
<groupId>me.zhengjie</groupId>
8-
<version>2.6</version>
8+
<version>2.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>me.zhengjie</groupId>
1818
<artifactId>eladmin-common</artifactId>
19-
<version>2.6</version>
19+
<version>2.7</version>
2020
</dependency>
2121
</dependencies>
2222
</project>

eladmin-system/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eladmin</artifactId>
77
<groupId>me.zhengjie</groupId>
8-
<version>2.6</version>
8+
<version>2.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>me.zhengjie</groupId>
2525
<artifactId>eladmin-generator</artifactId>
26-
<version>2.6</version>
26+
<version>2.7</version>
2727
<exclusions>
2828
<exclusion>
2929
<groupId>me.zhengjie</groupId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>me.zhengjie</groupId>
3838
<artifactId>eladmin-tools</artifactId>
39-
<version>2.6</version>
39+
<version>2.7</version>
4040
</dependency>
4141

4242
<!-- Spring boot websocket -->

eladmin-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eladmin</artifactId>
77
<groupId>me.zhengjie</groupId>
8-
<version>2.6</version>
8+
<version>2.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>me.zhengjie</groupId>
2525
<artifactId>eladmin-logging</artifactId>
26-
<version>2.6</version>
26+
<version>2.7</version>
2727
</dependency>
2828

2929
<!--邮件依赖-->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>me.zhengjie</groupId>
88
<artifactId>eladmin</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.6</version>
10+
<version>2.7</version>
1111

1212
<modules>
1313
<module>eladmin-common</module>

0 commit comments

Comments
 (0)