Skip to content

Commit 935f841

Browse files
authored
Prepare for release version 1.7.1. (#43)
Updated NoSQL Java SDK dependency to version 5.4.11. Updated .gitignore.
1 parent df8bc9f commit 935f841

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
target/**
2+
build/**
3+
lib/**
4+
.idea/**
25
/*.iml

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [1.7.0] [unreleased]
6+
## [1.7.0]
77
### Added
88
- Added the checks to verify entity definition matches with corresponding
99
table in the database during table creation.
1010

1111
### Changed
12+
- Upgrade NoSQL Java SDK dependency to version 5.4.11.
1213

1314
## [1.6.0]
1415
### Added

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.oracle.nosql.sdk</groupId>
88
<artifactId>spring-data-oracle-nosql</artifactId>
9-
<version>1.6.0</version>
9+
<version>1.7.1</version>
1010

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

48-
<nosqldriver.version>5.4.10</nosqldriver.version>
48+
<nosqldriver.version>5.4.11</nosqldriver.version>
4949

5050
<spring.springframework.version>5.3.27</spring.springframework.version>
5151
<spring.data.version>2.7.0</spring.data.version>

0 commit comments

Comments
 (0)