Skip to content

Commit

Permalink
🔖 release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Nov 9, 2022
1 parent 0c4632c commit 799a1c2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballcat-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<mybatis.version>3.5.10</mybatis.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<poi.version>4.1.2</poi.version>
<revision>1.0.0-SNAPSHOT</revision>
<revision>1.0.0</revision>
<rocketmq.version>2.2.0</rocketmq.version>
<software.amazon.awssdk-s3-transfer-manager.version>2.18.6-PREVIEW
</software.amazon.awssdk-s3-transfer-manager.version>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/2ballcat-0.7.0.sql → doc/2ballcat-1.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ CREATE TABLE `oauth_client_details` (
-- Records of oauth_client_details
-- ----------------------------
INSERT INTO `oauth_client_details` VALUES ('actuator', NULL, '$2a$10$frNrwNcb5rUeNBd7EhME6uN7zTOe0qKlDVsT2SgZZDitJXuJJ7wDO', 'server', 'password,refresh_token', NULL, NULL, NULL, NULL, NULL, 'true');
INSERT INTO `oauth_client_details` VALUES ('test', NULL, '$2a$10$8DrIu79gvgx8.nQXuWGPR.tG/SHh547krcxhMeDrikJjUWlLua4.K', 'server', 'password,client_credentials,refresh_token,mobile', NULL, NULL, NULL, NULL, NULL, 'true');
INSERT INTO `oauth_client_details` VALUES ('test', NULL, '$2a$10$8DrIu79gvgx8.nQXuWGPR.tG/SHh547krcxhMeDrikJjUWlLua4.K', 'skip_captcha,skip_password_decode', 'password,client_credentials,refresh_token,mobile', NULL, NULL, NULL, NULL, NULL, 'true');
INSERT INTO `oauth_client_details` VALUES ('ui', NULL, '$2a$10$8UbJyUN9kdE16RlqSx9Sc.YLIjKLDWFS2Nvev.uN/P2OrrCtVkuMO', 'server', 'password,refresh_token', NULL, NULL, NULL, NULL, NULL, 'true');

-- ----------------------------
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<org.mapstruct.version>1.5.3.Final</org.mapstruct.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<revision>1.0.0-SNAPSHOT</revision>
<revision>1.0.0</revision>
<spring-boot.version>2.7.5</spring-boot.version>
<spring-javaformat-checkstyle.version>0.0.35</spring-javaformat-checkstyle.version>
</properties>
Expand Down

0 comments on commit 799a1c2

Please sign in to comment.