Skip to content

Commit 9e19f4d

Browse files
committed
Version 16.1.0
1 parent a96734a commit 9e19f4d

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

ebean-autotune/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>ebean-components-parent</artifactId>
5+
<artifactId>ebean-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>14.0.0</version>
7+
<version>16.1.0</version>
88
</parent>
99

1010
<name>ebean autotune</name>
1111
<description>ebean automatic query tuning module</description>
1212
<artifactId>ebean-autotune</artifactId>
13+
<version>16.1.0</version>
1314

1415
<dependencies>
1516

ebean-csv-reader/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>ebean-components-parent</artifactId>
5+
<artifactId>ebean-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>14.0.0</version>
7+
<version>16.1.0</version>
88
</parent>
99

1010
<artifactId>ebean-csv-reader</artifactId>
11+
<name>ebean-csv-reader</name>
12+
<version>16.1.0</version>
1113

1214
<dependencies>
1315

ebean-externalmapping-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<artifactId>ebean-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>14.0.0</version>
7+
<version>16.1.0</version>
88
</parent>
99

1010
<name>ebean external mapping api</name>
1111
<description>API for mapping external named queries</description>
1212
<artifactId>ebean-externalmapping-api</artifactId>
13+
<version>16.1.0</version>
1314

1415
</project>

ebean-externalmapping-xml/pom.xml

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

10-
<scm>
11-
<developerConnection>scm:git:[email protected]:ebean-orm/ebean.git</developerConnection>
12-
<tag>HEAD</tag>
13-
</scm>
14-
1510
<name>ebean external mapping xml</name>
1611
<description>XML implementation for mapping external named queries</description>
1712
<artifactId>ebean-externalmapping-xml</artifactId>
13+
<version>16.1.0</version>
1814

1915
<dependencies>
2016

ebean-jackson-jsonnode/pom.xml

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

1010
<artifactId>ebean-jackson-jsonnode</artifactId>
11-
<version>14.0.0</version>
11+
<name>ebean-jackson-jsonnode</name>
12+
<version>16.1.0</version>
1213

1314
<dependencies>
1415

ebean-joda-time/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
3+
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<artifactId>ebean-parent</artifactId>
56
<groupId>io.ebean</groupId>
6-
<version>14.0.0</version>
7+
<version>16.1.0</version>
78
</parent>
8-
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>ebean-joda-time</artifactId>
11-
<version>14.0.0</version>
11+
<name>ebean-joda-time</name>
12+
<version>16.1.0</version>
1213

1314
<dependencies>
1415

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99

1010
<groupId>io.ebean</groupId>
1111
<artifactId>ebean-components-parent</artifactId>
12-
<version>14.0.0</version>
12+
<version>16.1.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>ebean parent</name>
1616
<description>Parent for ebean modules</description>
1717
<url>https://ebean.io/</url>
1818

1919
<scm>
20+
<url>https://github.com/ebean-orm/ebean</url>
2021
<developerConnection>scm:git:[email protected]:ebean-orm/ebean-components.git</developerConnection>
2122
<tag>HEAD</tag>
2223
</scm>

0 commit comments

Comments
 (0)