Skip to content

Commit 3f9393f

Browse files
committed
[maven-release-plugin] prepare release ebean-datasource-parent-7.4
1 parent bfb9842 commit 3f9393f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ebean-datasource-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ebean-datasource-parent</artifactId>
55
<groupId>io.ebean</groupId>
6-
<version>7.4-SNAPSHOT</version>
6+
<version>7.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ebean-datasource/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.ebean</groupId>
77
<artifactId>ebean-datasource-parent</artifactId>
8-
<version>7.4-SNAPSHOT</version>
8+
<version>7.4</version>
99
</parent>
1010

1111
<artifactId>ebean-datasource</artifactId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.ebean</groupId>
2626
<artifactId>ebean-datasource-api</artifactId>
27-
<version>7.4-SNAPSHOT</version>
27+
<version>7.4</version>
2828
</dependency>
2929

3030
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<groupId>io.ebean</groupId>
1313
<artifactId>ebean-datasource-parent</artifactId>
14-
<version>7.4-SNAPSHOT</version>
14+
<version>7.4</version>
1515

1616
<scm>
1717
<developerConnection>scm:git:[email protected]:ebean-orm/ebean-datasource.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>ebean-datasource-parent-7.4</tag>
1919
</scm>
2020

2121
<modules>

0 commit comments

Comments
 (0)