Skip to content

Commit 33c0dac

Browse files
rename packages
1 parent be83952 commit 33c0dac

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: ['https://www.paypal.me/ktorm', 'https://ktorm.liuwj.me/images/wechat-sponsor.jpg', 'https://ktorm.liuwj.me/images/alipay-sponsor.jpg']
12+
custom: ['https://www.paypal.me/ktorm', 'https://www.ktorm.org/images/wechat-sponsor.jpg', 'https://www.ktorm.org/images/alipay-sponsor.jpg']

PACKAGES.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11

2-
# Package me.liuwj.ktorm.database
2+
# Package org.ktorm.database
33

44
Entry of Ktorm framework, providing basic features of connection and transaction management.
55

6-
# Package me.liuwj.ktorm.dsl
6+
# Package org.ktorm.dsl
77

88
Constructs strong-typed SQL DSL.
99

10-
# Package me.liuwj.ktorm.entity
10+
# Package org.ktorm.entity
1111

1212
Provides entity sequence APIs.
1313

14-
# Package me.liuwj.ktorm.expression
14+
# Package org.ktorm.expression
1515

1616
Expression tree and SQL generation supports, providing expression node types, tree visitor, and SQL formatter.
1717

18-
# Package me.liuwj.ktorm.logging
18+
# Package org.ktorm.logging
1919

2020
Simple logging facade of Ktorm, provides adapters for variable logging frameworks.
2121

22-
# Package me.liuwj.ktorm.schema
22+
# Package org.ktorm.schema
2323

2424
Database schema supports, including table and column definition, column binding, and SQL types.
2525

26-
# Package me.liuwj.ktorm.global
26+
# Package org.ktorm.global
2727

2828
Provide a more concise DSL syntax based on a global database instance.
2929

30-
# Package me.liuwj.ktorm.jackson
30+
# Package org.ktorm.jackson
3131

32-
Jackson extension module for Ktorm, providing json serialization for entity objects and json SQL type.
32+
Jackson extension module for Ktorm, providing JSON serialization for entity objects and JSON SQL type.
3333

34-
# Package me.liuwj.ktorm.support.mysql
34+
# Package org.ktorm.support.mysql
3535

3636
MySQL dialect module for Ktorm.
3737

38-
# Package me.liuwj.ktorm.support.oracle
38+
# Package org.ktorm.support.oracle
3939

4040
Oracle dialect module for Ktorm.
4141

42-
# Package me.liuwj.ktorm.support.postgresql
42+
# Package org.ktorm.support.postgresql
4343

4444
PostgreSQL dialect module for Ktorm.
4545

46-
# Package me.liuwj.ktorm.support.sqlite
46+
# Package org.ktorm.support.sqlite
4747

4848
SQLite dialect module for Ktorm.
4949

50-
# Package me.liuwj.ktorm.support.sqlserver
50+
# Package org.ktorm.support.sqlserver
5151

5252
Microsoft SqlServer dialect module for Ktorm.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616
}
1717

1818
allprojects {
19-
group = "me.liuwj.ktorm"
20-
version = "3.1.0"
19+
group = "org.ktorm"
20+
version = "3.2.0-RC1"
2121
}
2222

2323
subprojects { project ->

0 commit comments

Comments
 (0)