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:
27
27
<dependency >
28
28
<groupId >com.amazonaws.secretsmanager</groupId >
29
29
<artifactId >aws-secretsmanager-caching-java</artifactId >
30
- <version >1.0.0 </version >
30
+ <version >1.0.1 </version >
31
31
</dependency >
32
32
```
33
33
@@ -41,7 +41,7 @@ Don't forget to enable the download of snapshot jars from Maven:
41
41
<repositories >
42
42
<repository >
43
43
<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 >
45
45
<releases ><enabled >false</enabled ></releases >
46
46
<snapshots ><enabled >true</enabled ></snapshots >
47
47
</repository >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.amazonaws.secretsmanager</groupId >
6
6
<artifactId >aws-secretsmanager-caching-java</artifactId >
7
- <version >1.0.0 </version >
7
+ <version >1.0.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
171
171
<extensions >true</extensions >
172
172
<configuration >
173
173
<serverId >sonatype-nexus-staging</serverId >
174
- <nexusUrl >https://oss.sonatype.org</nexusUrl >
174
+ <nexusUrl >https://aws. oss.sonatype.org</nexusUrl >
175
175
<autoReleaseAfterClose >false</autoReleaseAfterClose >
176
176
</configuration >
177
177
</plugin >
You can’t perform that action at this time.
0 commit comments