Skip to content

Commit

Permalink
Merge pull request #85 from CJSCommonPlatform/update-event-store
Browse files Browse the repository at this point in the history
Update event-store to 11.0.0-M7
  • Loading branch information
allanmckenzie committed Jul 9, 2021
2 parents 6ca5b23 + fc00550 commit 18a50a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</console-handler>
<periodic-rotating-file-handler name="FILE" autoflush="true">
<formatter>
<named-formatter name="PATTERN"/>
<named-formatter name="COLOR-PATTERN"/>
</formatter>
<file relative-to="jboss.server.log.dir" path="server.log"/>
<suffix value=".yyyy-MM-dd"/>
Expand Down Expand Up @@ -161,7 +161,7 @@
<driver>postgres</driver>
<pool>
<min-pool-size>20</min-pool-size>
<max-pool-size>100</max-pool-size>
<max-pool-size>30</max-pool-size>
<prefill>true</prefill>
</pool>
<security>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<framework-libraries.version>11.0.0-M7</framework-libraries.version>
<framework.version>11.0.0-M6</framework.version>
<event-store.version>11.0.0-M6</event-store.version>
<event-store.version>11.0.0-M7</event-store.version>

<jee.api.version>8.0</jee.api.version>
</properties>
Expand Down

0 comments on commit 18a50a4

Please sign in to comment.