Skip to content

Commit 22a7855

Browse files
Update README.md
1 parent 6f06632 commit 22a7855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Download the jar though Maven:
2121

2222
```xml
2323
<repository>
24-
<id>opensourceagility-snapshots</id>
25-
<url>http://repo.opensourceagility.com/snapshots</url
24+
<id>opensourceagility-release</id>
25+
<url>http://repo.opensourceagility.com/release</url
2626
</repository>
2727
```
2828

2929
```xml
3030
<dependency>
3131
<groupId>org.socialsignin</groupId>
3232
<artifactId>spring-data-dynamodb</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.0.1.RELEASE</version>
3434
</dependency>
3535
```
3636

0 commit comments

Comments
 (0)