Skip to content

Commit 7cc260f

Browse files
committed
[maven-release-plugin] prepare release ebean-datasource-parent-8.0
1 parent c5550f3 commit 7cc260f

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

1111
<artifactId>ebean-datasource</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.ebean</groupId>
1919
<artifactId>ebean-datasource-api</artifactId>
20-
<version>8.0-SNAPSHOT</version>
20+
<version>8.0</version>
2121
</dependency>
2222

2323
<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>8.0-SNAPSHOT</version>
14+
<version>8.0</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-8.0</tag>
1919
</scm>
2020

2121
<modules>

0 commit comments

Comments
 (0)