Skip to content

Commit

Permalink
v4.0.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Dec 1, 2022
1 parent 61838fe commit 3bc451f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Bean Searcher can work with any JavaWeb frameworks, such as: SpringBoot, SpringM
All you need is to add a dependence:

```groovy
implementation 'com.ejlchina:bean-searcher-boot-stater:4.0.0.alpha'
implementation 'com.ejlchina:bean-searcher-boot-stater:4.0.0.alpha1'
```

and then you can inject `Searcher` into a `Controller` or `Service`:
Expand All @@ -241,7 +241,7 @@ private BeanSearcher beanSearcher;
Adding this dependence:

```groovy
implementation 'com.ejlchina:bean-searcher:4.0.0.alpha'
implementation 'com.ejlchina:bean-searcher:4.0.0.alpha1'
```

then you can build a `Searcher` with `SearcherBuilder`:
Expand Down
2 changes: 1 addition & 1 deletion bean-searcher-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>4.0.0.alpha</version>
<version>4.0.0.alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bean-searcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>4.0.0.alpha</version>
<version>4.0.0.alpha1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>4.0.0.alpha</version>
<version>4.0.0.alpha1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:https://github.com/troyzhxu/bean-searcher.git</connection>
<developerConnection>scm:git:https://github.com/troyzhxu/bean-searcher.git</developerConnection>
<url>https://github.com/troyzhxu/bean-searcher</url>
<tag>v4.0.0.alpha</tag>
<tag>v4.0.0.alpha1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 3bc451f

Please sign in to comment.