Skip to content

Commit

Permalink
- (git cherry-pick -n 384d2a1) Changed the project name from postgres…
Browse files Browse the repository at this point in the history
…ql to jdbc-yugabytedb

- Changed version to 42.7.3-yb-1
  • Loading branch information
ashetkar committed Oct 7, 2024
1 parent 281d99c commit f8c7f82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin.code.style=official
# This is version for PgJdbc itself
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
# Release version can be generated by using -Prelease or -Prc=<int> arguments
pgjdbc.version=42.3.5-yb-8
pgjdbc.version=42.7.3-yb-1

lastEditYear=2024
# The options below configures the use of local clone (e.g. testing development versions)
Expand Down
2 changes: 1 addition & 1 deletion pgjdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ karaf {
features.apply {
xsdVersion = "1.5.0"
feature(closureOf<com.github.lburgazzoli.gradle.plugin.karaf.features.model.FeatureDescriptor> {
name = "postgresql"
name = "jdbc-yugabytedb"
description = "PostgreSQL JDBC driver karaf feature"
version = project.version.toString()
details = "Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ includeBuild("build-logic")
// Renovate treats names as dependency coordinates when vararg include(...) is used, so we have separate include calls here
// include("benchmarks")
// include("pgjdbc-osgi-test")
include("postgresql")
include("jdbc-yugabytedb")
include("bom")

project(":postgresql").projectDir = file("pgjdbc")
project(":jdbc-yugabytedb").projectDir = file("pgjdbc")

// See https://github.com/gradle/gradle/issues/1348#issuecomment-284758705 and
// https://github.com/gradle/gradle/issues/5321#issuecomment-387561204
Expand Down

0 comments on commit f8c7f82

Please sign in to comment.