Skip to content

Commit

Permalink
Merge pull request #137 from gs-rezaem/master
Browse files Browse the repository at this point in the history
prep 16.7.1 release
  • Loading branch information
gs-rezaem authored Feb 28, 2018
2 parents 76dfecd + 4429b34 commit a90efcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## 16.7.1 - 2018-02-28
### Bug Fixes:
- Fix Dated NonUniqueIndex with optimistic locking in a transaction

## 16.7.0 - 2018-02-06
### Enhancements:
- New module: XA integration with a JMS message loop
Expand Down
2 changes: 1 addition & 1 deletion build/reladomo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
under the License.
-->
<project name="mithra-config" default="determine-jdk">
<property name="reladomo.version" value="16.7.0"/>
<property name="reladomo.version" value="16.7.1"/>
<property name="snapshot" value=""/>
</project>
2 changes: 1 addition & 1 deletion build/sign-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RELADOMO_VERSION=16.7.0
RELADOMO_VERSION=16.7.1

echo Enter passphrase:
read -s PASSPHRASE
Expand Down

0 comments on commit a90efcf

Please sign in to comment.