Skip to content

Commit 4a77528

Browse files
committed
upgrade to 1.12.15
1 parent 4a4ed8a commit 4a77528

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed

erupt-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

erupt-annotation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>xyz.erupt</groupId>
1313
<artifactId>erupt</artifactId>
14-
<version>1.12.14</version>
14+
<version>1.12.15</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717
</project>

erupt-cloud/erupt-cloud-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

erupt-cloud/erupt-cloud-node-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

erupt-cloud/erupt-cloud-node/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

erupt-cloud/erupt-cloud-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

erupt-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>xyz.erupt</groupId>
1212
<artifactId>erupt</artifactId>
13-
<version>1.12.14</version>
13+
<version>1.12.15</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

erupt-data/erupt-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.erupt</groupId>
77
<artifactId>erupt</artifactId>
8-
<version>1.12.14</version>
8+
<version>1.12.15</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

erupt-data/erupt-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

erupt-excel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>xyz.erupt</groupId>
1212
<artifactId>erupt</artifactId>
13-
<version>1.12.14</version>
13+
<version>1.12.15</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

erupt-extra/erupt-flow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.erupt</groupId>
77
<artifactId>erupt</artifactId>
8-
<version>1.12.14</version>
8+
<version>1.12.15</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

erupt-extra/erupt-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.erupt</groupId>
77
<artifactId>erupt</artifactId>
8-
<version>1.12.14</version>
8+
<version>1.12.15</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

erupt-extra/erupt-job/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>xyz.erupt</groupId>
1212
<artifactId>erupt</artifactId>
13-
<version>1.12.14</version>
13+
<version>1.12.15</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>xyz.erupt</groupId>
3030
<artifactId>erupt-toolkit</artifactId>
31-
<version>1.12.14</version>
31+
<version>1.12.15</version>
3232
<scope>provided</scope>
3333
</dependency>
3434
<dependency>

erupt-extra/erupt-magic-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>xyz.erupt</groupId>
1515
<artifactId>erupt</artifactId>
16-
<version>1.12.14</version>
16+
<version>1.12.15</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

erupt-extra/erupt-monitor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>xyz.erupt</groupId>
1212
<artifactId>erupt</artifactId>
13-
<version>1.12.14</version>
13+
<version>1.12.15</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

erupt-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>xyz.erupt</groupId>
88
<artifactId>erupt</artifactId>
9-
<version>1.12.14</version>
9+
<version>1.12.15</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

erupt-security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

erupt-toolkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>xyz.erupt</groupId>
1212
<artifactId>erupt</artifactId>
13-
<version>1.12.14</version>
13+
<version>1.12.15</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

erupt-tpl-ui/amis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>xyz.erupt</groupId>
1515
<artifactId>erupt</artifactId>
16-
<version>1.12.14</version>
16+
<version>1.12.15</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919
</project>

erupt-tpl-ui/ant-design/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>xyz.erupt</groupId>
1515
<artifactId>erupt</artifactId>
16-
<version>1.12.14</version>
16+
<version>1.12.15</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919
</project>

erupt-tpl-ui/element-plus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>xyz.erupt</groupId>
1414
<artifactId>erupt</artifactId>
15-
<version>1.12.14</version>
15+
<version>1.12.15</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818
</project>

erupt-tpl-ui/element-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>xyz.erupt</groupId>
1616
<artifactId>erupt</artifactId>
17-
<version>1.12.14</version>
17+
<version>1.12.15</version>
1818
<relativePath>../../pom.xml</relativePath>
1919
</parent>
2020
</project>

erupt-tpl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>xyz.erupt</groupId>
1212
<artifactId>erupt</artifactId>
13-
<version>1.12.14</version>
13+
<version>1.12.15</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

erupt-upms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>xyz.erupt</groupId>
1111
<artifactId>erupt</artifactId>
12-
<version>1.12.14</version>
12+
<version>1.12.15</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

erupt-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>xyz.erupt</groupId>
1313
<artifactId>erupt</artifactId>
14-
<version>1.12.14</version>
14+
<version>1.12.15</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>xyz.erupt</groupId>
66
<artifactId>erupt</artifactId>
7-
<version>1.12.14</version>
7+
<version>1.12.15</version>
88

99
<packaging>pom</packaging>
1010
<name>erupt</name>

0 commit comments

Comments
 (0)