Skip to content

Commit 8440117

Browse files
committed
[maven-release-plugin] prepare release spring-data-jpa-entity-graph-parent-2.7.9
1 parent c13aceb commit 8440117

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>2.7.9-SNAPSHOT</version>
8+
<version>2.7.9</version>
99
</parent>
1010

1111
<artifactId>spring-data-jpa-entity-graph</artifactId>

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>2.7.9-SNAPSHOT</version>
8+
<version>2.7.9</version>
99
</parent>
1010

1111
<artifactId>spring-data-jpa-entity-graph-generator</artifactId>

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>2.7.9-SNAPSHOT</version>
11+
<version>2.7.9</version>
1212
<packaging>pom</packaging>
1313

1414
<modules>
@@ -189,7 +189,7 @@
189189
<connection>scm:git:https://github.com/Cosium/spring-data-jpa-entity-graph</connection>
190190
<developerConnection>scm:git:https://github.com/Cosium/spring-data-jpa-entity-graph</developerConnection>
191191
<url>https://github.com/Cosium/spring-data-jpa-entity-graph</url>
192-
<tag>HEAD</tag>
192+
<tag>spring-data-jpa-entity-graph-parent-2.7.9</tag>
193193
</scm>
194194

195195
<organization>

0 commit comments

Comments
 (0)