Skip to content

Commit

Permalink
chore: 0.0.1 Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyuv committed Jan 13, 2023
1 parent 90c502f commit 02f1cba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/captcha-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.xingyu4j</groupId>
<artifactId>captcha-plus</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>aj-captcha-plus.jar</description>
Expand Down
2 changes: 1 addition & 1 deletion core/spring-boot-starter-captcha-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.xingyu4j</groupId>
<artifactId>captcha-plus</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.github.xingyu4j</groupId>
<artifactId>captcha-plus-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>

<properties>
<springboot.version>2.7.7</springboot.version>
<captcha.core.version>1.0.0</captcha.core.version>
<captcha.core.version>0.0.1</captcha.core.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 02f1cba

Please sign in to comment.