From 9d30fbdff9753abfa713c50f17e72ea76327462e Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 28 Oct 2025 09:09:29 +0100 Subject: [PATCH] Add POM description for :common project --- CHANGELOG.md | 4 ++++ common/gradle.properties | 3 +++ gradle.properties | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 common/gradle.properties diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa796de..73e405a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.8.1 + +- Add POM name and description for `:common` project. + ## 1.8.0 - Refactor SDK: `com.powersync:powersync-core` has an identical API, but now depends on diff --git a/common/gradle.properties b/common/gradle.properties new file mode 100644 index 00000000..3b60741d --- /dev/null +++ b/common/gradle.properties @@ -0,0 +1,3 @@ +POM_ARTIFACT_ID=common +POM_NAME=PowerSync Common +POM_DESCRIPTION=Common APIs for the PowerSync Kotlin SDK without a fixed SQLite dependency. diff --git a/gradle.properties b/gradle.properties index 44811ed3..d45a296a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.8.0 +LIBRARY_VERSION=1.8.1 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/