Skip to content

Commit

Permalink
chore: bump jnosql databases version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <[email protected]>
  • Loading branch information
dearrudam committed Feb 17, 2024
1 parent 5367c02 commit ebd769e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docs/column.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ To use a specific Wide-column NoSQL database with Eclipse JNoSQL, you need to ad
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-cassandra</artifactId>
<version>1.0.1</version>
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-cassandra</artifactId>
<version>1.1.0</version>
</dependency>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/document.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use a specific Document NoSQL database with Eclipse JNoSQL, you need to add t
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-mongodb</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use a specific Graph NoSQL database with Eclipse JNoSQL, you need to add the
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-graph-connections</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
````

Expand All @@ -36,7 +36,7 @@ Also, you need to add other dependencies: the Apache Tinkerpop dependency, and t
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-graph-connections</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/key-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use a specific Key-value NoSQL database with Eclipse JNoSQL, you need to add
<dependency>
<groupId>org.eclipse.jnosql.databases</groupId>
<artifactId>jnosql-redis</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit ebd769e

Please sign in to comment.