Skip to content

Commit b16134a

Browse files
committed
[maven-release-plugin] prepare release ebean-datasource-parent-7.0
1 parent a2d8987 commit b16134a

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

ebean-datasource-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>ebean-datasource-parent</artifactId>
75
<groupId>io.ebean</groupId>
8-
<version>7.0-SNAPSHOT</version>
6+
<version>7.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.0-SNAPSHOT</version>
8+
<version>7.0</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.0-SNAPSHOT</version>
27+
<version>7.0</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.0-SNAPSHOT</version>
14+
<version>7.0</version>
1515

1616
<scm>
1717
<developerConnection>scm:git:git@github.com:ebean-orm/ebean-datasource.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>ebean-datasource-parent-7.0</tag>
1919
</scm>
2020

2121
<modules>

0 commit comments

Comments
 (0)