Skip to content

Commit ea81fa8

Browse files
committed
Polishing.
Align Readme with correct artifact coordinates. See #3312
1 parent 9df4e82 commit ea81fa8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
image:https://spring.io/badges/spring-data-jpa/ga.svg[Spring Data JPA,link=https://projects.spring.io/spring-data-jpa/#quick-start]
2-
image:https://spring.io/badges/spring-data-jpa/snapshot.svg[Spring Data JPA,link=https://projects.spring.io/spring-data-jpa/#quick-start]
3-
41
= Spring Data JPA image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-jpa%2Fmain&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-jpa/] https://gitter.im/spring-projects/spring-data[image:https://badges.gitter.im/spring-projects/spring-data.svg[Gitter]]
52

63
Spring Data JPA, part of the larger https://projects.spring.io/spring-data[Spring Data] family, makes it easy to implement JPA-based repositories.
@@ -104,7 +101,7 @@ Add the Maven dependency:
104101
<dependency>
105102
<groupId>org.springframework.data</groupId>
106103
<artifactId>spring-data-jpa</artifactId>
107-
<version>${version}.RELEASE</version>
104+
<version>${version}</version>
108105
</dependency>
109106
----
110107

@@ -115,7 +112,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
115112
<dependency>
116113
<groupId>org.springframework.data</groupId>
117114
<artifactId>spring-data-jpa</artifactId>
118-
<version>${version}.BUILD-SNAPSHOT</version>
115+
<version>${version}-SNAPSHOT</version>
119116
</dependency>
120117
121118
<repository>

0 commit comments

Comments
 (0)