Skip to content

Commit fa0ec1e

Browse files
Will Tongparimaldeshmukh
Will Tong
authored andcommitted
Staging release 1.0.1
1 parent f8671e6 commit fa0ec1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -171,7 +171,7 @@
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>

0 commit comments

Comments
 (0)