Skip to content

Commit fc830d5

Browse files
author
Carolina BorbonMiranda
committed
update test files
1 parent 2d382d5 commit fc830d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration_tests/Test/PM/Integration/_data/build-dependency-graph-scoped-dep/module-a/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Document name="module-a.ZPM">
44
<Module>
55
<Name>module-a</Name>
6-
<Version>1.0.0+snapshot</Version>
6+
<Version>1.0.0</Version>
77
<Dependencies>
88
<ModuleReference>
99
<Name>module-b</Name>

tests/integration_tests/Test/PM/Integration/_data/build-dependency-graph-scoped-dep/module-b/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Document name="module-b.ZPM">
44
<Module>
55
<Name>module-b</Name>
6-
<Version>2.0.0+snapshot</Version>
6+
<Version>2.0.0</Version>
77
<Dependencies>
88
<ModuleReference Scope="test">
99
<Name>module-c</Name>

tests/integration_tests/Test/PM/Integration/_data/build-dependency-graph-scoped-dep/module-c/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Document name="module-c.ZPM">
44
<Module>
55
<Name>module-c</Name>
6-
<Version>3.0.0+snapshot</Version>
6+
<Version>3.0.0</Version>
77
</Module>
88
</Document>
99
</Export>

0 commit comments

Comments
 (0)