Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xpc committed Jul 17, 2024
1 parent 6b3f96a commit 7351af0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc-apis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.doc-apis</groupId>
<artifactId>doc-apis-parent</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>
<relativePath>../doc-apis-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public interface CoreConstants {
/**
* 版本号发版及包调整时须更新此字段,死贫道不能死道友,此举可使用户可免配
*/
String VERSION = "0.9.2";
String VERSION = "1.0.0";
/**
* jar 完整路径
*/
Expand Down
4 changes: 2 additions & 2 deletions doc-apis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.doc-apis</groupId>
<artifactId>doc-apis-parent</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>

<name>doc-apis-parent</name>
<description>doc generator</description>
Expand All @@ -31,7 +31,7 @@
</modules>

<properties>
<doc-apis.version>0.9.2</doc-apis.version>
<doc-apis.version>1.0.0</doc-apis.version>
<java.version>1.8</java.version>
<fastjson.version>1.2.83</fastjson.version>
<javaparser.version>3.25.10</javaparser.version>
Expand Down
2 changes: 1 addition & 1 deletion doc-apis-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.doc-apis</groupId>
<artifactId>doc-apis-parent</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>
<relativePath>../doc-apis-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doc-apis-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.doc-apis</groupId>
<artifactId>doc-apis</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>
</parent>

<artifactId>doc-apis-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.doc-apis</groupId>
<artifactId>doc-apis</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>

<name>doc-apis</name>
<description>doc generator</description>
Expand All @@ -18,7 +18,7 @@
</modules>

<properties>
<doc-apis.version>0.9.2</doc-apis.version>
<doc-apis.version>1.0.0</doc-apis.version>
<springboot.version>2.7.6</springboot.version>
<pageHelper.version>5.3.3</pageHelper.version>
</properties>
Expand Down

0 comments on commit 7351af0

Please sign in to comment.