Skip to content

Commit f2c242d

Browse files
author
mengjuhua
committed
release: v9.6.4
1 parent 6aad4cf commit f2c242d

File tree

50 files changed

+99
-99
lines changed
  • y9-digitalbase-common
  • y9-digitalbase-example
  • y9-digitalbase-starter
    • risenet-y9boot-starter-apisix
    • risenet-y9boot-starter-cache-redis
    • risenet-y9boot-starter-elasticsearch
    • risenet-y9boot-starter-idgenerator
    • risenet-y9boot-starter-jpa-public
    • risenet-y9boot-starter-jpa-tenant
    • risenet-y9boot-starter-kafka
    • risenet-y9boot-starter-liquibase
    • risenet-y9boot-starter-listener-kafka
    • risenet-y9boot-starter-log
    • risenet-y9boot-starter-multi-tenant
    • risenet-y9boot-starter-openfeign
    • risenet-y9boot-starter-permission
    • risenet-y9boot-starter-publish-kafka
    • risenet-y9boot-starter-security
    • risenet-y9boot-starter-sso-oauth2-resource
    • risenet-y9boot-starter-web
  • y9-digitalbase-support
  • y9-digitalbase-webapp
    • y9-module-log
    • y9-module-platform
      • risenet-y9boot-api-feignclient-platform
      • risenet-y9boot-api-interface-platform
      • risenet-y9boot-support-platform-jpa-repository
      • risenet-y9boot-support-platform-service
      • risenet-y9boot-support-platform-web
      • risenet-y9boot-webapp-platform
    • y9-module-sso

Some content is hidden

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

50 files changed

+99
-99
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>net.risesoft</groupId>
77
<artifactId>y9-digitalbase</artifactId>
88
<packaging>pom</packaging>
9-
<version>v9.6.4-SNAPSHOT</version>
9+
<version>v9.6.4</version>
1010

1111
<modules>
1212
<module>y9-digitalbase-common</module>

y9-digitalbase-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>net.risesoft</groupId>
77
<artifactId>y9-digitalbase-common</artifactId>
88
<packaging>pom</packaging>
9-
<version>v9.6.4-SNAPSHOT</version>
9+
<version>v9.6.4</version>
1010

1111
<parent>
1212
<groupId>net.risesoft</groupId>
1313
<artifactId>y9-digitalbase</artifactId>
14-
<version>v9.6.4-SNAPSHOT</version>
14+
<version>v9.6.4</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

y9-digitalbase-common/risenet-y9boot-3rd-jpa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<!-- <groupId>net.risesoft</groupId> -->
66
<artifactId>risenet-y9boot-3rd-jpa</artifactId>
7-
<version>v9.6.4-SNAPSHOT</version>
7+
<version>v9.6.4</version>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>net.risesoft</groupId>
1212
<artifactId>y9-digitalbase</artifactId>
13-
<version>v9.6.4-SNAPSHOT</version>
13+
<version>v9.6.4</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

y9-digitalbase-common/risenet-y9boot-common-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<!-- <groupId>net.risesoft</groupId> -->
77
<artifactId>risenet-y9boot-common-model</artifactId>
8-
<version>v9.6.4-SNAPSHOT</version>
8+
<version>v9.6.4</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>net.risesoft</groupId>
1313
<artifactId>y9-digitalbase</artifactId>
14-
<version>v9.6.4-SNAPSHOT</version>
14+
<version>v9.6.4</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

y9-digitalbase-common/risenet-y9boot-common-nacos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<!-- <groupId>net.risesoft</groupId> -->
77
<artifactId>risenet-y9boot-common-nacos</artifactId>
8-
<!--<version>v9.6.4-SNAPSHOT</version>-->
8+
<!--<version>v9.6.4</version>-->
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>net.risesoft</groupId>
1313
<artifactId>y9-digitalbase</artifactId>
14-
<version>v9.6.4-SNAPSHOT</version>
14+
<version>v9.6.4</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

y9-digitalbase-common/risenet-y9boot-common-tenant-datasource/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<!-- <groupId>net.risesoft</groupId> -->
66
<artifactId>risenet-y9boot-common-tenant-datasource</artifactId>
7-
<version>v9.6.4-SNAPSHOT</version>
7+
<version>v9.6.4</version>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>net.risesoft</groupId>
1212
<artifactId>y9-digitalbase</artifactId>
13-
<version>v9.6.4-SNAPSHOT</version>
13+
<version>v9.6.4</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

y9-digitalbase-common/risenet-y9boot-common-util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<!-- <groupId>net.risesoft</groupId> -->
77
<artifactId>risenet-y9boot-common-util</artifactId>
8-
<version>v9.6.4-SNAPSHOT</version>
8+
<version>v9.6.4</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>net.risesoft</groupId>
1313
<artifactId>y9-digitalbase</artifactId>
14-
<version>v9.6.4-SNAPSHOT</version>
14+
<version>v9.6.4</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

y9-digitalbase-common/risenet-y9boot-properties/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<!-- <groupId>net.risesoft</groupId> -->
55
<artifactId>risenet-y9boot-properties</artifactId>
6-
<version>v9.6.4-SNAPSHOT</version>
6+
<version>v9.6.4</version>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>net.risesoft</groupId>
1111
<artifactId>y9-digitalbase</artifactId>
12-
<version>v9.6.4-SNAPSHOT</version>
12+
<version>v9.6.4</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

y9-digitalbase-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>net.risesoft</groupId>
77
<artifactId>y9-digitalbase-example</artifactId>
88
<packaging>pom</packaging>
9-
<version>v9.6.4-SNAPSHOT</version>
9+
<version>v9.6.4</version>
1010

1111
<parent>
1212
<groupId>net.risesoft</groupId>
1313
<artifactId>y9-digitalbase</artifactId>
14-
<version>v9.6.4-SNAPSHOT</version>
14+
<version>v9.6.4</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

y9-digitalbase-example/risenet-y9demo-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>net.risesoft</groupId>
5050
<artifactId>risenet-y9boot-support-file-service-ftp</artifactId>
51-
<version>v9.6.4-SNAPSHOT</version>
51+
<version>v9.6.4</version>
5252
</dependency>
5353
</dependencies>
5454
<dependencyManagement>

0 commit comments

Comments
 (0)