|
4 | 4 |
|
5 | 5 | <groupId>org.springframework.data.jpa.examples</groupId>
|
6 | 6 | <artifactId>spring-data-jpa-examples-parent</artifactId>
|
7 |
| - <version>1.0.2.RELEASE</version> |
| 7 | + <version>1.0.3.RELEASE</version> |
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 | 10 | <name>Spring Data JPA sample projects</name>
|
|
27 | 27 | </developers>
|
28 | 28 |
|
29 | 29 | <properties>
|
30 |
| - <spring.version>3.0.6.RELEASE</spring.version> |
| 30 | + <spring.version>3.1.0.RELEASE</spring.version> |
31 | 31 | <jpa.version>2.0.0</jpa.version>
|
32 | 32 | <junit.version>4.8</junit.version>
|
33 | 33 | <hibernate.version>3.5.6-Final</hibernate.version>
|
|
73 | 73 | <dependency>
|
74 | 74 | <groupId>org.springframework.data</groupId>
|
75 | 75 | <artifactId>spring-data-jpa</artifactId>
|
76 |
| - <version>1.0.2.RELEASE</version> |
| 76 | + <version>1.0.3.RELEASE</version> |
| 77 | + </dependency> |
| 78 | + |
| 79 | + <dependency> |
| 80 | + <groupId>org.springframework</groupId> |
| 81 | + <artifactId>spring-orm</artifactId> |
| 82 | + <version>${spring.version}</version> |
| 83 | + </dependency> |
| 84 | + |
| 85 | + <dependency> |
| 86 | + <groupId>org.springframework</groupId> |
| 87 | + <artifactId>spring-core</artifactId> |
| 88 | + <version>${spring.version}</version> |
77 | 89 | </dependency>
|
78 | 90 |
|
79 | 91 | <dependency>
|
|
147 | 159 | <repository>
|
148 | 160 | <id>repository.springframework.maven.release</id>
|
149 | 161 | <name>Spring Framework Maven Release Repository</name>
|
150 |
| - <url>http://repo.springsource.org/release</url> |
151 |
| - </repository> |
152 |
| - <repository> |
153 |
| - <id>jboss</id> |
154 |
| - <name>JBoss repository</name> |
155 |
| - <url>https://repository.jboss.org/nexus/content/repositories/releases</url> |
| 162 | + <url>http://repo.springsource.org/libs-release</url> |
156 | 163 | </repository>
|
157 | 164 | </repositories>
|
158 | 165 |
|
159 | 166 | <pluginRepositories>
|
160 | 167 | <pluginRepository>
|
161 | 168 | <id>repository.plugin.springsource.release</id>
|
162 | 169 | <name>SpringSource Maven Repository</name>
|
163 |
| - <url>http://repository.springsource.com/maven/bundles/release</url> |
| 170 | + <url>http://repo.springsource.org/plugins-release</url> |
164 | 171 | </pluginRepository>
|
165 | 172 | </pluginRepositories>
|
166 | 173 |
|
|
0 commit comments