Skip to content

Commit 0ed75a7

Browse files
committed
MAGETWO-48486: Magento 2.0.3 Publication
1 parent ee5f876 commit 0ed75a7

File tree

19 files changed

+76
-38
lines changed

19 files changed

+76
-38
lines changed

app/code/Magento/BundleSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
"magento/module-catalog-sample-data": "100.0.*"
99
},
1010
"type": "magento2-module",
11-
"version": "100.0.3",
11+
"version": "100.0.4",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"
1515
],
1616
"autoload": {
17-
"files": [ "registration.php" ],
17+
"files": [
18+
"registration.php"
19+
],
1820
"psr-4": {
1921
"Magento\\BundleSampleData\\": ""
2022
}

app/code/Magento/CatalogRuleSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
"magento/module-sample-data": "100.0.*"
88
},
99
"type": "magento2-module",
10-
"version": "100.0.3",
10+
"version": "100.0.4",
1111
"license": [
1212
"OSL-3.0",
1313
"AFL-3.0"
1414
],
1515
"autoload": {
16-
"files": [ "registration.php" ],
16+
"files": [
17+
"registration.php"
18+
],
1719
"psr-4": {
1820
"Magento\\CatalogRuleSampleData\\": ""
1921
}

app/code/Magento/CatalogSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"magento/module-sample-data": "100.0.*"
77
},
88
"type": "magento2-module",
9-
"version": "100.0.3",
9+
"version": "100.0.4",
1010
"license": [
1111
"OSL-3.0",
1212
"AFL-3.0"
1313
],
1414
"autoload": {
15-
"files": [ "registration.php" ],
15+
"files": [
16+
"registration.php"
17+
],
1618
"psr-4": {
1719
"Magento\\CatalogSampleData\\": ""
1820
}

app/code/Magento/CmsSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"magento/sample-data-media": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.3",
12+
"version": "100.0.4",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"
1616
],
1717
"autoload": {
18-
"files": [ "registration.php" ],
18+
"files": [
19+
"registration.php"
20+
],
1921
"psr-4": {
2022
"Magento\\CmsSampleData\\": ""
2123
}

app/code/Magento/ConfigurableSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"magento/module-sales-sample-data": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.3",
12+
"version": "100.0.4",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"
1616
],
1717
"autoload": {
18-
"files": [ "registration.php" ],
18+
"files": [
19+
"registration.php"
20+
],
1921
"psr-4": {
2022
"Magento\\ConfigurableSampleData\\": ""
2123
}

app/code/Magento/CustomerSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"magento/module-sample-data": "100.0.*"
77
},
88
"type": "magento2-module",
9-
"version": "100.0.3",
9+
"version": "100.0.4",
1010
"license": [
1111
"OSL-3.0",
1212
"AFL-3.0"
1313
],
1414
"autoload": {
15-
"files": [ "registration.php" ],
15+
"files": [
16+
"registration.php"
17+
],
1618
"psr-4": {
1719
"Magento\\CustomerSampleData\\": ""
1820
}

app/code/Magento/DownloadableSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"magento/sample-data-media": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.3",
12+
"version": "100.0.4",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"
1616
],
1717
"autoload": {
18-
"files": [ "registration.php" ],
18+
"files": [
19+
"registration.php"
20+
],
1921
"psr-4": {
2022
"Magento\\DownloadableSampleData\\": ""
2123
}

app/code/Magento/GroupedProductSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
"magento/module-grouped-product": "100.0.*"
99
},
1010
"type": "magento2-module",
11-
"version": "100.0.3",
11+
"version": "100.0.4",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"
1515
],
1616
"autoload": {
17-
"files": [ "registration.php" ],
17+
"files": [
18+
"registration.php"
19+
],
1820
"psr-4": {
1921
"Magento\\GroupedProductSampleData\\": ""
2022
}

app/code/Magento/MsrpSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
"magento/module-msrp": "100.0.*"
88
},
99
"type": "magento2-module",
10-
"version": "100.0.3",
10+
"version": "100.0.4",
1111
"license": [
1212
"OSL-3.0",
1313
"AFL-3.0"
1414
],
1515
"autoload": {
16-
"files": [ "registration.php" ],
16+
"files": [
17+
"registration.php"
18+
],
1719
"psr-4": {
1820
"Magento\\MsrpSampleData\\": ""
1921
}

app/code/Magento/OfflineShippingSampleData/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
"magento/module-directory": "100.0.*"
99
},
1010
"type": "magento2-module",
11-
"version": "100.0.3",
11+
"version": "100.0.4",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"
1515
],
1616
"autoload": {
17-
"files": [ "registration.php" ],
17+
"files": [
18+
"registration.php"
19+
],
1820
"psr-4": {
1921
"Magento\\OfflineShippingSampleData\\": ""
2022
}

0 commit comments

Comments
 (0)