Skip to content

Commit

Permalink
Changed the ordering to be in between applications and databases
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Sep 4, 2020
1 parent 155ed86 commit c9c58db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,38 +174,33 @@
},
{
"_type": "Layer",
"id": -300,
"identifier": "urn:stackpack:nginx:shared:layer:http",
"name": "HTTP",
"order": 10.01
"order": 6.01
},
{
"_type": "Layer",
"id": -301,
"identifier": "urn:stackpack:nginx:shared:layer:virtual-server",
"name": "Virtual Server",
"order": 11.01
"order": 6.02
},
{
"_type": "Layer",
"id": -302,
"identifier": "urn:stackpack:nginx:shared:layer:location",
"name": "Location",
"order": 12.01
"order": 6.03
},
{
"_type": "Layer",
"id": -303,
"identifier": "urn:stackpack:nginx:shared:layer:upstream",
"name": "Upstream",
"order": 13.01
"order": 6.04
},
{
"_type": "Layer",
"id": -304,
"identifier": "urn:stackpack:nginx:shared:layer:upstream-server",
"name": "Upstream Server",
"order": 14.01
"order": 6.05
},
{
"_type": "RelationTemplateFunction",
Expand Down
2 changes: 1 addition & 1 deletion nginx-stackpack/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lastReleasedStackPackVersion := "1.0.2"
lastReleasedStackPackVersion := "1.0.3"

0 comments on commit c9c58db

Please sign in to comment.