Skip to content

Commit

Permalink
release 1.1.1:循环依赖检测&异步任务扩展
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyahui8 committed Jan 5, 2020
1 parent 183987c commit 90195b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>io.github.lvyahui8</groupId>
<artifactId>spring-boot-data-aggregator</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<modules>
<module>spring-boot-data-aggregator-core</module>
<module>spring-boot-data-aggregator-autoconfigure</module>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-data-aggregator-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-data-aggregator</artifactId>
<groupId>io.github.lvyahui8</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-data-aggregator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-data-aggregator</artifactId>
<groupId>io.github.lvyahui8</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-data-aggregator-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-data-aggregator</artifactId>
<groupId>io.github.lvyahui8</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-data-aggregator-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-data-aggregator</artifactId>
<groupId>io.github.lvyahui8</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 90195b3

Please sign in to comment.