Skip to content

Commit 62bfcd9

Browse files
vedant-jaiswalVedant Jaiswal
andauthored
chore: bump version to 2.1.1 for release (#333)
## Description ### Why is this change being made? 1. Preparing for the 2.1.1 release to Maven Central. ### What is changing? 1. Bump project version from 2.1.0 to 2.1.1 in pom.xml. ### Related Links - **Issue #, if available**: --- ## Testing ### How was this tested? 1. `mvn clean test install` - all tests pass. ### When testing locally, provide testing artifact(s): 1. `Tests run: 147, Failures: 0, Errors: 0, Skipped: 0 — BUILD SUCCESS` --- ## Reviewee Checklist **Update the checklist after submitting the PR** - [x] I have reviewed, tested and understand all changes *If not, why:* - [x] I have filled out the Description and Testing sections above *If not, why:* - [x] Build and Unit tests are passing *If not, why:* - [x] Unit test coverage check is passing *If not, why:* - [x] I have ensured no sensitive information is leaking (i.e., no logging of sensitive fields, or otherwise) *If not, why:* - [] I have added explanatory comments for complex logic, new classes/methods and new tests *If not, why:* - [ ] I have updated README/documentation (if needed) *If not, why:* - [ ] I have clearly called out breaking changes (if any) *If not, why:* --- ## Reviewer Checklist **All reviewers please ensure the following are true before reviewing:** - Reviewee checklist has been accurately filled out - Code changes align with stated purpose in description - Test coverage adequately validates the changes --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Vedant Jaiswal <vedjasy@amazon.com>
1 parent 7f1bedc commit 62bfcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<artifactId>aws-secretsmanager-jdbc</artifactId>
1717
<packaging>jar</packaging>
1818
<name>AWS Secrets Manager SQL Connection Library</name>
19-
<version>2.1.0</version>
19+
<version>2.1.1</version>
2020
<description>The AWS Secrets Manager SQL Connection Library for Java enables Java developers to easily
2121
connect to SQL databases using secrets stored in AWS Secrets Manager.
2222
</description>

0 commit comments

Comments
 (0)