Skip to content

Commit 48e03f7

Browse files
committed
DATAJPA-975 - Prepare 1.9.6 (Gosling SR6).
1 parent e25af5d commit 48e03f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>1.7.5.RELEASE</version>
17+
<version>1.7.6.RELEASE</version>
1818
</parent>
1919

2020
<properties>
@@ -28,7 +28,7 @@
2828
<jpa>2.0.0</jpa>
2929
<openjpa>2.3.0</openjpa>
3030
<querydsl>3.6.3</querydsl>
31-
<springdata.commons>1.11.5.RELEASE</springdata.commons>
31+
<springdata.commons>1.11.6.RELEASE</springdata.commons>
3232

3333
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3434

@@ -511,8 +511,8 @@
511511

512512
<repositories>
513513
<repository>
514-
<id>spring-libs-snapshot</id>
515-
<url>https://repo.spring.io/libs-snapshot</url>
514+
<id>spring-libs-release</id>
515+
<url>https://repo.spring.io/libs-release</url>
516516
</repository>
517517
</repositories>
518518

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 1.9.5
1+
Spring Data JPA 1.9.6
22
Copyright (c) [2011-2015] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)