File tree Expand file tree Collapse file tree 16 files changed +19
-17
lines changed
jnosql-communication-core
jnosql-communication-key-value
jnosql-communication-query
jnosql-communication-semistructured
jnosql-mapping-reflection
jnosql-mapping-semistructured Expand file tree Collapse file tree 16 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
8
8
9
9
== [Unreleased]
10
10
11
+ == [1.1.4] - 2024-12-21
12
+
11
13
== [1.1.3] - 2024-10-24
12
14
13
15
=== Fixed
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Eclipse JNoSQL offers a mapping implementation for Key-Value NoSQL types:
153
153
<dependency>
154
154
<groupId>org.eclipse.jnosql.mapping</groupId>
155
155
<artifactId>jnosql-mapping-key-value</artifactId>
156
- <version>1.1.3 </version>
156
+ <version>1.1.4 </version>
157
157
</dependency>
158
158
----
159
159
@@ -276,7 +276,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
276
276
<dependency>
277
277
<groupId>org.eclipse.jnosql.mapping</groupId>
278
278
<artifactId>jnosql-mapping-column</artifactId>
279
- <version>1.1.3 </version>
279
+ <version>1.1.4 </version>
280
280
</dependency>
281
281
----
282
282
@@ -374,7 +374,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
374
374
<dependency>
375
375
<groupId>org.eclipse.jnosql.mapping</groupId>
376
376
<artifactId>jnosql-mapping-document</artifactId>
377
- <version>1.1.3 </version>
377
+ <version>1.1.4 </version>
378
378
</dependency>
379
379
----
380
380
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.eclipse.jnosql.communication</groupId >
24
24
<artifactId >jnosql-communication</artifactId >
25
- <version >1.1.4-SNAPSHOT </version >
25
+ <version >1.1.4</version >
26
26
</parent >
27
27
28
28
<artifactId >jnosql-communication-core</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.eclipse.jnosql.communication</groupId >
25
25
<artifactId >jnosql-communication</artifactId >
26
- <version >1.1.4-SNAPSHOT </version >
26
+ <version >1.1.4</version >
27
27
</parent >
28
28
29
29
<artifactId >jnosql-communication-key-value</artifactId >
Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >org.eclipse.jnosql.communication</groupId >
19
19
<artifactId >jnosql-communication</artifactId >
20
- <version >1.1.4-SNAPSHOT </version >
20
+ <version >1.1.4</version >
21
21
</parent >
22
22
23
23
<artifactId >jnosql-communication-query</artifactId >
Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >org.eclipse.jnosql.communication</groupId >
19
19
<artifactId >jnosql-communication</artifactId >
20
- <version >1.1.4-SNAPSHOT </version >
20
+ <version >1.1.4</version >
21
21
</parent >
22
22
23
23
<artifactId >jnosql-communication-semistructured</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.eclipse.jnosql</groupId >
25
25
<artifactId >jnosql-parent</artifactId >
26
- <version >1.1.4-SNAPSHOT </version >
26
+ <version >1.1.4</version >
27
27
</parent >
28
28
29
29
<groupId >org.eclipse.jnosql.communication</groupId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.eclipse.jnosql.mapping</groupId >
23
23
<artifactId >jnosql-mapping-parent</artifactId >
24
- <version >1.1.4-SNAPSHOT </version >
24
+ <version >1.1.4</version >
25
25
</parent >
26
26
27
27
<artifactId >jnosql-mapping-api-core</artifactId >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.eclipse.jnosql.mapping</groupId >
21
21
<artifactId >jnosql-mapping-parent</artifactId >
22
- <version >1.1.4-SNAPSHOT </version >
22
+ <version >1.1.4</version >
23
23
</parent >
24
24
25
25
<artifactId >jnosql-mapping-column</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.eclipse.jnosql.mapping</groupId >
23
23
<artifactId >jnosql-mapping-parent</artifactId >
24
- <version >1.1.4-SNAPSHOT </version >
24
+ <version >1.1.4</version >
25
25
</parent >
26
26
27
27
<artifactId >jnosql-mapping-core</artifactId >
You can’t perform that action at this time.
0 commit comments