Skip to content

Commit

Permalink
Merge pull request #139 from gs-rezaem/master
Browse files Browse the repository at this point in the history
prep 17.0.0 release
  • Loading branch information
gs-rezaem committed Mar 2, 2018
2 parents 9d8bff8 + 3a97449 commit f0ee3a7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install: true
script:
- export RELADOMO_JDK_HOME="$JAVA_HOME"
- export RELADOMO_TEST_THREADS=1
- build/build.sh compile-reladomo-test
- build/build.sh compile-reladomo-test compile-reladomo-xa-test

branches:
only:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
## 17.0.0 - 2018-03-02
### Enhancements:
- Eclipse Collections integration. Please see [migration documentation](https://github.com/goldmansachs/reladomo/blob/master/reladomo/src/doc/GSC_TO_EC_MIGRATION_GUIDE.md)
- GS collections supported until March 2019
- Minor backward breaking changes that should not affect most users

## 16.7.1 - 2018-02-28
### Bug Fixes:
- Fix Dated NonUniqueIndex with optimistic locking in a transaction
Expand Down
6 changes: 0 additions & 6 deletions build/pom-templates/pom-reladomo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@
<version>5.1.0</version>
</dependency>

<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>5.1.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
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.1"/>
<property name="reladomo.version" value="17.0.0"/>
<property name="snapshot" value=""/>
</project>
2 changes: 1 addition & 1 deletion build/sign-release.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setlocal

set VER=16.7.0
set VER=17.0.0

cd ../target
gpg -ab reladomo-%VER%-javadoc.jar
Expand Down

0 comments on commit f0ee3a7

Please sign in to comment.