File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -504,16 +504,16 @@ allprojects {
504
504
configureEach<Jar > {
505
505
manifest {
506
506
attributes[" Bundle-License" ] = " BSD-2-Clause"
507
- attributes[" Implementation-Title" ] = " PostgreSQL JDBC Driver"
507
+ attributes[" Implementation-Title" ] = " Amazon Web Services (AWS) JDBC Driver for PostgreSQL "
508
508
attributes[" Implementation-Version" ] = project.version
509
509
val jdbcSpec = props.string(" jdbc.specification.version" )
510
510
if (jdbcSpec.isNotBlank()) {
511
511
attributes[" Specification-Vendor" ] = " Oracle Corporation"
512
512
attributes[" Specification-Version" ] = jdbcSpec
513
513
attributes[" Specification-Title" ] = " JDBC"
514
514
}
515
- attributes[" Implementation-Vendor" ] = " PostgreSQL Global Development Group "
516
- attributes[" Implementation-Vendor-Id" ] = " org.postgresql "
515
+ attributes[" Implementation-Vendor" ] = " Amazon Web Services (AWS) "
516
+ attributes[" Implementation-Vendor-Id" ] = " software.aws.rds "
517
517
}
518
518
}
519
519
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ val shadedLicenseFiles = licensesCopySpec(renderShadedLicense)
172
172
tasks.configureEach<Jar > {
173
173
archiveBaseName.set(" aws-postgresql-jdbc" )
174
174
manifest {
175
- attributes[" Main-Class" ] = " org.postgresql.util.PGJDBCMain"
175
+ attributes[" Main-Class" ] = " software.aws.rds.jdbc.postgresql.shading. org.postgresql.util.PGJDBCMain"
176
176
attributes[" Automatic-Module-Name" ] = " org.postgresql.jdbc"
177
177
}
178
178
}
You can’t perform that action at this time.
0 commit comments