Skip to content

Commit

Permalink
Merge pull request #244 from eclipse/1-0-2
Browse files Browse the repository at this point in the history
Release version 1.0.2
  • Loading branch information
otaviojava committed Oct 1, 2023
2 parents 89eb8f4 + d5b2acc commit a46c11c
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 34 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version

== [Unreleased]

== [1.0.2] - 2023-10-01

=== Fixed

- Fixes Repositories specializations when use methods from CrudRepository
Expand Down
32 changes: 16 additions & 16 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-arangodb</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -179,7 +179,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-cassandra</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -331,7 +331,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-couchbase</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -457,7 +457,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-couchdb</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -533,7 +533,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-dynamodb</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -592,7 +592,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-elasticsearch</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -676,7 +676,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-hazelcast</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -784,7 +784,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-hbase</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -827,7 +827,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-infinispan</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -877,7 +877,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-memcached</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -961,7 +961,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-mongodb</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -1074,7 +1074,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-orientdb</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -1185,7 +1185,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-ravendb</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -1230,7 +1230,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-redis</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -1337,7 +1337,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-redis</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down Expand Up @@ -1383,7 +1383,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-solr</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion jnosql-arangodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-arangodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-couchbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-couchdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-couchdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-database-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-database-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-dynamodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-hazelcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-infinispan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-orientdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-orientdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-ravendb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-ravendb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-riak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-riak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-databases-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jnosql-solr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<groupId>org.eclipse.jnosql.databases</groupId>
Expand Down

0 comments on commit a46c11c

Please sign in to comment.