Skip to content

Commit

Permalink
upgraded to run Akka.NET v1.3.14 and Phobos v0.7.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Aug 12, 2019
1 parent 5af15f1 commit 550ec95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ services:
STATSD_PORT: 8125
STATSD_URL: "graphite"
JAEGER_AGENT_HOST: "jaeger"
ENABLE_PHOBOS: "true"
restart: on-failure
depends_on:
- "mongo"
Expand All @@ -115,6 +116,7 @@ services:
STATSD_PORT: 8125
STATSD_URL: "graphite"
JAEGER_AGENT_HOST: "jaeger"
ENABLE_PHOBOS: "true"
restart: on-failure
depends_on:
- "mongo"
Expand All @@ -130,6 +132,7 @@ services:
STATSD_PORT: 8125
STATSD_URL: "graphite"
JAEGER_AGENT_HOST: "jaeger"
ENABLE_PHOBOS: "true"
restart: on-failure
depends_on:
- "pricing-engine"
10 changes: 5 additions & 5 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ Fixed ASP.NET Core base image for Akka.CQRS.Pricing.Web.</PackageReleaseNotes>
<NBenchVersion>1.2.2</NBenchVersion>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>15.9.0</TestSdkVersion>
<AkkaVersion>1.3.13</AkkaVersion>
<AkkaVersion>1.3.14</AkkaVersion>
<AkkaBootstrapVersion>0.2.1</AkkaBootstrapVersion>
<AkkaPersistenceExtrasVersion>0.4.3</AkkaPersistenceExtrasVersion>
<FluentAssertionsVersion>5.6.0</FluentAssertionsVersion>
<GoogleProtobufVersion>3.4.0</GoogleProtobufVersion>
<PetabridgeCmdVersion>0.6.0</PetabridgeCmdVersion>
<PetabridgeCmdVersion>0.6.3</PetabridgeCmdVersion>
</PropertyGroup>
<PropertyGroup>
<NetCoreVersion>netcoreapp2.1</NetCoreVersion>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Phobos'">
<PhobosVersion>0.6.0</PhobosVersion>
<PhobosTracingVersion>0.5.1</PhobosTracingVersion>
<PhobosMonitoringVersion>0.7.0</PhobosMonitoringVersion>
<PhobosVersion>0.7.0</PhobosVersion>
<PhobosTracingVersion>0.6.0</PhobosTracingVersion>
<PhobosMonitoringVersion>0.8.0</PhobosMonitoringVersion>
<DefineConstants>$(DefineConstants);RELEASE;</DefineConstants>
</PropertyGroup>
</Project>

0 comments on commit 550ec95

Please sign in to comment.