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 d098e99 commit 9e84160Copy full SHA for 9e84160
pom.xml
@@ -4,13 +4,13 @@
4
5
<groupId>org.springframework.data.jpa.examples</groupId>
6
<artifactId>spring-data-jpa-examples-parent</artifactId>
7
- <version>1.0.0.BUILD-SNAPSHOT</version>
+ <version>1.0.1.RELEASE</version>
8
<packaging>pom</packaging>
9
10
<name>Spring Data JPA sample projects</name>
11
<description>Sample projects for Spring Data JPA</description>
12
<url>http://www.springframework.org/spring-data</url>
13
- <inceptionYear>2010</inceptionYear>
+ <inceptionYear>2011</inceptionYear>
14
15
<modules>
16
<module>spring-data-jpa-example</module>
@@ -73,7 +73,7 @@
73
<dependency>
74
<groupId>org.springframework.data</groupId>
75
<artifactId>spring-data-jpa</artifactId>
76
- <version>1.0.0.RELEASE</version>
77
</dependency>
78
79
0 commit comments