forked from ebean-orm/website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.html
102 lines (93 loc) · 2.5 KB
/
releases.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<title>Releases | Ebean</title>
<meta name="layout" content="_layout/docs_intro.html"/>
<meta name="layout" content="_layout2/base-docs.html"/>
<meta name="bread1" content="releases" href="/docs/support"/>
<#assign n0_releases="active">
</head>
<body>
<h2>Releases</h2>
<p>
See the project <a target="_blank" href="https://github.com/ebean-orm/ebean/releases">github releases</a>
for details of the released versions.
</p>
<h2>Donate</h2>
<p>
Help the Ebean project maintain releases and documentation.
</p>
<p>
Every donation helps the project maintain a high
level of quality in both code and documentation and donations help the ongoing effort.
</p>
<a type="btn" class="btn" href="/funding">$Donate</a>
<h2>Latest</h2>
<p>
View the latest artifacts for <code>io.ebean</code> in
<a target="_blank" href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.ebean%22">maven central</a>.
</p>
<h3 class="mtm">Older versions</h3>
<p>
Past versions of Ebean artifacts where released using the groupId: <code>org.avaje.ebean</code> and
prior to that <code>org.avaje.ebeanorm</code>.
These artifacts can be found <a target="_blank"
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.avaje.ebean%22">here</a>
and <a target="_blank" href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.avaje.ebeanorm%22">here</a>.
</p>
<h4 class="mtm">ArtifactId changes</h4>
<p>
In moving to the <code>io.ebean</code> groupId the artifactId's where changed to follow a simpler
naming convention.
</p>
<table class="table">
<tr>
<th>New artifactId</th>
<th>Old artifactId</th>
</tr>
<tr>
<td>ebean</td>
<td>avaje-ebeanorm</td>
</tr>
<tr>
<td>ebean-agent</td>
<td>avaje-ebeanorm-agent</td>
</tr>
<tr>
<td>ebean-mocker</td>
<td>avaje-ebeanorm-mocker</td>
</tr>
<tr>
<td>ebean-maven-plugin</td>
<td>avaje-ebeanorm-mavenenhancer</td>
</tr>
<tr>
<td>ebean-querybean</td>
<td>avaje-ebeanorm-querybean</td>
</tr>
<tr>
<td>ebean-hazelcast</td>
<td>avaje-ebeanorm-hazelcast</td>
</tr>
<tr>
<td>ebean-ignite</td>
<td>avaje-ebeanorm-ignite</td>
</tr>
<tr>
<td>ebean-elastic</td>
<td>avaje-ebeanorm-elastic</td>
</tr>
<tr>
<td>ebean-spring</td>
<td>avaje-ebeanorm-spring</td>
</tr>
<tr>
<td>ebean-jackson</td>
<td>avaje-ebeanorm-jackson</td>
</tr>
<tr>
<td>ebean-cluster</td>
<td>avaje-ebeanorm-cluster</td>
</tr>
</table>
</body>
</html>