Skip to content

Commit

Permalink
3.0.1 init
Browse files Browse the repository at this point in the history
  • Loading branch information
fengwenyi committed Aug 11, 2024
1 parent 560cc81 commit 2e46201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.fengwenyi</groupId>
<artifactId>api-result</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.fengwenyi</groupId>
<artifactId>api-result</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>api-result</name>
<description>一套RESTful风格API接口响应参数规范化的解决方案</description>
Expand Down Expand Up @@ -66,11 +66,11 @@
</developer>
</developers>

<parent>
<!--<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</parent>-->

<build>
<plugins>
Expand Down

0 comments on commit 2e46201

Please sign in to comment.