Skip to content

Commit f333b03

Browse files
committed
build: 升级版本到0.4.1
1 parent 71b13f7 commit f333b03

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

document/web-docs/docs/guide/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Latest Version:
1515
<dependency>
1616
<groupId>cn.sticki</groupId>
1717
<artifactId>spel-validator-javax</artifactId>
18-
<version>0.4.0-beta</version>
18+
<version>0.4.1-beta</version>
1919
</dependency>
2020
```
2121

@@ -25,7 +25,7 @@ Latest Version:
2525
<dependency>
2626
<groupId>cn.sticki</groupId>
2727
<artifactId>spel-validator-jakarta</artifactId>
28-
<version>0.4.0-beta</version>
28+
<version>0.4.1-beta</version>
2929
</dependency>
3030
```
3131

document/web-docs/docs/guide/user-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Latest Version:
3131
<dependency>
3232
<groupId>cn.sticki</groupId>
3333
<artifactId>spel-validator-jakarta</artifactId>
34-
<version>0.4.0-beta</version>
34+
<version>0.4.1-beta</version>
3535
</dependency>
3636
</dependencys>
3737
```

document/web-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spel-validator",
3-
"version": "0.4.0-beta",
3+
"version": "0.4.1-beta",
44
"description": "一个强大的 Java 参数校验包,基于 SpEL 实现,扩展自 jakarta.validation-api 包,几乎支持所有场景下的参数校验。",
55
"license": "Apache-2.0",
66
"type": "module",

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>cn.sticki</groupId>
99
<artifactId>spel-validator-root</artifactId>
10-
<version>0.4.0-beta</version>
10+
<version>0.4.1-beta</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>
@@ -65,7 +65,7 @@
6565
<maven.compiler.target>8</maven.compiler.target>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767

68-
<spel-validator.version>0.4.0-beta</spel-validator.version>
68+
<spel-validator.version>0.4.1-beta</spel-validator.version>
6969
<spring.version>5.3.31</spring.version>
7070
<javax-el.version>3.0.0</javax-el.version>
7171
<jakarta-el.version>4.0.2</jakarta-el.version>

spel-validator-constrain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.sticki</groupId>
88
<artifactId>spel-validator-root</artifactId>
9-
<version>0.4.0-beta</version>
9+
<version>0.4.1-beta</version>
1010
</parent>
1111

1212
<artifactId>spel-validator-constrain</artifactId>

spel-validator-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.sticki</groupId>
88
<artifactId>spel-validator-root</artifactId>
9-
<version>0.4.0-beta</version>
9+
<version>0.4.1-beta</version>
1010
</parent>
1111

1212
<artifactId>spel-validator-core</artifactId>

spel-validator-jakarta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.sticki</groupId>
88
<artifactId>spel-validator-root</artifactId>
9-
<version>0.4.0-beta</version>
9+
<version>0.4.1-beta</version>
1010
</parent>
1111

1212
<artifactId>spel-validator-jakarta</artifactId>

spel-validator-javax/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.sticki</groupId>
88
<artifactId>spel-validator-root</artifactId>
9-
<version>0.4.0-beta</version>
9+
<version>0.4.1-beta</version>
1010
</parent>
1111

1212
<artifactId>spel-validator-javax</artifactId>

spel-validator-test-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.sticki</groupId>
88
<artifactId>spel-validator-root</artifactId>
9-
<version>0.4.0-beta</version>
9+
<version>0.4.1-beta</version>
1010
</parent>
1111

1212
<artifactId>spel-validator-test-report</artifactId>

spel-validator-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.sticki</groupId>
88
<artifactId>spel-validator-root</artifactId>
9-
<version>0.4.0-beta</version>
9+
<version>0.4.1-beta</version>
1010
</parent>
1111

1212
<artifactId>spel-validator-test</artifactId>

0 commit comments

Comments
 (0)