You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff 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
-
4
1
= 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]]
5
2
6
3
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:
104
101
<dependency>
105
102
<groupId>org.springframework.data</groupId>
106
103
<artifactId>spring-data-jpa</artifactId>
107
-
<version>${version}.RELEASE</version>
104
+
<version>${version}</version>
108
105
</dependency>
109
106
----
110
107
@@ -115,7 +112,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
0 commit comments