Skip to content

Commit a46c11c

Browse files
authored
Merge pull request #244 from eclipse/1-0-2
Release version 1.0.2
2 parents 89eb8f4 + d5b2acc commit a46c11c

File tree

20 files changed

+36
-34
lines changed

20 files changed

+36
-34
lines changed

CHANGELOG.adoc

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

99
== [Unreleased]
1010

11+
== [1.0.2] - 2023-10-01
12+
1113
=== Fixed
1214

1315
- Fixes Repositories specializations when use methods from CrudRepository

README.adoc

Lines changed: 16 additions & 16 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.0.1</version>
25+
<version>1.0.2</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.0.1</version>
182+
<version>1.0.2</version>
183183
</dependency>
184184
----
185185

@@ -331,7 +331,7 @@ You can use either the Maven or Gradle dependencies:
331331
<dependency>
332332
<groupId>org.eclipse.jnosql.databases</groupId>
333333
<artifactId>jnosql-couchbase</artifactId>
334-
<version>1.0.1</version>
334+
<version>1.0.2</version>
335335
</dependency>
336336
----
337337

@@ -457,7 +457,7 @@ You can use either the Maven or Gradle dependencies:
457457
<dependency>
458458
<groupId>org.eclipse.jnosql.databases</groupId>
459459
<artifactId>jnosql-couchdb</artifactId>
460-
<version>1.0.1</version>
460+
<version>1.0.2</version>
461461
</dependency>
462462
----
463463

@@ -533,7 +533,7 @@ You can use either the Maven or Gradle dependencies:
533533
<dependency>
534534
<groupId>org.eclipse.jnosql.databases</groupId>
535535
<artifactId>jnosql-dynamodb</artifactId>
536-
<version>1.0.1</version>
536+
<version>1.0.2</version>
537537
</dependency>
538538
----
539539

@@ -592,7 +592,7 @@ You can use either the Maven or Gradle dependencies:
592592
<dependency>
593593
<groupId>org.eclipse.jnosql.databases</groupId>
594594
<artifactId>jnosql-elasticsearch</artifactId>
595-
<version>1.0.1</version>
595+
<version>1.0.2</version>
596596
</dependency>
597597
----
598598

@@ -676,7 +676,7 @@ You can use either the Maven or Gradle dependencies:
676676
<dependency>
677677
<groupId>org.eclipse.jnosql.databases</groupId>
678678
<artifactId>jnosql-hazelcast</artifactId>
679-
<version>1.0.1</version>
679+
<version>1.0.2</version>
680680
</dependency>
681681
----
682682

@@ -784,7 +784,7 @@ You can use either the Maven or Gradle dependencies:
784784
<dependency>
785785
<groupId>org.eclipse.jnosql.databases</groupId>
786786
<artifactId>jnosql-hbase</artifactId>
787-
<version>1.0.1</version>
787+
<version>1.0.2</version>
788788
</dependency>
789789
----
790790

@@ -827,7 +827,7 @@ You can use either the Maven or Gradle dependencies:
827827
<dependency>
828828
<groupId>org.eclipse.jnosql.databases</groupId>
829829
<artifactId>jnosql-infinispan</artifactId>
830-
<version>1.0.1</version>
830+
<version>1.0.2</version>
831831
</dependency>
832832
----
833833

@@ -877,7 +877,7 @@ You can use either the Maven or Gradle dependencies:
877877
<dependency>
878878
<groupId>org.eclipse.jnosql.databases</groupId>
879879
<artifactId>jnosql-memcached</artifactId>
880-
<version>1.0.1</version>
880+
<version>1.0.2</version>
881881
</dependency>
882882
----
883883

@@ -961,7 +961,7 @@ You can use either the Maven or Gradle dependencies:
961961
<dependency>
962962
<groupId>org.eclipse.jnosql.databases</groupId>
963963
<artifactId>jnosql-mongodb</artifactId>
964-
<version>1.0.1</version>
964+
<version>1.0.2</version>
965965
</dependency>
966966
----
967967

@@ -1074,7 +1074,7 @@ You can use either the Maven or Gradle dependencies:
10741074
<dependency>
10751075
<groupId>org.eclipse.jnosql.databases</groupId>
10761076
<artifactId>jnosql-orientdb</artifactId>
1077-
<version>1.0.1</version>
1077+
<version>1.0.2</version>
10781078
</dependency>
10791079
----
10801080

@@ -1185,7 +1185,7 @@ You can use either the Maven or Gradle dependencies:
11851185
<dependency>
11861186
<groupId>org.eclipse.jnosql.databases</groupId>
11871187
<artifactId>jnosql-ravendb</artifactId>
1188-
<version>1.0.1</version>
1188+
<version>1.0.2</version>
11891189
</dependency>
11901190
----
11911191

@@ -1230,7 +1230,7 @@ You can use either the Maven or Gradle dependencies:
12301230
<dependency>
12311231
<groupId>org.eclipse.jnosql.databases</groupId>
12321232
<artifactId>jnosql-redis</artifactId>
1233-
<version>1.0.1</version>
1233+
<version>1.0.2</version>
12341234
</dependency>
12351235
----
12361236

@@ -1337,7 +1337,7 @@ You can use either the Maven or Gradle dependencies:
13371337
<dependency>
13381338
<groupId>org.eclipse.jnosql.databases</groupId>
13391339
<artifactId>jnosql-redis</artifactId>
1340-
<version>1.0.1</version>
1340+
<version>1.0.2</version>
13411341
</dependency>
13421342
----
13431343

@@ -1383,7 +1383,7 @@ You can use either the Maven or Gradle dependencies:
13831383
<dependency>
13841384
<groupId>org.eclipse.jnosql.databases</groupId>
13851385
<artifactId>jnosql-solr</artifactId>
1386-
<version>1.0.1</version>
1386+
<version>1.0.2</version>
13871387
</dependency>
13881388
----
13891389

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.0.2-SNAPSHOT</version>
24+
<version>1.0.2</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.0.2-SNAPSHOT</version>
24+
<version>1.0.2</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.0.2-SNAPSHOT</version>
24+
<version>1.0.2</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.0.2-SNAPSHOT</version>
24+
<version>1.0.2</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.0.2-SNAPSHOT</version>
23+
<version>1.0.2</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.0.2-SNAPSHOT</version>
18+
<version>1.0.2</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.0.2-SNAPSHOT</version>
24+
<version>1.0.2</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.0.2-SNAPSHOT</version>
23+
<version>1.0.2</version>
2424
</parent>
2525

2626
<artifactId>jnosql-hazelcast</artifactId>

0 commit comments

Comments
 (0)