Skip to content

Commit 08dd663

Browse files
committed
docs: update and update documentation to version 1.1.1
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 55fd1de commit 08dd663

File tree

21 files changed

+37
-36
lines changed

21 files changed

+37
-36
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
== [Unreleased]
1010

11+
== [1.1.1] - 2023-05-25
1112

1213
=== Changed
1314

README.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use either the Maven or Gradle dependencies:
2222
<dependency>
2323
<groupId>org.eclipse.jnosql.databases</groupId>
2424
<artifactId>jnosql-arangodb</artifactId>
25-
<version>1.1.0</version>
25+
<version>1.1.1</version>
2626
</dependency>
2727
----
2828

@@ -179,7 +179,7 @@ You can use either the Maven or Gradle dependencies:
179179
<dependency>
180180
<groupId>org.eclipse.jnosql.databases</groupId>
181181
<artifactId>jnosql-cassandra</artifactId>
182-
<version>1.1.0</version>
182+
<version>1.1.1</version>
183183
</dependency>
184184
----
185185

@@ -330,7 +330,7 @@ You can use either the Maven or Gradle dependencies:
330330
<dependency>
331331
<groupId>org.eclipse.jnosql.databases</groupId>
332332
<artifactId>jnosql-couchbase</artifactId>
333-
<version>1.1.0</version>
333+
<version>1.1.1</version>
334334
</dependency>
335335
----
336336

@@ -455,7 +455,7 @@ You can use either the Maven or Gradle dependencies:
455455
<dependency>
456456
<groupId>org.eclipse.jnosql.databases</groupId>
457457
<artifactId>jnosql-couchdb</artifactId>
458-
<version>1.1.0</version>
458+
<version>1.1.1</version>
459459
</dependency>
460460
----
461461

@@ -531,7 +531,7 @@ You can use either the Maven or Gradle dependencies:
531531
<dependency>
532532
<groupId>org.eclipse.jnosql.databases</groupId>
533533
<artifactId>jnosql-dynamodb</artifactId>
534-
<version>1.1.0</version>
534+
<version>1.1.1</version>
535535
</dependency>
536536
----
537537

@@ -681,7 +681,7 @@ You can use either the Maven or Gradle dependencies:
681681
<dependency>
682682
<groupId>org.eclipse.jnosql.databases</groupId>
683683
<artifactId>jnosql-elasticsearch</artifactId>
684-
<version>1.1.0</version>
684+
<version>1.1.1</version>
685685
</dependency>
686686
----
687687

@@ -765,7 +765,7 @@ You can use either the Maven or Gradle dependencies:
765765
<dependency>
766766
<groupId>org.eclipse.jnosql.databases</groupId>
767767
<artifactId>jnosql-hazelcast</artifactId>
768-
<version>1.1.0</version>
768+
<version>1.1.1</version>
769769
</dependency>
770770
----
771771

@@ -873,7 +873,7 @@ You can use either the Maven or Gradle dependencies:
873873
<dependency>
874874
<groupId>org.eclipse.jnosql.databases</groupId>
875875
<artifactId>jnosql-hbase</artifactId>
876-
<version>1.1.0</version>
876+
<version>1.1.1</version>
877877
</dependency>
878878
----
879879

@@ -916,7 +916,7 @@ You can use either the Maven or Gradle dependencies:
916916
<dependency>
917917
<groupId>org.eclipse.jnosql.databases</groupId>
918918
<artifactId>jnosql-infinispan</artifactId>
919-
<version>1.1.0</version>
919+
<version>1.1.1</version>
920920
</dependency>
921921
----
922922

@@ -966,7 +966,7 @@ You can use either the Maven or Gradle dependencies:
966966
<dependency>
967967
<groupId>org.eclipse.jnosql.databases</groupId>
968968
<artifactId>jnosql-memcached</artifactId>
969-
<version>1.1.0</version>
969+
<version>1.1.1</version>
970970
</dependency>
971971
----
972972

@@ -1050,7 +1050,7 @@ You can use either the Maven or Gradle dependencies:
10501050
<dependency>
10511051
<groupId>org.eclipse.jnosql.databases</groupId>
10521052
<artifactId>jnosql-mongodb</artifactId>
1053-
<version>1.1.0</version>
1053+
<version>1.1.1</version>
10541054
</dependency>
10551055
----
10561056

@@ -1160,7 +1160,7 @@ You can include Oracle NoSQL as a dependency using either Maven or Gradle:
11601160
<dependency>
11611161
<groupId>org.eclipse.jnosql.databases</groupId>
11621162
<artifactId>jnosql-oracle-nosql</artifactId>
1163-
<version>1.1.0</version>
1163+
<version>1.1.1</version>
11641164
</dependency>
11651165
----
11661166

@@ -1308,7 +1308,7 @@ You can use either the Maven or Gradle dependencies:
13081308
<dependency>
13091309
<groupId>org.eclipse.jnosql.databases</groupId>
13101310
<artifactId>jnosql-orientdb</artifactId>
1311-
<version>1.1.0</version>
1311+
<version>1.1.1</version>
13121312
</dependency>
13131313
----
13141314

@@ -1419,7 +1419,7 @@ You can use either the Maven or Gradle dependencies:
14191419
<dependency>
14201420
<groupId>org.eclipse.jnosql.databases</groupId>
14211421
<artifactId>jnosql-ravendb</artifactId>
1422-
<version>1.1.0</version>
1422+
<version>1.1.1</version>
14231423
</dependency>
14241424
----
14251425

@@ -1464,7 +1464,7 @@ You can use either the Maven or Gradle dependencies:
14641464
<dependency>
14651465
<groupId>org.eclipse.jnosql.databases</groupId>
14661466
<artifactId>jnosql-redis</artifactId>
1467-
<version>1.1.0</version>
1467+
<version>1.1.1</version>
14681468
</dependency>
14691469
----
14701470

@@ -1571,7 +1571,7 @@ You can use either the Maven or Gradle dependencies:
15711571
<dependency>
15721572
<groupId>org.eclipse.jnosql.databases</groupId>
15731573
<artifactId>jnosql-redis</artifactId>
1574-
<version>1.1.0</version>
1574+
<version>1.1.1</version>
15751575
</dependency>
15761576
----
15771577

@@ -1617,7 +1617,7 @@ You can use either the Maven or Gradle dependencies:
16171617
<dependency>
16181618
<groupId>org.eclipse.jnosql.databases</groupId>
16191619
<artifactId>jnosql-solr</artifactId>
1620-
<version>1.1.0</version>
1620+
<version>1.1.1</version>
16211621
</dependency>
16221622
----
16231623

jnosql-arangodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.databases</groupId>
2323
<artifactId>jnosql-databases-parent</artifactId>
24-
<version>1.1.1-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>jnosql-arangodb</artifactId>

jnosql-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.databases</groupId>
2323
<artifactId>jnosql-databases-parent</artifactId>
24-
<version>1.1.1-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>jnosql-cassandra</artifactId>

jnosql-couchbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.databases</groupId>
2323
<artifactId>jnosql-databases-parent</artifactId>
24-
<version>1.1.1-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>jnosql-couchbase</artifactId>

jnosql-couchdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.databases</groupId>
2323
<artifactId>jnosql-databases-parent</artifactId>
24-
<version>1.1.1-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>jnosql-couchdb</artifactId>

jnosql-database-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jnosql.databases</groupId>
2222
<artifactId>jnosql-databases-parent</artifactId>
23-
<version>1.1.1-SNAPSHOT</version>
23+
<version>1.1.1</version>
2424
</parent>
2525

2626
<artifactId>jnosql-database-commons</artifactId>

jnosql-dynamodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.eclipse.jnosql.databases</groupId>
1717
<artifactId>jnosql-databases-parent</artifactId>
18-
<version>1.1.1-SNAPSHOT</version>
18+
<version>1.1.1</version>
1919
</parent>
2020

2121
<artifactId>jnosql-dynamodb</artifactId>

jnosql-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jnosql.databases</groupId>
2323
<artifactId>jnosql-databases-parent</artifactId>
24-
<version>1.1.1-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>jnosql-elasticsearch</artifactId>

jnosql-hazelcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jnosql.databases</groupId>
2222
<artifactId>jnosql-databases-parent</artifactId>
23-
<version>1.1.1-SNAPSHOT</version>
23+
<version>1.1.1</version>
2424
</parent>
2525

2626
<artifactId>jnosql-hazelcast</artifactId>

0 commit comments

Comments
 (0)