Skip to content

Commit

Permalink
Fixing bom
Browse files Browse the repository at this point in the history
  • Loading branch information
shantstepanian committed Mar 25, 2019
1 parent a1f2cfe commit 56c6d29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
### Functionality Improvements
#182: Adding Hibernate reverse-engineering API. See [ORM Integration docs](https://goldmansachs.github.io/obevo/orm-integration.html) for more details.
#221 #223 #225: Oracle reverse-engineering improvements - unicode characters, nested tables, types, comments
#227: PostgreSQL improvements for kata - reverse-engineering, in-memory databases
#228: PostgreSQL improvements for kata - reverse-engineering, in-memory databases

### Technical Improvements
#227: Upgrading checkstyle version to avoid security prompts at Github site
#228: Upgrading checkstyle version to avoid security prompts at Github site

### Bug Fixes
#227: Fixed drop behavior of PostgreSQL for multiple views that depended on each other
#228: Fixed drop behavior of PostgreSQL for multiple views that depended on each other


## 7.0.2
Expand Down
1 change: 1 addition & 0 deletions obevo-utils/obevo-hibernate3-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>obevo-hibernate3-util</artifactId>
<name>${project.artifactId}</name>

<properties>
<jacoco.minCoverage>0.70</jacoco.minCoverage>
Expand Down
1 change: 1 addition & 0 deletions obevo-utils/obevo-hibernate4-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>obevo-hibernate4-util</artifactId>
<name>${project.artifactId}</name>

<properties>
<jacoco.minCoverage>0.70</jacoco.minCoverage>
Expand Down

0 comments on commit 56c6d29

Please sign in to comment.