Skip to content

Commit 56e4253

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f0f9ce2 commit 56e4253

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.spring.data</groupId>
77
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
8-
<version>3.5.0</version>
8+
<version>3.5.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Spring Data JPA EntityGraph</name>

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.spring.data</groupId>
77
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
8-
<version>3.5.0</version>
8+
<version>3.5.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Spring Data JPA EntityGraph Generator</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.cosium.spring.data</groupId>
1010
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
11-
<version>3.5.0</version>
11+
<version>3.5.1-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

1414
<modules>
@@ -319,7 +319,7 @@
319319
<connection>scm:git:https://github.com/Cosium/spring-data-jpa-entity-graph</connection>
320320
<developerConnection>scm:git:https://github.com/Cosium/spring-data-jpa-entity-graph</developerConnection>
321321
<url>https://github.com/Cosium/spring-data-jpa-entity-graph</url>
322-
<tag>3.5.0</tag>
322+
<tag>HEAD</tag>
323323
</scm>
324324

325325
<organization>

0 commit comments

Comments
 (0)