Skip to content

Commit e5ec955

Browse files
committed
Bump Project to 0.0.8-RELEASE
1 parent f6ce2a5 commit e5ec955

File tree

48 files changed

+79
-79
lines changed
  • bubble-fireworks-project
    • bubble-fireworks-autoconfigure
    • bubble-fireworks-cloud
    • bubble-fireworks-core
    • bubble-fireworks-data
    • bubble-fireworks-dependencies
    • bubble-fireworks-parent
    • bubble-fireworks-plugins
    • bubble-fireworks-starters
      • bubble-fireworks-starter-dynamic-threadpool
      • bubble-fireworks-starter-elasticsearch
      • bubble-fireworks-starter-lock
      • bubble-fireworks-starter-logging
      • bubble-fireworks-starter-mybatis
      • bubble-fireworks-starter-openfeign
      • bubble-fireworks-starter-redis
      • bubble-fireworks-starter-sentinel
      • bubble-fireworks-starter-swagger
      • bubble-fireworks-starter-test
      • bubble-fireworks-starter-token
      • bubble-fireworks-starter-web
      • bubble-fireworks-starter-xxl-job
      • bubble-fireworks-starter
    • bubble-fireworks-web
  • bubble-fireworks-tests
    • bubble-fireworks-test-data-elasticsearch
    • bubble-fireworks-test-plugin-dynamic-threadpool
    • bubble-fireworks-test-plugin-lock
    • bubble-fireworks-test-plugin-logging
    • bubble-fireworks-test-plugin-swagger
    • bubble-fireworks-test-web

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+79
-79
lines changed

bubble-fireworks-project/bubble-fireworks-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.fxbin.bubble</groupId>
88
<artifactId>bubble-fireworks-parent</artifactId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
1111
</parent>
1212

bubble-fireworks-project/bubble-fireworks-autoconfigure/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ _|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_|"""""|_|"""""|_|"""""
66
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'
77

88
:: Based On Spring Boot Version :: ${spring-boot.formatted-version}
9-
:: Bubble Fireworks Version :: (v0.0.8-SNAPSHOT)
9+
:: Bubble Fireworks Version :: (v0.0.8-RELEASE)

bubble-fireworks-project/bubble-fireworks-cloud/bubble-fireworks-cloud-openfeign/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bubble-fireworks-cloud</artifactId>
88
<groupId>cn.fxbin.bubble</groupId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>bubble-fireworks-cloud-openfeign</artifactId>

bubble-fireworks-project/bubble-fireworks-cloud/bubble-fireworks-cloud-sentinel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.fxbin.bubble</groupId>
88
<artifactId>bubble-fireworks-cloud</artifactId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>bubble-fireworks-cloud-sentinel</artifactId>

bubble-fireworks-project/bubble-fireworks-cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bubble-fireworks-parent</artifactId>
88
<groupId>cn.fxbin.bubble</groupId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
1111
</parent>
1212

bubble-fireworks-project/bubble-fireworks-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cn.fxbin.bubble</groupId>
66
<artifactId>bubble-fireworks-parent</artifactId>
7-
<version>0.0.8-SNAPSHOT</version>
7+
<version>0.0.8-RELEASE</version>
88
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
99
</parent>
1010

bubble-fireworks-project/bubble-fireworks-data/bubble-fireworks-data-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.fxbin.bubble</groupId>
88
<artifactId>bubble-fireworks-data</artifactId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>bubble-fireworks-data-elasticsearch</artifactId>

bubble-fireworks-project/bubble-fireworks-data/bubble-fireworks-data-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.fxbin.bubble</groupId>
88
<artifactId>bubble-fireworks-data</artifactId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>bubble-fireworks-data-mybatis</artifactId>

bubble-fireworks-project/bubble-fireworks-data/bubble-fireworks-data-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cn.fxbin.bubble</groupId>
88
<artifactId>bubble-fireworks-data</artifactId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>bubble-fireworks-data-redis</artifactId>

bubble-fireworks-project/bubble-fireworks-data/bubble-fireworks-data-zookeeper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bubble-fireworks-data</artifactId>
88
<groupId>cn.fxbin.bubble</groupId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8-RELEASE</version>
1010
</parent>
1111

1212
<artifactId>bubble-fireworks-data-zookeeper</artifactId>

0 commit comments

Comments
 (0)