Skip to content

Commit

Permalink
Prepare for release version 1.7.1. (#43)
Browse files Browse the repository at this point in the history
Updated NoSQL Java SDK dependency to version 5.4.11.
Updated .gitignore.
  • Loading branch information
cezarfx authored Jul 26, 2023
1 parent df8bc9f commit 935f841
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
target/**
build/**
lib/**
.idea/**
/*.iml
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [1.7.0] [unreleased]
## [1.7.0]
### Added
- Added the checks to verify entity definition matches with corresponding
table in the database during table creation.

### Changed
- Upgrade NoSQL Java SDK dependency to version 5.4.11.

## [1.6.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.oracle.nosql.sdk</groupId>
<artifactId>spring-data-oracle-nosql</artifactId>
<version>1.6.0</version>
<version>1.7.1</version>

<name>Oracle NoSQL Database SDK for Spring Data</name>
<description>Oracle NoSQL Database SDK for Spring Data</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>MM-dd-HH-mm-ss</maven.build.timestamp.format>

<nosqldriver.version>5.4.10</nosqldriver.version>
<nosqldriver.version>5.4.11</nosqldriver.version>

<spring.springframework.version>5.3.27</spring.springframework.version>
<spring.data.version>2.7.0</spring.data.version>
Expand Down

0 comments on commit 935f841

Please sign in to comment.