File tree Expand file tree Collapse file tree 17 files changed +21
-19
lines changed
jnosql-communication-column
jnosql-communication-core
jnosql-communication-document
jnosql-communication-key-value
jnosql-communication-query
jnosql-mapping-reflection Expand file tree Collapse file tree 17 files changed +21
-19
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.0] - 2023-02-05
12
+
11
13
=== Changed
12
14
13
15
- Upgrade Jakarta Data to version 1.0.0-M2
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.0.4 </version>
156
+ <version>1.1.0 </version>
157
157
</dependency>
158
158
----
159
159
@@ -278,7 +278,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
278
278
<dependency>
279
279
<groupId>org.eclipse.jnosql.mapping</groupId>
280
280
<artifactId>jnosql-mapping-column</artifactId>
281
- <version>1.0.4 </version>
281
+ <version>1.1.0 </version>
282
282
</dependency>
283
283
----
284
284
@@ -375,7 +375,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
375
375
<dependency>
376
376
<groupId>org.eclipse.jnosql.mapping</groupId>
377
377
<artifactId>jnosql-mapping-document</artifactId>
378
- <version>1.0.4 </version>
378
+ <version>1.1.0 </version>
379
379
</dependency>
380
380
----
381
381
@@ -473,7 +473,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types:
473
473
<dependency>
474
474
<groupId>org.eclipse.jnosql.mapping</groupId>
475
475
<artifactId>jnosql-mapping-graph</artifactId>
476
- <version>1.0.4 </version>
476
+ <version>1.1.0 </version>
477
477
</dependency>
478
478
----
479
479
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.0.5-SNAPSHOT </version >
26
+ <version >1.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >jnosql-communication-column</artifactId >
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.0.5-SNAPSHOT </version >
25
+ <version >1.1.0 </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.0.5-SNAPSHOT </version >
26
+ <version >1.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >jnosql-communication-document</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.0.5-SNAPSHOT </version >
26
+ <version >1.1.0 </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.0.5-SNAPSHOT </version >
20
+ <version >1.1.0 </version >
21
21
</parent >
22
22
23
23
<artifactId >jnosql-communication-query</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.0.5-SNAPSHOT </version >
26
+ <version >1.1.0 </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.0.5-SNAPSHOT </version >
24
+ <version >1.1.0 </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.0.5-SNAPSHOT </version >
22
+ <version >1.1.0 </version >
23
23
</parent >
24
24
25
25
<artifactId >jnosql-mapping-column</artifactId >
You can’t perform that action at this time.
0 commit comments