We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f06632 commit 22a7855Copy full SHA for 22a7855
README.md
@@ -21,16 +21,16 @@ Download the jar though Maven:
21
22
```xml
23
<repository>
24
- <id>opensourceagility-snapshots</id>
25
- <url>http://repo.opensourceagility.com/snapshots</url
+ <id>opensourceagility-release</id>
+ <url>http://repo.opensourceagility.com/release</url
26
</repository>
27
```
28
29
30
<dependency>
31
<groupId>org.socialsignin</groupId>
32
<artifactId>spring-data-dynamodb</artifactId>
33
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1.RELEASE</version>
34
</dependency>
35
36
0 commit comments