File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can get the latest release from Maven:
2727<dependency >
2828 <groupId >com.amazonaws.secretsmanager</groupId >
2929 <artifactId >aws-secretsmanager-caching-java</artifactId >
30- <version >1.0.0 </version >
30+ <version >1.0.1 </version >
3131</dependency >
3232```
3333
@@ -41,7 +41,7 @@ Don't forget to enable the download of snapshot jars from Maven:
4141 <repositories >
4242 <repository >
4343 <id >snapshots-repo</id >
44- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
44+ <url >https://aws. oss.sonatype.org/content/repositories/snapshots</url >
4545 <releases ><enabled >false</enabled ></releases >
4646 <snapshots ><enabled >true</enabled ></snapshots >
4747 </repository >
Original file line number Diff line number Diff line change 44
55 <groupId >com.amazonaws.secretsmanager</groupId >
66 <artifactId >aws-secretsmanager-caching-java</artifactId >
7- <version >1.0.0 </version >
7+ <version >1.0.1 </version >
88 <packaging >jar</packaging >
99
1010
171171 <extensions >true</extensions >
172172 <configuration >
173173 <serverId >sonatype-nexus-staging</serverId >
174- <nexusUrl >https://oss.sonatype.org</nexusUrl >
174+ <nexusUrl >https://aws. oss.sonatype.org</nexusUrl >
175175 <autoReleaseAfterClose >false</autoReleaseAfterClose >
176176 </configuration >
177177 </plugin >
You can’t perform that action at this time.
0 commit comments