Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei28 committed Aug 1, 2019
1 parent 126c406 commit 24d6abf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion breeze-autoscan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>breeze</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion breeze-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>breeze</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion breeze-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>breeze</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion breeze-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>breeze</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion breeze-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>breeze</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.weibo</groupId>
<artifactId>breeze</artifactId>
<packaging>pom</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<modules>
<module>breeze-core</module>
<module>breeze-autoscan</module>
Expand Down

0 comments on commit 24d6abf

Please sign in to comment.