Skip to content

Commit 256eb59

Browse files
committed
Prepare issue branch.
1 parent 970b7f0 commit 256eb59

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-jpa-parent</artifactId>
8-
<version>3.3.0-SNAPSHOT</version>
8+
<version>3.3.0-GH-3254-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data JPA Parent</name>
@@ -37,7 +37,7 @@
3737
<jsqlparser>4.5</jsqlparser>
3838
<mysql-connector-java>8.0.33</mysql-connector-java>
3939
<postgresql>42.6.0</postgresql>
40-
<springdata.commons>3.3.0-SNAPSHOT</springdata.commons>
40+
<springdata.commons>3.3.0-GH-2995-SNAPSHOT</springdata.commons>
4141
<vavr>0.10.3</vavr>
4242

4343
<hibernate.groupId>org.hibernate</hibernate.groupId>

spring-data-envers/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-envers</artifactId>
8-
<version>3.3.0-SNAPSHOT</version>
8+
<version>3.3.0-GH-3254-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>org.springframework.data</groupId>
1212
<artifactId>spring-data-jpa-parent</artifactId>
13-
<version>3.3.0-SNAPSHOT</version>
13+
<version>3.3.0-GH-3254-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

spring-data-jpa-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-jpa-parent</artifactId>
17-
<version>3.3.0-SNAPSHOT</version>
17+
<version>3.3.0-GH-3254-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

spring-data-jpa/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.data</groupId>
88
<artifactId>spring-data-jpa</artifactId>
9-
<version>3.3.0-SNAPSHOT</version>
9+
<version>3.3.0-GH-3254-SNAPSHOT</version>
1010

1111
<name>Spring Data JPA</name>
1212
<description>Spring Data module for JPA repositories.</description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-jpa-parent</artifactId>
18-
<version>3.3.0-SNAPSHOT</version>
18+
<version>3.3.0-GH-3254-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

0 commit comments

Comments
 (0)