Skip to content

Commit 08e3d66

Browse files
committed
MC-21671: [S4] Unreliable implementation for the release publishing functionality
-- Revert "MC-18522: Magento 2.3.3 Publication" -- This reverts commit 51e61a2.
1 parent 92bb0f1 commit 08e3d66

File tree

181 files changed

+2227
-2255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+2227
-2255
lines changed

app/code/Magento/AdminAnalytics/composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "102.0.*",
10-
"magento/module-backend": "101.0.*",
11-
"magento/module-config": "101.1.*",
12-
"magento/module-ui": "101.1.*",
13-
"magento/module-release-notification": "100.3.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*",
11+
"magento/module-config": "*",
12+
"magento/module-ui": "*",
13+
"magento/module-release-notification": "*"
1414
},
1515
"type": "magento2-module",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"
1919
],
2020
"autoload": {
21-
"files": [
22-
"registration.php"
23-
],
24-
"psr-4": {
25-
"Magento\\AdminAnalytics\\": ""
26-
}
27-
},
28-
"version": "100.3.0"
21+
"files": [
22+
"registration.php"
23+
],
24+
"psr-4": {
25+
"Magento\\AdminAnalytics\\": ""
26+
}
27+
}
2928
}
29+

app/code/Magento/AdminNotification/composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
99
"lib-libxml": "*",
10-
"magento/framework": "102.0.*",
11-
"magento/module-backend": "101.0.*",
12-
"magento/module-media-storage": "100.3.*",
13-
"magento/module-store": "101.0.*",
14-
"magento/module-ui": "101.1.*",
15-
"magento/module-config": "101.1.*"
10+
"magento/framework": "*",
11+
"magento/module-backend": "*",
12+
"magento/module-media-storage": "*",
13+
"magento/module-store": "*",
14+
"magento/module-ui": "*",
15+
"magento/module-config": "*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,6 +26,5 @@
2626
"psr-4": {
2727
"Magento\\AdminNotification\\": ""
2828
}
29-
},
30-
"version": "100.3.3"
29+
}
3130
}

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "102.0.*",
10-
"magento/module-catalog": "103.0.*",
11-
"magento/module-catalog-import-export": "101.0.*",
12-
"magento/module-catalog-inventory": "100.3.*",
13-
"magento/module-customer": "102.0.*",
14-
"magento/module-eav": "102.0.*",
15-
"magento/module-import-export": "100.3.*",
16-
"magento/module-store": "101.0.*"
9+
"magento/framework": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-catalog-import-export": "*",
12+
"magento/module-catalog-inventory": "*",
13+
"magento/module-customer": "*",
14+
"magento/module-eav": "*",
15+
"magento/module-import-export": "*",
16+
"magento/module-store": "*"
1717
},
1818
"type": "magento2-module",
1919
"license": [
@@ -27,6 +27,5 @@
2727
"psr-4": {
2828
"Magento\\AdvancedPricingImportExport\\": ""
2929
}
30-
},
31-
"version": "100.3.3"
30+
}
3231
}

app/code/Magento/AdvancedSearch/composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "102.0.*",
9-
"magento/module-backend": "101.0.*",
10-
"magento/module-catalog": "103.0.*",
11-
"magento/module-catalog-search": "101.0.*",
12-
"magento/module-config": "101.1.*",
13-
"magento/module-customer": "102.0.*",
14-
"magento/module-search": "101.0.*",
15-
"magento/module-store": "101.0.*",
8+
"magento/framework": "*",
9+
"magento/module-backend": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-catalog-search": "*",
12+
"magento/module-config": "*",
13+
"magento/module-customer": "*",
14+
"magento/module-search": "*",
15+
"magento/module-store": "*",
1616
"php": "~7.1.3||~7.2.0||~7.3.0"
1717
},
1818
"type": "magento2-module",
@@ -27,6 +27,5 @@
2727
"psr-4": {
2828
"Magento\\AdvancedSearch\\": ""
2929
}
30-
},
31-
"version": "100.3.3"
30+
}
3231
}

app/code/Magento/Amqp/composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "102.0.*",
9-
"magento/framework-amqp": "100.3.*",
10-
"magento/framework-message-queue": "100.3.*",
8+
"magento/framework": "*",
9+
"magento/framework-amqp": "*",
10+
"magento/framework-message-queue": "*",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"type": "magento2-module",
@@ -22,6 +22,5 @@
2222
"psr-4": {
2323
"Magento\\Amqp\\": ""
2424
}
25-
},
26-
"version": "100.3.3"
25+
}
2726
}

app/code/Magento/AmqpStore/composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "102.0.*",
9-
"magento/framework-amqp": "100.3.*",
10-
"magento/module-store": "101.0.*",
8+
"magento/framework": "*",
9+
"magento/framework-amqp": "*",
10+
"magento/module-store": "*",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"suggest": {
14-
"magento/module-asynchronous-operations": "100.3.*",
15-
"magento/framework-message-queue": "100.3.*"
14+
"magento/module-asynchronous-operations": "*",
15+
"magento/framework-message-queue": "*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,6 +26,5 @@
2626
"psr-4": {
2727
"Magento\\AmqpStore\\": ""
2828
}
29-
},
30-
"version": "100.3.0"
29+
}
3130
}

app/code/Magento/Analytics/composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "N/A",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/module-backend": "101.0.*",
7-
"magento/module-config": "101.1.*",
8-
"magento/module-integration": "100.3.*",
9-
"magento/module-store": "101.0.*",
10-
"magento/framework": "102.0.*"
6+
"magento/module-backend": "*",
7+
"magento/module-config": "*",
8+
"magento/module-integration": "*",
9+
"magento/module-store": "*",
10+
"magento/framework": "*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,6 +21,5 @@
2121
"psr-4": {
2222
"Magento\\Analytics\\": ""
2323
}
24-
},
25-
"version": "100.3.3"
24+
}
2625
}

app/code/Magento/AsynchronousOperations/composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "102.0.*",
9-
"magento/framework-bulk": "100.3.*",
10-
"magento/module-authorization": "100.3.*",
11-
"magento/module-backend": "101.0.*",
12-
"magento/module-ui": "101.1.*",
8+
"magento/framework": "*",
9+
"magento/framework-bulk": "*",
10+
"magento/module-authorization": "*",
11+
"magento/module-backend": "*",
12+
"magento/module-ui": "*",
1313
"php": "~7.1.3||~7.2.0||~7.3.0"
1414
},
1515
"suggest": {
16-
"magento/module-admin-notification": "100.3.*",
17-
"magento/module-logging": "101.1.*"
16+
"magento/module-admin-notification": "*",
17+
"magento/module-logging": "*"
1818
},
1919
"type": "magento2-module",
2020
"license": [
@@ -28,6 +28,5 @@
2828
"psr-4": {
2929
"Magento\\AsynchronousOperations\\": ""
3030
}
31-
},
32-
"version": "100.3.3"
31+
}
3332
}

app/code/Magento/Authorization/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "102.0.*",
10-
"magento/module-backend": "101.0.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,6 +21,5 @@
2121
"psr-4": {
2222
"Magento\\Authorization\\": ""
2323
}
24-
},
25-
"version": "100.3.3"
24+
}
2625
}

app/code/Magento/Authorizenet/composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "102.0.*",
10-
"magento/module-backend": "101.0.*",
11-
"magento/module-catalog": "103.0.*",
12-
"magento/module-checkout": "100.3.*",
13-
"magento/module-payment": "100.3.*",
14-
"magento/module-quote": "101.1.*",
15-
"magento/module-sales": "102.0.*",
16-
"magento/module-store": "101.0.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*",
11+
"magento/module-catalog": "*",
12+
"magento/module-checkout": "*",
13+
"magento/module-payment": "*",
14+
"magento/module-quote": "*",
15+
"magento/module-sales": "*",
16+
"magento/module-store": "*"
1717
},
1818
"suggest": {
19-
"magento/module-config": "101.1.*"
19+
"magento/module-config": "*"
2020
},
2121
"type": "magento2-module",
2222
"license": [
@@ -30,6 +30,5 @@
3030
"psr-4": {
3131
"Magento\\Authorizenet\\": ""
3232
}
33-
},
34-
"version": "100.3.3"
33+
}
3534
}

0 commit comments

Comments
 (0)