Skip to content

Commit

Permalink
chore: upgrade jnosql version
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Feb 5, 2024
1 parent 6ae4287 commit f0e5bed
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 36 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.1.0] - 2023-02-05

=== Changed

- Update Jakarta Data to version 1.0.0-M3
Expand Down
34 changes: 17 additions & 17 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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</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.4</version>
<version>1.1.0</version>
</dependency>
----

Expand Down Expand Up @@ -1071,7 +1071,7 @@ You can include Oracle NoSQL as a dependency using either Maven or Gradle:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-oracle-nosql</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
----

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

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

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

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

Expand Down Expand Up @@ -1528,7 +1528,7 @@ You can use either the Maven or Gradle dependencies:
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-solr</artifactId>
<version>1.0.4</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>jnosql-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-nosql-oracle/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.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>jnosql-oracle-nosql</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</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.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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

0 comments on commit f0e5bed

Please sign in to comment.