Skip to content

Commit 371b15e

Browse files
committed
[maven-release-plugin] prepare release ebean-datasource-parent-8.4
1 parent 37155a3 commit 371b15e

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
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>ebean-datasource-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>8.4-SNAPSHOT</version>
7+
<version>8.4</version>
88
</parent>
99

1010
<artifactId>ebean-datasource-api</artifactId>

ebean-datasource/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.ebean</groupId>
66
<artifactId>ebean-datasource-parent</artifactId>
7-
<version>8.4-SNAPSHOT</version>
7+
<version>8.4</version>
88
</parent>
99

1010
<artifactId>ebean-datasource</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.ebean</groupId>
1818
<artifactId>ebean-datasource-api</artifactId>
19-
<version>8.4-SNAPSHOT</version>
19+
<version>8.4</version>
2020
</dependency>
2121

2222
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<groupId>io.ebean</groupId>
1111
<artifactId>ebean-datasource-parent</artifactId>
12-
<version>8.4-SNAPSHOT</version>
12+
<version>8.4</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>
1616
<developerConnection>scm:git:[email protected]:ebean-orm/ebean-datasource.git</developerConnection>
17-
<tag>HEAD</tag>
17+
<tag>ebean-datasource-parent-8.4</tag>
1818
</scm>
1919

2020
<modules>

0 commit comments

Comments
 (0)