Skip to content

Commit

Permalink
Merge pull request #3 from dustlight-cn/dev
Browse files Browse the repository at this point in the history
v0.0.3 release
  • Loading branch information
Hansin1997 authored Dec 21, 2020
2 parents 3adf620 + 1bbf7de commit b76cdfb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha-core</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion captcha-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>captcha-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/email-sender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>email-sender</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion extensions/email-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>email-sender</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/reCAPTCHA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>recaptcha</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion extensions/reCAPTCHA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>recaptcha</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/redis-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>redis-store</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion extensions/redis-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>redis-store</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tencent-sms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>tencent-sms</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion extensions/tencent-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>tencent-sms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>cn.dustlight.captcha</groupId>
<artifactId>captcha</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<name>captcha</name>
<description>CAPTCHA service parent project for Spring Boot</description>

Expand Down

0 comments on commit b76cdfb

Please sign in to comment.