diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7746a36e9d735df7c3b1a49ea6faa31ed8d78780..76f5165c94e3eb76c4e2de4c261e10809c7038d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,165 @@
+1.0.0-beta
+=============
+* Framework improvements:
+    * Improved the way the return type of a method is derived during WSDL generation
+    * Added the ability to retrieve a list of available endpoints for a given Magento instance
+* Search improvements:
+    * Introduced the Search field in scope of Enhanced Data Grids on CMS
+    * Introduced the Search Indexer interface and XML declaration
+    * Introduced the Search module API to support the search functionality
+    * Product attributes have different weight by default
+    * Implemented per store full text index
+    * Search API moved from the Catalog to the Search module
+* Various improvements:
+    * Payment gateway infrastructure improvements
+    * Removed the outdated GoogleShopping module
+    * Implemented the integration with Braintree payment gateway
+    * Moved the Authorize.net payment method back to CE
+    * Updated processing of the fraud status for orders
+    * Added data attributes for checkout sections
+    * The enhanced grid component is applied to the Product grid and the whole Sales module
+    * Added the ability to create account during and after the checkout process is complete
+    * Enabled coupon code in URL for empty carts
+    * Added new icons to the admin-icons font
+    * Improved the configurable product creation flow to be consistent with other product types creation
+    * Eliminated email markup duplication and simplified email content management by including footer/header content and styles from a single place for email templates
+* Fixed bugs:
+    * Fixed an issue where there was no successful message about VAT validation
+    * Fixed an issue where it was not possible to change State/Province in customer address
+    * Fixed an issue where the "Array to string conversion" notice appeared during order creation if custom address attribute existed
+    * Fixed an issue in API service where a customer was created even when there was a validation error
+    * Fixed an issue where a new custom theme added to the file system, was not accessible in Admin
+    * Fixed an issue where it was impossible to save a customer record in Admin after selecting to add a new address and then deleting the address fields
+    * Fixed an issue where it was impossible to add to cart by SKU more, than one product at a time on the storefront
+    * Fixed an issue where it was impossible to place an order on the storefront using PayPal Payments Pro
+    * Fixed an issue where checkout was performed without applying existing and active catalog rules
+    * Fixed an issue where category displayed outdated prices until page cache was manually reset or timed out
+    * Fixed with the wrong label for catalog price rules processing dropdown
+    * Fixed the copyright text on the storefront
+    * Fixed an issue where the Create new Customer Account form was broken on the storefront
+    * Fixed an issue where CMS page was saved automatically once a widget is added to the page content
+    * Fixed an issue where a user was redirected to the Orders page after clicking the Get Payment Update in Admin
+    * Fixed a comment in the \Magento\Framework\App\Http::launch() method
+    * Fixed an issue where editable multi-select fields were not always displayed on the new tax rule creation page
+    * Fixed a JavaScript error which blocked guest checkout if JavaScript bundling was enabled
+    * Fixed an issue where the Cookie Restriction Mode block was not displayed on the storefront
+    * Fixed an issue where the Tax Rate edit form showed an empty selected value instead of *
+    * Fixed an issue for Internet Explorer v.11 where the Remove button in the mini shopping cart did not work
+    * Fixed an issue where the Email field was duplicated on the send invitation form
+    * Fixed an issue where the product images where not displayed on a storefront product page for simple products
+    * Fixed the error handling for PHP settings check in Setup Wizard which was caused by timeout
+    * Fixed an issue where a credit card type was undefined in iframe request
+    * Fixed the iframe payment method flow
+    * Fixed an issue where it was possible to place an order with the empty Purchase Order Number required field
+    * Fixed an issue where a loader was not displayed in mini shopping cart
+    * Fixed an issue where autocomplete was enabled on credit card form
+    * Fixed issues with PayPal conflict resolution
+    * Fixed cache collisions for static view files cache
+    * Fixed an issue where an admin user with limited access to only Content could not access CMS pages in Admin
+    * Fixed an issue where "Privacy and Cookie Policy" CMS page content was unreadable
+    * Fixed an issue where shopping cart became empty if a customer configured an item to be the same as already existing in the shopping cart
+    * Fixed an issue where Maestro credit card did not pass validation
+    * Fixed an issue where a custom order status appeared in the Order State drop down
+    * Fixed an issue where it was impossible to add products to a package and create a shipping label
+    * Fixed the incorrect text message in the Products Requiring Attention grid for product with enabled Qty Increments
+    * Fixed an issue where the thumbnail image option was not applied correctly for grouped products
+    * Fixed an issue where the Newsletter Subscribers grid was not displayed
+    * Fixed an issue where the order number was absent on the success page for PayPal Advanced Checkout
+    * Fixed non-working sales tax report
+    * Fixed an issue where sales reports with empty rows did not work
+    * Fixed the broken layout on the shipping checkout step for the Blank theme
+    * Fixed an issue where the Phone Number hint was displayed outside of the visible screen when adding a new address
+    * Fixed the style for the Add button on certain pages in Admin
+    * Fixed an issue where it was impossible to confirm signing of a billing agreement during checkout
+    * Fixed an issue with missing events subscriptions
+    * Fixed the incorrect message displayed when trying to delete a product from mini shopping cart
+    * Fixed an issue where it was possible to share a wish list after a short-term session was expired when the Persistent Shopping Cart functionality was enabled
+    * Fixed an issue where the "optional" placeholder was displayed for the Password field when logging in during checkout
+    * Fixed an issue where placing an order with the same parameters was becoming slower on each iteration
+    * Fixed an issue where the controls on the Review & Payments page were disabled in case PayPal transaction had been declined during checkout
+    * Fixed an issue where the terms and conditions links were always displayed during checkout
+    * Fixed an issue where customer address was not saved during checkout
+    * Fixed an issue where tax information was shown in order summary for a guest customer
+    * Fixed an issue with currency in different locales
+    * Fixed an issue where tax information was not displayed in mini shopping cart
+    * Fixed an issue with the Display Full Tax Summary configuration setting
+    * Fixed an issue with Advanced Fraud Protection in the Braintree payment method
+    * Fixed an issue with tax and FPT information missing in the order summary on the storefront
+    * Fixed the auto load error after running setup:di:compile
+    * Fixed an issue with publishing files in production mode
+    * Fixed a cron re-indexing issue
+    * Fixed an issue with JS minification errors which appeared when adding products to cart
+    * Fixed the broken Reset Password link in a welcome email for a customer created in Admin
+    * Fixed an issue where WSDL generated for any Web API service had an invalid element
+    * Fixed the records displaying order in the Sales grids
+    * Fixed an issue with invalid path parsing in exclude list during bundle collecting
+    * Fixed an issue where there was no success message after place order via Payflow Link on mobile device
+    * Fixed an issue where it was not possible to place order as a guest via Authorize.net Direct Post
+    * Fixed an issue where it was not possible to place order via Express Checkout with enabled Terms and Conditions
+    * Fixed an issue where the last transaction ID was displayed for order placed within PayPal Payflow Link on the storefront
+    * Fixed an issue where it was not possible to perform products mass update in Internet Explorer
+    * Fixed an issue where product did not appear on front after category change and indexers set to update on schedule
+    * Fixed an issue where special chars in custom options were replaced with HTML entities
+    * Fixed the invalid title of the Update Attributes page in Admin
+    * Fixed performance issue in the storefront search
+    * Fixed the _initCustomer() method in the Customer module controllers
+    * Fixed an issue where the customer_save_after_data_object event dispatched a few times
+    * Fixed an issue where it was not possible to create customer account from order success page
+    * Fixed an issue where styles were missing on the storefront
+    * Fixed the "No such entity with cartId = " error on One Page Checkout if online payment was used
+    * Fixed an issue where flush of one type of cache made other flushed
+    * Fixed sales orders grid for orders placed using PayPal when the PayPal module was disabled
+    * Fixed an issue where loader hanged out if admin did not specify shipping address or method for order
+    * Fixed an irrelevant note in Payflow Pro section on One Page Checkout
+    * Fixed an issue where an HTML tag was displayed in the Instructions field of the bank transfer payment form during checkout on the storefront
+    * Fixed an issue where it was not possible to place order as a guest via Authorize.net Direct Post
+    * Fixed an issue where the Refund and Refund Offline buttons styles on the Credit Memo page
+    * Fixed an issue where Modal window for "Sign In" was not closed when clicking outside
+    * Fixed an issue where the Compare Products functionality was accessible in a store with the responsive Blank theme applied when browsing using Iphone6
+    * Fixed incorrect relative paths in LESS files
+    * Fixed an issue where it was not possible to save newsletter subscription information of a customer in Admin
+    * Fixed an issue where order number was missing on PayPal (Payflow) Express Checkout solutions
+    * Fixed an issue where Product quantity was still displayed in the mini shopping cart after Place Order on storefront
+    * Fixed indexer failure with re-index on schedule
+    * Fixed catalog price rule calculation for Group price
+    * Fixed an issue where specific product tabs were accumulated on switching between product templates
+    * Fixed an issue where grid actions in custom options dialog did not work
+    * Fixed an issue where page cache was not invalidated when products were changed via mass action
+    * Fixed an issue where catalog page was not updated after product returned to stock again if Varnish was enabled
+    * Fixed incorrect price of configurable product on storefront
+    * Fixed an issue where the Catalog page in Admin did not work in production mode
+    * Fixed an issue where the Add to cart button did not redirect to the configuration page for configurable products
+    * Fixed an issue where it was not possible to perform mass delete having used the Select All functionality to select the products
+    * Fixed an issue where PayPal Express Checkout was always displayed as disabled in Internet Explorer
+    * Fixed an issue where PayPal Express labels on checkout were small
+    * Fixed an issue where the Configure Product modal window blended in with page content during order creation
+    * Fixed an issue where hints behaved not user-friendly on the storefront
+    * Fixed an issue with exception when creating account for guest customer after placing order within Express Checkout
+    * Fixed orders grid mass actions
+    * Fixed invoice grid search on Invoices tab of Order View page
+    * Fixed an issue where gallery images were not loaded for Configurable Product
+    * Fixed an issue where currency rates were displayed incorrectly
+    * Fixed exception framework misuse in indexers
+Tests:
+    * Increased code coverage of the Theme module
+    * Refactored some methods to decrease C.R.A.P index and implemented unit tests for CMS, Sitemap and Widget modules
+    * Sample data installation covered with unit tests
+    * Moved all test data for functional tests to repositories
+    * Increased test coverage for setup fixtures which are used for performance tests
+    * Updated some variations for checkout related automated tests
+    * Increased SOAP connection timeout to prevent SOAP failures in API tests
+* GitHub issues and requests:
+    * [#1272](https://github.com/magento/magento2/issues/1272) -- In dashboard Last Orders items quantity showing wrong some times
+    * [#1341](https://github.com/magento/magento2/issues/1341) -- [Question] How to specify attributes to load on ProductRepository::getList()
+    * [#1370](https://github.com/magento/magento2/issues/1370) -- EAV Attribute Repository linking to catalog_eav_attribute
+    * [#1382](https://github.com/magento/magento2/issues/1382) -- setup:install can now accept {{base_url}} as input to --base-url
+    * [#1385](https://github.com/magento/magento2/pull/1385) -- Specify `Magento_Catalog` module on template for sorting
+    * [#1411](https://github.com/magento/magento2/issues/1411) -- No error message shown when purchase qty mismatch the 'Qty Increments' setup
+    * [#1420](https://github.com/magento/magento2/pull/1420) -- Make Api\SearchResults implement Api\SearchResultsInterface
+    * [#1421](https://github.com/magento/magento2/pull/1421) -- Rename Api\SearchCriteriaBuilder::addFilter() to addFilters()
+    * [#1427](https://github.com/magento/magento2/issues/1427) -- Fatal error: Call to a member function format() on null in magento2/lib/internal/Magento/Framework/Stdlib/DateTime/Timezone.php on line 260
+    * [#1434](https://github.com/magento/magento2/issues/1434) -- Failed to add product variation
+
 0.74.0-beta16
 =============
 * Framework improvements:
diff --git a/app/code/Magento/AdminNotification/composer.json b/app/code/Magento/AdminNotification/composer.json
index 0f75a58a1ed4e9f76b2ad026320ce50846b6507d..7928a5a214b7a4f18fb1a79284c43f049b6e3ac2 100644
--- a/app/code/Magento/AdminNotification/composer.json
+++ b/app/code/Magento/AdminNotification/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/AdvancedPricingImportExport/composer.json b/app/code/Magento/AdvancedPricingImportExport/composer.json
index 4541a3850b2940d3387c16457fc58e6c046d5a49..f61f52f1d7003838c6dfc6e40120a5cd66232482 100644
--- a/app/code/Magento/AdvancedPricingImportExport/composer.json
+++ b/app/code/Magento/AdvancedPricingImportExport/composer.json
@@ -3,18 +3,18 @@
   "description": "N/A",
   "require": {
     "php": "~5.5.0|~5.6.0",
-    "magento/module-catalog": "0.74.0-beta16",
-    "magento/module-catalog-inventory": "0.74.0-beta16",
-    "magento/module-eav": "0.74.0-beta16",
-    "magento/module-import-export": "0.74.0-beta16",
-    "magento/module-catalog-import-export": "0.74.0-beta16",
-    "magento/module-customer": "0.74.0-beta16",
-    "magento/module-store": "0.74.0-beta16",
-    "magento/framework": "0.74.0-beta16",
+    "magento/module-catalog": "1.0.0-beta",
+    "magento/module-catalog-inventory": "1.0.0-beta",
+    "magento/module-eav": "1.0.0-beta",
+    "magento/module-import-export": "1.0.0-beta",
+    "magento/module-catalog-import-export": "1.0.0-beta",
+    "magento/module-customer": "1.0.0-beta",
+    "magento/module-store": "1.0.0-beta",
+    "magento/framework": "1.0.0-beta",
     "magento/magento-composer-installer": "*"
   },
   "type": "magento2-module",
-  "version": "0.74.0-beta16",
+  "version": "1.0.0-beta",
   "license": [
     "OSL-3.0",
     "AFL-3.0"
diff --git a/app/code/Magento/Authorization/composer.json b/app/code/Magento/Authorization/composer.json
index 7925cc8012eb2c9f2c922e2ed458cda8b5d35c94..444cb8c717c45f3a7f4a305ab6e8397a12f86026 100644
--- a/app/code/Magento/Authorization/composer.json
+++ b/app/code/Magento/Authorization/composer.json
@@ -3,12 +3,12 @@
     "description": "Authorization module provides access to Magento ACL functionality.",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Authorizenet/composer.json b/app/code/Magento/Authorizenet/composer.json
index 436abe3fc7bfe303d5e9ee52c6387c0f0ae09888..6d66c50c4b0a6853273e4a87cf5eed2ab8453a9d 100644
--- a/app/code/Magento/Authorizenet/composer.json
+++ b/app/code/Magento/Authorizenet/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "proprietary"
     ],
diff --git a/app/code/Magento/Backend/composer.json b/app/code/Magento/Backend/composer.json
index 65cc94a485811656e86e28d7782425c98f4e846a..9cf751de93196979adf3e0908e9b1144c325de97 100644
--- a/app/code/Magento/Backend/composer.json
+++ b/app/code/Magento/Backend/composer.json
@@ -3,27 +3,27 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-developer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-cron": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-reports": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-user": "0.74.0-beta16",
-        "magento/module-backup": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-translation": "0.74.0-beta16",
-        "magento/module-require-js": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-developer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-cron": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-reports": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-user": "1.0.0-beta",
+        "magento/module-backup": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-translation": "1.0.0-beta",
+        "magento/module-require-js": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Backup/composer.json b/app/code/Magento/Backup/composer.json
index b319d147f67bbbb83ddaf7488800797253a4a539..4123461ecc82b3d978c1344c863e6b5382081182 100644
--- a/app/code/Magento/Backup/composer.json
+++ b/app/code/Magento/Backup/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-cron": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-cron": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Braintree/composer.json b/app/code/Magento/Braintree/composer.json
index e151af8872e183bd73f7ce48412cd212533d2563..97da72aa73b4a4732c3c3a6ae56ff3651a61a71c 100644
--- a/app/code/Magento/Braintree/composer.json
+++ b/app/code/Magento/Braintree/composer.json
@@ -3,27 +3,27 @@
   "description": "N/A",
   "require": {
     "php": "~5.5.0|~5.6.0",
-    "magento/module-config": "0.74.0-beta16",
-    "magento/module-store": "0.74.0-beta16",
-    "magento/module-checkout": "0.74.0-beta16",
-    "magento/module-catalog": "0.74.0-beta16",
-    "magento/module-sales": "0.74.0-beta16",
-    "magento/module-customer": "0.74.0-beta16",
-    "magento/module-payment": "0.74.0-beta16",
-    "magento/module-paypal": "0.74.0-beta16",
-    "magento/module-quote": "0.74.0-beta16",
-    "magento/module-backend": "0.74.0-beta16",
-    "magento/module-directory": "0.74.0-beta16",
-    "magento/module-theme": "0.74.0-beta16",
-    "magento/framework": "0.74.0-beta16",
+    "magento/module-config": "1.0.0-beta",
+    "magento/module-store": "1.0.0-beta",
+    "magento/module-checkout": "1.0.0-beta",
+    "magento/module-catalog": "1.0.0-beta",
+    "magento/module-sales": "1.0.0-beta",
+    "magento/module-customer": "1.0.0-beta",
+    "magento/module-payment": "1.0.0-beta",
+    "magento/module-paypal": "1.0.0-beta",
+    "magento/module-quote": "1.0.0-beta",
+    "magento/module-backend": "1.0.0-beta",
+    "magento/module-directory": "1.0.0-beta",
+    "magento/module-theme": "1.0.0-beta",
+    "magento/framework": "1.0.0-beta",
     "braintree/braintree_php": "2.39.0",
     "magento/magento-composer-installer": "*"
   },
   "suggest": {
-    "magento/module-checkout-agreements": "0.74.0-beta16"
+    "magento/module-checkout-agreements": "1.0.0-beta"
   },
   "type": "magento2-module",
-  "version": "0.74.0-beta16",
+  "version": "1.0.0-beta",
   "license": [
     "proprietary"
   ],
diff --git a/app/code/Magento/Bundle/composer.json b/app/code/Magento/Bundle/composer.json
index f9e704cde1a0b053cfdd658fbfa8bb0542074550..0a1a9379cb2c57c94a42e740a083e0eae4e7e101 100644
--- a/app/code/Magento/Bundle/composer.json
+++ b/app/code/Magento/Bundle/composer.json
@@ -3,28 +3,28 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-catalog-rule": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-gift-message": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-catalog-rule": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-gift-message": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-webapi": "0.74.0-beta16"
+        "magento/module-webapi": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/BundleImportExport/composer.json b/app/code/Magento/BundleImportExport/composer.json
index d835cd0067797b5006c07865d1e46b34be92cbdd..89311f14212d0f7e3365dc36feb0efb96d2a5067 100755
--- a/app/code/Magento/BundleImportExport/composer.json
+++ b/app/code/Magento/BundleImportExport/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/module-catalog-import-export": "0.74.0-beta16",
-        "magento/module-bundle": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/module-catalog-import-export": "1.0.0-beta",
+        "magento/module-bundle": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CacheInvalidate/composer.json b/app/code/Magento/CacheInvalidate/composer.json
index a1265c6c7edc62b0b2690ad9a127a67368dac284..cd921f6ef3b907c6e50662146b1971bb74bdaa99 100644
--- a/app/code/Magento/CacheInvalidate/composer.json
+++ b/app/code/Magento/CacheInvalidate/composer.json
@@ -3,12 +3,12 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Captcha/composer.json b/app/code/Magento/Captcha/composer.json
index 3e490ca92a7a94cc3083fce27571200740bc49fb..ce297fc4b9828fb03bcb7581dd10e8a138889170 100644
--- a/app/code/Magento/Captcha/composer.json
+++ b/app/code/Magento/Captcha/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Catalog/composer.json b/app/code/Magento/Catalog/composer.json
index 770f6489807476048fbe87cfa90bb3a8983ee94d..c8dd2a7cb35b0a6efc04bd41cf4f5e5019f75d12 100644
--- a/app/code/Magento/Catalog/composer.json
+++ b/app/code/Magento/Catalog/composer.json
@@ -3,39 +3,39 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-indexer": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-log": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-wishlist": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-msrp": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-catalog-rule": "0.74.0-beta16",
-        "magento/module-product-alert": "0.74.0-beta16",
-        "magento/module-url-rewrite": "0.74.0-beta16",
-        "magento/module-catalog-url-rewrite": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-indexer": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-log": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-wishlist": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-msrp": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-catalog-rule": "1.0.0-beta",
+        "magento/module-product-alert": "1.0.0-beta",
+        "magento/module-url-rewrite": "1.0.0-beta",
+        "magento/module-catalog-url-rewrite": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/module-configurable-product": "self.version",
         "magento/module-ui": "self.version",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-cookie": "0.74.0-beta16"
+        "magento/module-cookie": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogImportExport/composer.json b/app/code/Magento/CatalogImportExport/composer.json
index 25ccde125bb4934701c9f31861e9fbf8977194c0..8f11d20528b36f2896f22895c2f099ea603e7d6e 100644
--- a/app/code/Magento/CatalogImportExport/composer.json
+++ b/app/code/Magento/CatalogImportExport/composer.json
@@ -3,21 +3,21 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/module-indexer": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/module-indexer": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "ext-ctype": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogInventory/composer.json b/app/code/Magento/CatalogInventory/composer.json
index be022073273cf2a4dfebe7d668e735c184abde47..35cb2e22f35f3ccaad26c4b7cb940693c678c9a3 100644
--- a/app/code/Magento/CatalogInventory/composer.json
+++ b/app/code/Magento/CatalogInventory/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-indexer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-indexer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/module-ui": "self.version",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogRule/composer.json b/app/code/Magento/CatalogRule/composer.json
index 52994ba2df676b40c8d93058a1c914d1ecb8eb40..6984fa5d748fc208074ee52353d1f01c79f763d3 100644
--- a/app/code/Magento/CatalogRule/composer.json
+++ b/app/code/Magento/CatalogRule/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-rule": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-indexer": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-rule": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-indexer": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogSearch/composer.json b/app/code/Magento/CatalogSearch/composer.json
index 12f4ae40fee124a465636b58aa4bc7b07c4d5d8e..fd495276886b8cb186be34107c739768543559d1 100644
--- a/app/code/Magento/CatalogSearch/composer.json
+++ b/app/code/Magento/CatalogSearch/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-search": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-indexer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-search": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-indexer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogUrlRewrite/composer.json b/app/code/Magento/CatalogUrlRewrite/composer.json
index 30cc24c4830804855ca2e7e890295d84ceba7a6c..7dc8b5dfa4d14e6c770572a6947bc39e03eec350 100644
--- a/app/code/Magento/CatalogUrlRewrite/composer.json
+++ b/app/code/Magento/CatalogUrlRewrite/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-catalog-import-export": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-url-rewrite": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-catalog-import-export": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-url-rewrite": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CatalogWidget/composer.json b/app/code/Magento/CatalogWidget/composer.json
index a54e68bdc3ef7b7fcb395d3ba9ecb818acd72de2..0153f55d0770798653f2b8ace0daded6b2a22108 100644
--- a/app/code/Magento/CatalogWidget/composer.json
+++ b/app/code/Magento/CatalogWidget/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-rule": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-wishlist": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-rule": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-wishlist": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Checkout/composer.json b/app/code/Magento/Checkout/composer.json
index 1c4aba3bae37dece9785b015add6419e76d759f8..5116834c978b7469301ba1098a7b824e8bf71d4c 100644
--- a/app/code/Magento/Checkout/composer.json
+++ b/app/code/Magento/Checkout/composer.json
@@ -3,33 +3,33 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-gift-message": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/module-sales-rule": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-msrp": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-gift-message": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/module-sales-rule": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-msrp": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-cookie": "0.74.0-beta16"
+        "magento/module-cookie": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CheckoutAgreements/composer.json b/app/code/Magento/CheckoutAgreements/composer.json
index 03e941ba7b8b018e738842ee50cf63e3f8f33efd..794e591a23452245197b4461662c6328c9bf9d89 100644
--- a/app/code/Magento/CheckoutAgreements/composer.json
+++ b/app/code/Magento/CheckoutAgreements/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Cms/composer.json b/app/code/Magento/Cms/composer.json
index 9eb05ddb8f6cc78e83bb9d7bf3ddf2c9439dd292..7a06530e52efcc32bad6afb855f0c8b9afef9b76 100644
--- a/app/code/Magento/Cms/composer.json
+++ b/app/code/Magento/Cms/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-email": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
-        "magento/module-variable": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-email": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
+        "magento/module-variable": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CmsUrlRewrite/composer.json b/app/code/Magento/CmsUrlRewrite/composer.json
index c85d1fc2ff19061e82d888b4e2aec8a6eb481684..322e3a479b9e202c0b360f8626b53246e71720cf 100644
--- a/app/code/Magento/CmsUrlRewrite/composer.json
+++ b/app/code/Magento/CmsUrlRewrite/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-url-rewrite": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-url-rewrite": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Config/composer.json b/app/code/Magento/Config/composer.json
index ed052f42b50147efd5f2cb3123e194eb4665fb28..a10bae0694ef2799b2e0bdc2dc1d7e925465387a 100644
--- a/app/code/Magento/Config/composer.json
+++ b/app/code/Magento/Config/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-cron": "0.74.0-beta16",
-        "magento/module-email": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-cron": "1.0.0-beta",
+        "magento/module-email": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ConfigurableImportExport/composer.json b/app/code/Magento/ConfigurableImportExport/composer.json
index 688c9851cca22befefac055abfcf3391f1d26ebf..429e7303b4da5ae0117ea340e154c5531590dd3c 100644
--- a/app/code/Magento/ConfigurableImportExport/composer.json
+++ b/app/code/Magento/ConfigurableImportExport/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-catalog-import-export": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/module-configurable-product": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-catalog-import-export": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/module-configurable-product": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ConfigurableProduct/composer.json b/app/code/Magento/ConfigurableProduct/composer.json
index f8f6821ab4e4fe815fb3ed00ee6a348eac3de13b..d82341f1779ba58aec97df7bbf40dfe59ad1e56d 100644
--- a/app/code/Magento/ConfigurableProduct/composer.json
+++ b/app/code/Magento/ConfigurableProduct/composer.json
@@ -3,27 +3,27 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-msrp": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-msrp": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
         "magento/module-ui": "self.version",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-      "magento/module-webapi": "0.74.0-beta16"
+      "magento/module-webapi": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Contact/composer.json b/app/code/Magento/Contact/composer.json
index 5b01764f4589651142a4f48cdbb551c5dc924a84..466cbca813ed5f607d83841f8c888122e920792e 100644
--- a/app/code/Magento/Contact/composer.json
+++ b/app/code/Magento/Contact/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Cookie/composer.json b/app/code/Magento/Cookie/composer.json
index d7669ea12e0af8a3d4d95110b117fb112f9e34d5..ce2f7105503aa5b96a0d67ea38c9bb57f16b15ac 100644
--- a/app/code/Magento/Cookie/composer.json
+++ b/app/code/Magento/Cookie/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-backend": "0.74.0-beta16"
+        "magento/module-backend": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Cron/composer.json b/app/code/Magento/Cron/composer.json
index 07b03c742d0373957eae4f1d37b9271dae066db8..7a54e7b8bc499fc2342c73a76c6b609cbd6d2be3 100644
--- a/app/code/Magento/Cron/composer.json
+++ b/app/code/Magento/Cron/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CurrencySymbol/composer.json b/app/code/Magento/CurrencySymbol/composer.json
index ebadb52a5632f3b1e619237a0d59b995b8e5f394..917f175f0f781fdb22b2182b173c5026a48f31bd 100644
--- a/app/code/Magento/CurrencySymbol/composer.json
+++ b/app/code/Magento/CurrencySymbol/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Customer/composer.json b/app/code/Magento/Customer/composer.json
index 0d5665d56def10c3317b462bdfe24311d426efe1..c88000ab5a2b14d555c8d68166a27281b53d5e0c 100644
--- a/app/code/Magento/Customer/composer.json
+++ b/app/code/Magento/Customer/composer.json
@@ -3,33 +3,33 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-newsletter": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-wishlist": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-review": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
-        "magento/module-integration": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-newsletter": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-wishlist": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-review": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
+        "magento/module-integration": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-cookie": "0.74.0-beta16"
+        "magento/module-cookie": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/CustomerImportExport/composer.json b/app/code/Magento/CustomerImportExport/composer.json
index 4414df18611f9a91a8685ced38ca052b9355eb3d..17b1b89659ce278ff3806cebb23f2813ccbbddce 100644
--- a/app/code/Magento/CustomerImportExport/composer.json
+++ b/app/code/Magento/CustomerImportExport/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/DesignEditor/composer.json b/app/code/Magento/DesignEditor/composer.json
index be2de2fcd9a24125df3f39d5066a17840896bb5c..511a71be20cd74b712137da25f080a0131bfc0e6 100644
--- a/app/code/Magento/DesignEditor/composer.json
+++ b/app/code/Magento/DesignEditor/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-translation": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-translation": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Developer/composer.json b/app/code/Magento/Developer/composer.json
index 41c1fe1bde6a9713903a91eec4b84552bf65c602..5e4b02dc1772e083b43462662cc224dddf08ecf9 100644
--- a/app/code/Magento/Developer/composer.json
+++ b/app/code/Magento/Developer/composer.json
@@ -3,12 +3,12 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Dhl/composer.json b/app/code/Magento/Dhl/composer.json
index 7ba938395e2a8ab0f8f0a6c83ab881682e5bbf8a..8f4e228198494fe21a4955278e803337e6dc6989 100644
--- a/app/code/Magento/Dhl/composer.json
+++ b/app/code/Magento/Dhl/composer.json
@@ -3,22 +3,22 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Directory/composer.json b/app/code/Magento/Directory/composer.json
index 71c83728a48bf73d631290653731735806e44970..3206515c4caf5eb5f388c5f691cc3da69ef63317 100644
--- a/app/code/Magento/Directory/composer.json
+++ b/app/code/Magento/Directory/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Downloadable/composer.json b/app/code/Magento/Downloadable/composer.json
index 3aa024eb1ea34dc1173e31ceaba2484161d41970..a6e3ac050ad8256584ef7af912913a839a834ca7 100644
--- a/app/code/Magento/Downloadable/composer.json
+++ b/app/code/Magento/Downloadable/composer.json
@@ -3,27 +3,27 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-gift-message": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-msrp": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-gift-message": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-msrp": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Eav/composer.json b/app/code/Magento/Eav/composer.json
index 933535920fbf1d10066d2525c6b4d7aa32644923..461c4abb68e336852699f6d5f63aeab8fa1ae8ac 100644
--- a/app/code/Magento/Eav/composer.json
+++ b/app/code/Magento/Eav/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Email/composer.json b/app/code/Magento/Email/composer.json
index ab240f6a53b6ba66cf9ffad9869e29a1783e0ed0..bcd0b93f003ffb950d9c2a63fa198869b39e71f3 100644
--- a/app/code/Magento/Email/composer.json
+++ b/app/code/Magento/Email/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-variable": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-variable": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Fedex/composer.json b/app/code/Magento/Fedex/composer.json
index 2863f89d4c8b0c13f2c316c96fcfae392d5541b6..d207062b8b1283042d9c2918df6ed5ff18a00f17 100644
--- a/app/code/Magento/Fedex/composer.json
+++ b/app/code/Magento/Fedex/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GiftMessage/composer.json b/app/code/Magento/GiftMessage/composer.json
index a01d023d434857b7ff2c34355a2271b671fa768e..425288c66406f60c26a76bea1f2d273c32651fa0 100644
--- a/app/code/Magento/GiftMessage/composer.json
+++ b/app/code/Magento/GiftMessage/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-multishipping": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-multishipping": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleAdwords/composer.json b/app/code/Magento/GoogleAdwords/composer.json
index 0fe49ac9154d8d7b50e79426d599f4b2bd4becfa..4d377adfc95b73eb9e177ffb8a92594f27bfbcf1 100644
--- a/app/code/Magento/GoogleAdwords/composer.json
+++ b/app/code/Magento/GoogleAdwords/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleAnalytics/composer.json b/app/code/Magento/GoogleAnalytics/composer.json
index 02d6152c2e216207d84d2909dd4e12415ede2f60..0b3fef28b5dffb40224987621fde838668e59866 100644
--- a/app/code/Magento/GoogleAnalytics/composer.json
+++ b/app/code/Magento/GoogleAnalytics/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-cookie": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-cookie": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GoogleOptimizer/composer.json b/app/code/Magento/GoogleOptimizer/composer.json
index f2ed84845a13f3eee373ee10d561870dcc1f2e96..241672dc512033f20f45a3ea345601dd62c1cd03 100644
--- a/app/code/Magento/GoogleOptimizer/composer.json
+++ b/app/code/Magento/GoogleOptimizer/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-google-analytics": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-google-analytics": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GroupedImportExport/composer.json b/app/code/Magento/GroupedImportExport/composer.json
index 8cc7e47d700fabfb9ad2e04fd1a85d9b14573041..1dfb7002799a463ed837859f3aec9acee91c9b30 100644
--- a/app/code/Magento/GroupedImportExport/composer.json
+++ b/app/code/Magento/GroupedImportExport/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-import-export": "0.74.0-beta16",
-        "magento/module-catalog-import-export": "0.74.0-beta16",
-        "magento/module-grouped-product": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-import-export": "1.0.0-beta",
+        "magento/module-catalog-import-export": "1.0.0-beta",
+        "magento/module-grouped-product": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/GroupedProduct/composer.json b/app/code/Magento/GroupedProduct/composer.json
index 614c221b278b06814fbd75d14467163e1af1416d..6fcb00ca9c6003155885d978957072f3eb1e2c3a 100644
--- a/app/code/Magento/GroupedProduct/composer.json
+++ b/app/code/Magento/GroupedProduct/composer.json
@@ -3,22 +3,22 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/module-msrp": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/module-msrp": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ImportExport/composer.json b/app/code/Magento/ImportExport/composer.json
index d2c227de4582977d493f5c80207f5271232cbc19..8a19a4779907eef1fc5e5aa4be5f47e4dd58c3d3 100644
--- a/app/code/Magento/ImportExport/composer.json
+++ b/app/code/Magento/ImportExport/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-indexer": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-indexer": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "ext-ctype": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Indexer/composer.json b/app/code/Magento/Indexer/composer.json
index b7f27e0e6bf74fb4f9739d465afb670ca251651c..a482e188056e367178a76fbfbc0c82fd3d1a2c18 100644
--- a/app/code/Magento/Indexer/composer.json
+++ b/app/code/Magento/Indexer/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Integration/composer.json b/app/code/Magento/Integration/composer.json
index be382232c20367640f5e57d1399c14d02e6dc953..7932557ab3121d1cc92a51d592abc1758687074f 100644
--- a/app/code/Magento/Integration/composer.json
+++ b/app/code/Magento/Integration/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-user": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-user": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/LayeredNavigation/composer.json b/app/code/Magento/LayeredNavigation/composer.json
index 60e7346baa88ecc429a348a23bbf3917c1d03d24..484f878bbda158807d10fdeb45ff2b365c77ded8 100644
--- a/app/code/Magento/LayeredNavigation/composer.json
+++ b/app/code/Magento/LayeredNavigation/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Log/composer.json b/app/code/Magento/Log/composer.json
index b920d7724edb2bba1afbc82b421a7f66cd83c393..bfa01b5d7fc2e1d4263da6269c7043bbbc6efebf 100644
--- a/app/code/Magento/Log/composer.json
+++ b/app/code/Magento/Log/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/MediaStorage/composer.json b/app/code/Magento/MediaStorage/composer.json
index 0428c8c1b353d779c6b49ca9e6dd296ae9922d31..ed48c9a24b65b0917644f5bb553c6be25f078025 100644
--- a/app/code/Magento/MediaStorage/composer.json
+++ b/app/code/Magento/MediaStorage/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Msrp/composer.json b/app/code/Magento/Msrp/composer.json
index f0bb9e814de71414c50a33ccbb345fbfcc4f9224..45bc96cc9626253e24f5758ea247a17ba8cd1645 100644
--- a/app/code/Magento/Msrp/composer.json
+++ b/app/code/Magento/Msrp/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-bundle": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-downloadable": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-grouped-product": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-bundle": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-downloadable": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-grouped-product": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Multishipping/composer.json b/app/code/Magento/Multishipping/composer.json
index 11f76f08ffb6abbd740e982edf38b54d267dfad9..320075c5f82681d5479c317660b1204d7508ef40 100644
--- a/app/code/Magento/Multishipping/composer.json
+++ b/app/code/Magento/Multishipping/composer.json
@@ -3,19 +3,19 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Newsletter/composer.json b/app/code/Magento/Newsletter/composer.json
index 04f4c6f518fa436f97a63307d4804e1b6f2aea78..7af294cb3a71a1a28c8312585f7a934b0f83da74 100644
--- a/app/code/Magento/Newsletter/composer.json
+++ b/app/code/Magento/Newsletter/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-email": "0.74.0-beta16",
-        "magento/module-cron": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-require-js": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-email": "1.0.0-beta",
+        "magento/module-cron": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-require-js": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/OfflinePayments/composer.json b/app/code/Magento/OfflinePayments/composer.json
index ca44cb91c29bf95258732bffcf96b7cd22a85882..fa8b7adda4dd66e30a45cda368290e0f5c37a994 100644
--- a/app/code/Magento/OfflinePayments/composer.json
+++ b/app/code/Magento/OfflinePayments/composer.json
@@ -3,13 +3,13 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/OfflineShipping/composer.json b/app/code/Magento/OfflineShipping/composer.json
index 30b9383f4d5dc67e38446f48cfb7a4cf6eac77a6..3b41564e4151e8650b1471bbee0f2c651a6528a7 100644
--- a/app/code/Magento/OfflineShipping/composer.json
+++ b/app/code/Magento/OfflineShipping/composer.json
@@ -3,21 +3,21 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-sales-rule": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-sales-rule": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/PageCache/composer.json b/app/code/Magento/PageCache/composer.json
index 10d8188ddca33bcc920319b15e1b9fbb58cb8d93..0adbf13b59c5029c57338f18d8e736985cecaa1d 100644
--- a/app/code/Magento/PageCache/composer.json
+++ b/app/code/Magento/PageCache/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Payment/composer.json b/app/code/Magento/Payment/composer.json
index b72ba192b4d49878924b8ce91a221228f2f2d199..84db62a713cd3b06983e6ff61b833706b5c84677 100644
--- a/app/code/Magento/Payment/composer.json
+++ b/app/code/Magento/Payment/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Paypal/composer.json b/app/code/Magento/Paypal/composer.json
index cbaddbb8a6b50c1dddc0021c5324bc4d7ba706c7..acdfd275f5fe62d503d7a5b57b49ff94cc32cbc2 100644
--- a/app/code/Magento/Paypal/composer.json
+++ b/app/code/Magento/Paypal/composer.json
@@ -3,29 +3,29 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-checkout-agreements": "0.74.0-beta16"
+        "magento/module-checkout-agreements": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "proprietary"
     ],
diff --git a/app/code/Magento/Persistent/composer.json b/app/code/Magento/Persistent/composer.json
index 17b2b5e2d014b43ede3316d137062bf70d2c5121..55cd81dc741461dc7b02ba825279df8b32e84a7e 100644
--- a/app/code/Magento/Persistent/composer.json
+++ b/app/code/Magento/Persistent/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-cron": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-cron": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/ProductAlert/composer.json b/app/code/Magento/ProductAlert/composer.json
index 7a271e1a01d199522a8f7e4f1d32c6845c7fefde..fbd7e7ab50a6beffa2eefcad60979549789e349f 100644
--- a/app/code/Magento/ProductAlert/composer.json
+++ b/app/code/Magento/ProductAlert/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Quote/composer.json b/app/code/Magento/Quote/composer.json
index 1755c0ce441a5bee30db5a9cb52975420a715fb5..7d75fabea850c9f7dffbee2171ec8271f53e6062 100644
--- a/app/code/Magento/Quote/composer.json
+++ b/app/code/Magento/Quote/composer.json
@@ -3,26 +3,26 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-catalog-rule": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-sales-sequence": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-catalog-rule": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-sales-sequence": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Reports/composer.json b/app/code/Magento/Reports/composer.json
index b1448821f35330cb04805a9387b6a69ab9efe241..f8f205c64cf2afe450bba603344e148d12f10d1e 100644
--- a/app/code/Magento/Reports/composer.json
+++ b/app/code/Magento/Reports/composer.json
@@ -3,28 +3,28 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-log": "0.74.0-beta16",
-        "magento/module-wishlist": "0.74.0-beta16",
-        "magento/module-review": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-downloadable": "0.74.0-beta16",
-        "magento/module-sales-rule": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-log": "1.0.0-beta",
+        "magento/module-wishlist": "1.0.0-beta",
+        "magento/module-review": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-downloadable": "1.0.0-beta",
+        "magento/module-sales-rule": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/RequireJs/composer.json b/app/code/Magento/RequireJs/composer.json
index 5c5d0ab50230d121f7e609c12058f57e4bb1c7a3..6b02a7d3be8e8199010735893d343ffcb0af250c 100644
--- a/app/code/Magento/RequireJs/composer.json
+++ b/app/code/Magento/RequireJs/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Review/composer.json b/app/code/Magento/Review/composer.json
index 7d0ef81b3835b9850861805465e5668b0be3d01e..225779496d9fb9045806f6a5aa27ba52b2a86151 100644
--- a/app/code/Magento/Review/composer.json
+++ b/app/code/Magento/Review/composer.json
@@ -3,22 +3,22 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-newsletter": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-newsletter": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-cookie": "0.74.0-beta16"
+        "magento/module-cookie": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Rss/composer.json b/app/code/Magento/Rss/composer.json
index 47b9b684a9bccfc523f460beba8e76681e31b699..df826fdba793434a6faa20799d29d1c503869b18 100644
--- a/app/code/Magento/Rss/composer.json
+++ b/app/code/Magento/Rss/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Rule/composer.json b/app/code/Magento/Rule/composer.json
index 5b3055a905ec57b9347fdafa433673f1c3ecf8f4..5f68a322894c288b29697841e8a6d0f0a0dd6f19 100644
--- a/app/code/Magento/Rule/composer.json
+++ b/app/code/Magento/Rule/composer.json
@@ -3,16 +3,16 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Sales/composer.json b/app/code/Magento/Sales/composer.json
index 2a24981ff850403d944d0f6480a2993b67bbcbf6..e3f622441425778c16bcd4e2d50086fe32abd15c 100644
--- a/app/code/Magento/Sales/composer.json
+++ b/app/code/Magento/Sales/composer.json
@@ -3,34 +3,34 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-sales-rule": "0.74.0-beta16",
-        "magento/module-sales-sequence": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-gift-message": "0.74.0-beta16",
-        "magento/module-reports": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-wishlist": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-sales-rule": "1.0.0-beta",
+        "magento/module-sales-sequence": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-gift-message": "1.0.0-beta",
+        "magento/module-reports": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-wishlist": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/SalesRule/composer.json b/app/code/Magento/SalesRule/composer.json
index 95cd22b3fc495de3467a6f80e76edd261c8582ab..95b5fd201f608f028ec2343f16741ad88aa8531c 100644
--- a/app/code/Magento/SalesRule/composer.json
+++ b/app/code/Magento/SalesRule/composer.json
@@ -3,26 +3,26 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-rule": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-reports": "0.74.0-beta16",
-        "magento/module-catalog-rule": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-rule": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-reports": "1.0.0-beta",
+        "magento/module-catalog-rule": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/SalesSequence/composer.json b/app/code/Magento/SalesSequence/composer.json
index f33adfcd4dcd536ac8dab884608ad17a5fd0b635..d52d82fe9bdba8e68bec9007bd80a4d144579f15 100644
--- a/app/code/Magento/SalesSequence/composer.json
+++ b/app/code/Magento/SalesSequence/composer.json
@@ -3,11 +3,11 @@
   "description": "N/A",
   "require": {
     "php": "~5.5.0|~5.6.0",
-    "magento/framework": "0.74.0-beta16",
+    "magento/framework": "1.0.0-beta",
     "magento/magento-composer-installer": "*"
   },
   "type": "magento2-module",
-  "version": "0.74.0-beta16",
+  "version": "1.0.0-beta",
   "license": [
     "OSL-3.0",
     "AFL-3.0"
diff --git a/app/code/Magento/Search/composer.json b/app/code/Magento/Search/composer.json
index 31b4a2d164f00d1b6037a89be02b34b652b0a35a..3c64d641d07eee67680f51d34c4576285e5a61d7 100644
--- a/app/code/Magento/Search/composer.json
+++ b/app/code/Magento/Search/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog-search": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-reports": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog-search": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-reports": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/SendFriend/composer.json b/app/code/Magento/SendFriend/composer.json
index 9e74f19e018328679cc06b177188e52645a61941..6ea6e925ffc770ac6baf6903f2861ee2bc3f19fe 100644
--- a/app/code/Magento/SendFriend/composer.json
+++ b/app/code/Magento/SendFriend/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Shipping/composer.json b/app/code/Magento/Shipping/composer.json
index ead97feb8294557ff2aba35476cdff83f1357104..8eac513f645b5bead1c468b7ad95284545b18fb9 100644
--- a/app/code/Magento/Shipping/composer.json
+++ b/app/code/Magento/Shipping/composer.json
@@ -3,27 +3,27 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-contact": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-payment": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-contact": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-payment": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "ext-gd": "*",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-fedex": "0.74.0-beta16",
-        "magento/module-ups": "0.74.0-beta16"
+        "magento/module-fedex": "1.0.0-beta",
+        "magento/module-ups": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Sitemap/composer.json b/app/code/Magento/Sitemap/composer.json
index 4f9fa36077aba3833b47e534878c3f0e96afa078..6caa5682d3e28bfc6ad87c061706c49230420a55 100644
--- a/app/code/Magento/Sitemap/composer.json
+++ b/app/code/Magento/Sitemap/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog-url-rewrite": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog-url-rewrite": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Store/composer.json b/app/code/Magento/Store/composer.json
index e602a9d9bdbfbbe37bd6e8c8f2efdf48be10d2e6..14310e2cc7f05fed9e788e95b3385eb998dcdf36 100644
--- a/app/code/Magento/Store/composer.json
+++ b/app/code/Magento/Store/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Tax/composer.json b/app/code/Magento/Tax/composer.json
index e753625584f7094216e463c82f32dda179b2b2f1..e489d222c422f778884ea7fef31696170914bb6f 100644
--- a/app/code/Magento/Tax/composer.json
+++ b/app/code/Magento/Tax/composer.json
@@ -3,24 +3,24 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-reports": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-reports": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/TaxImportExport/composer.json b/app/code/Magento/TaxImportExport/composer.json
index 2e74141e75e0e04fb5e947ee688f5b2c6b441166..f595b523a91df6f084c06a6091dd59c171291d06 100644
--- a/app/code/Magento/TaxImportExport/composer.json
+++ b/app/code/Magento/TaxImportExport/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Theme/composer.json b/app/code/Magento/Theme/composer.json
index aa41ea715b93dcf9a2e31f2713c783efca8b01d1..190bb4784f5b2e93b53e11fcf83b38fe0d77cc1b 100644
--- a/app/code/Magento/Theme/composer.json
+++ b/app/code/Magento/Theme/composer.json
@@ -3,23 +3,23 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-widget": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/module-media-storage": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-require-js": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-widget": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/module-media-storage": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-require-js": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-translation": "0.74.0-beta16"
+        "magento/module-translation": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Translation/composer.json b/app/code/Magento/Translation/composer.json
index 65baca49b0bc946a11f494d39df100091e27cb81..7f7139aec1ea0e683535acd4e7d9b5313b30635d 100644
--- a/app/code/Magento/Translation/composer.json
+++ b/app/code/Magento/Translation/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-developer": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-developer": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Ui/composer.json b/app/code/Magento/Ui/composer.json
index 98382e494a4d1df48b1934ff22f0a40fe82262c4..62ba5ea0366a50155c28e5a54564a5a3243f8db0 100644
--- a/app/code/Magento/Ui/composer.json
+++ b/app/code/Magento/Ui/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Ups/composer.json b/app/code/Magento/Ups/composer.json
index d05619c6b251b87270a88655edea992e0f9ee281..71d12c93ccdaa61d79ec6d404043eed6ad0391e1 100644
--- a/app/code/Magento/Ups/composer.json
+++ b/app/code/Magento/Ups/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/UrlRewrite/composer.json b/app/code/Magento/UrlRewrite/composer.json
index 06a986be5d8ce9ca3908216bb409c559958c4aa2..1a11611664b550c3ab2eafe52ed564e8f0f32fc2 100644
--- a/app/code/Magento/UrlRewrite/composer.json
+++ b/app/code/Magento/UrlRewrite/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog-url-rewrite": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-cms-url-rewrite": "0.74.0-beta16",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog-url-rewrite": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-cms-url-rewrite": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/User/composer.json b/app/code/Magento/User/composer.json
index 4fad2594c6301c859f8c0f1b6f97d5e8e9601e4f..e8747da783c0fbe9e45b93e38219f7c5d567b11e 100644
--- a/app/code/Magento/User/composer.json
+++ b/app/code/Magento/User/composer.json
@@ -3,15 +3,15 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-integration": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-integration": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Usps/composer.json b/app/code/Magento/Usps/composer.json
index 5d2391f90f7364c4297a227c5853ed0088621dbb..2f9937af48460acce2f3ea874e53e67225057b7f 100644
--- a/app/code/Magento/Usps/composer.json
+++ b/app/code/Magento/Usps/composer.json
@@ -3,20 +3,20 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-shipping": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-config": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-shipping": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-config": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "lib-libxml": "*",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Variable/composer.json b/app/code/Magento/Variable/composer.json
index 35eeb243c77dd27792316ad2afccc60e4d46ac41..9fb62e545a03d4aafb6c63e889fa5a1a09cf739d 100644
--- a/app/code/Magento/Variable/composer.json
+++ b/app/code/Magento/Variable/composer.json
@@ -3,14 +3,14 @@
     "description": "N/A",
     "require": {
         "php": "~5.4.11|~5.5.0|~5.6.0",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-email": "0.74.0-beta16",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-email": "1.0.0-beta",
+        "magento/module-store": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Version/composer.json b/app/code/Magento/Version/composer.json
index e62a614e578a8ce2333697abb9d21c5bef3f9d8e..95b000a7e104820262da0a8136e101cd4a7bdbd3 100644
--- a/app/code/Magento/Version/composer.json
+++ b/app/code/Magento/Version/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Webapi/composer.json b/app/code/Magento/Webapi/composer.json
index 1689cc230c470f6e5c1198a9001c5d640a6482b9..cf305ffde145c4302f45003d60c85bd6f81ea726 100644
--- a/app/code/Magento/Webapi/composer.json
+++ b/app/code/Magento/Webapi/composer.json
@@ -3,18 +3,18 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-authorization": "0.74.0-beta16",
-        "magento/module-integration": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-authorization": "1.0.0-beta",
+        "magento/module-integration": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-user": "0.74.0-beta16"
+        "magento/module-user": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Weee/composer.json b/app/code/Magento/Weee/composer.json
index 2b7f368b289c9fd227266344b3610225eb841728..5f1d1e6be9a6624903437bc3d46f937f31909788 100644
--- a/app/code/Magento/Weee/composer.json
+++ b/app/code/Magento/Weee/composer.json
@@ -3,22 +3,22 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-tax": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-directory": "0.74.0-beta16",
-        "magento/module-eav": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-page-cache": "0.74.0-beta16",
-        "magento/module-quote": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-tax": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-directory": "1.0.0-beta",
+        "magento/module-eav": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-page-cache": "1.0.0-beta",
+        "magento/module-quote": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Widget/composer.json b/app/code/Magento/Widget/composer.json
index 4b7dfcada8ba59a3a9ca77940517e505103884c7..b9f1a8a84d90b7c1155e5653d9cd617d1e6fc95c 100644
--- a/app/code/Magento/Widget/composer.json
+++ b/app/code/Magento/Widget/composer.json
@@ -3,17 +3,17 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-cms": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-variable": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-cms": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-variable": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/code/Magento/Wishlist/composer.json b/app/code/Magento/Wishlist/composer.json
index 57205549c701e0fe11b7ce555223a2718a4534ab..c08379ada6299eed43cafa2a40c168265e21f06a 100644
--- a/app/code/Magento/Wishlist/composer.json
+++ b/app/code/Magento/Wishlist/composer.json
@@ -3,28 +3,28 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/module-store": "0.74.0-beta16",
-        "magento/module-customer": "0.74.0-beta16",
-        "magento/module-catalog": "0.74.0-beta16",
-        "magento/module-checkout": "0.74.0-beta16",
-        "magento/module-theme": "0.74.0-beta16",
-        "magento/module-catalog-inventory": "0.74.0-beta16",
-        "magento/module-rss": "0.74.0-beta16",
-        "magento/module-backend": "0.74.0-beta16",
-        "magento/module-sales": "0.74.0-beta16",
-        "magento/module-grouped-product": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
-        "magento/module-ui": "0.74.0-beta16",
+        "magento/module-store": "1.0.0-beta",
+        "magento/module-customer": "1.0.0-beta",
+        "magento/module-catalog": "1.0.0-beta",
+        "magento/module-checkout": "1.0.0-beta",
+        "magento/module-theme": "1.0.0-beta",
+        "magento/module-catalog-inventory": "1.0.0-beta",
+        "magento/module-rss": "1.0.0-beta",
+        "magento/module-backend": "1.0.0-beta",
+        "magento/module-sales": "1.0.0-beta",
+        "magento/module-grouped-product": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
+        "magento/module-ui": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "suggest": {
-        "magento/module-configurable-product": "0.74.0-beta16",
-        "magento/module-downloadable": "0.74.0-beta16",
-        "magento/module-bundle": "0.74.0-beta16",
-        "magento/module-cookie": "0.74.0-beta16"
+        "magento/module-configurable-product": "1.0.0-beta",
+        "magento/module-downloadable": "1.0.0-beta",
+        "magento/module-bundle": "1.0.0-beta",
+        "magento/module-cookie": "1.0.0-beta"
     },
     "type": "magento2-module",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/design/adminhtml/Magento/backend/composer.json b/app/design/adminhtml/Magento/backend/composer.json
index b8985f562c36852f86c5843993eed7b5ddec1db9..4dc2980d7de5ccaffd53e020aede096e332b47cd 100644
--- a/app/design/adminhtml/Magento/backend/composer.json
+++ b/app/design/adminhtml/Magento/backend/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-theme",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/design/frontend/Magento/blank/composer.json b/app/design/frontend/Magento/blank/composer.json
index 8bc6464eb1f89c839d4feb9e5a8dc4c26dc3948c..9b13538cb2f1c78459c9b5b551ea99deb8e5686e 100644
--- a/app/design/frontend/Magento/blank/composer.json
+++ b/app/design/frontend/Magento/blank/composer.json
@@ -3,11 +3,11 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-theme",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/design/frontend/Magento/luma/composer.json b/app/design/frontend/Magento/luma/composer.json
index 252e66ce668f1704d69f458d6ff01b226bcb087a..7ca7ad8018b418f1106e84eed98447dcf4e5c47a 100644
--- a/app/design/frontend/Magento/luma/composer.json
+++ b/app/design/frontend/Magento/luma/composer.json
@@ -3,12 +3,12 @@
     "description": "N/A",
     "require": {
         "php": "~5.5.0|~5.6.0",
-        "magento/theme-frontend-blank": "0.74.0-beta16",
-        "magento/framework": "0.74.0-beta16",
+        "magento/theme-frontend-blank": "1.0.0-beta",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-theme",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/app/i18n/magento/de_de/composer.json b/app/i18n/magento/de_de/composer.json
index ddcd6677a735a86506cd2f44b1b13ee3ccdf8403..fb11b26155287e77d38800d492646de55bc94ba1 100644
--- a/app/i18n/magento/de_de/composer.json
+++ b/app/i18n/magento/de_de/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-de_de",
     "description": "German (Germany) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/en_us/composer.json b/app/i18n/magento/en_us/composer.json
index 5da1c321c8728e7904fefa5ad29468ee5b2048c8..5fc4bb057cefafd05c7b6e399070a7e35b3107b4 100644
--- a/app/i18n/magento/en_us/composer.json
+++ b/app/i18n/magento/en_us/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-en_us",
     "description": "English (United States) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/es_es/composer.json b/app/i18n/magento/es_es/composer.json
index 78df3dbb1c6d62eaa26b298ad9ecf7c5228374bb..d1ecd9fe949442601d45e708866b4256dee66365 100644
--- a/app/i18n/magento/es_es/composer.json
+++ b/app/i18n/magento/es_es/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-es_es",
     "description": "Spanish (Spain) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/fr_fr/composer.json b/app/i18n/magento/fr_fr/composer.json
index b579702c1be6faf9b5c2ca7325c1768fab44dd05..86de0ef28f9694a355e794418eb10fdbf57c9462 100644
--- a/app/i18n/magento/fr_fr/composer.json
+++ b/app/i18n/magento/fr_fr/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-fr_fr",
     "description": "French (France) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/nl_nl/composer.json b/app/i18n/magento/nl_nl/composer.json
index dba758d54400a63e85835e8bb8a1b2a218248fbd..36de3d71115f81f0fdc54c749de513659db331af 100644
--- a/app/i18n/magento/nl_nl/composer.json
+++ b/app/i18n/magento/nl_nl/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-nl_nl",
     "description": "Dutch (Netherlands) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/pt_br/composer.json b/app/i18n/magento/pt_br/composer.json
index c508f95ad52280b93ba020712027e1de102761b4..a59956dcba3dd27fa761024cafb89f61fcceef1b 100644
--- a/app/i18n/magento/pt_br/composer.json
+++ b/app/i18n/magento/pt_br/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-pt_br",
     "description": "Portuguese (Brazil) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/app/i18n/magento/zh_cn/composer.json b/app/i18n/magento/zh_cn/composer.json
index ec00e075c3345ca3619e19c5dd964891d7bba9ee..7e22bcbc34802a4ad26ea031ea707d3c54860808 100644
--- a/app/i18n/magento/zh_cn/composer.json
+++ b/app/i18n/magento/zh_cn/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "magento/language-zh_cn",
     "description": "Chinese (China) language",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
     ],
     "require": {
-        "magento/framework": "0.74.0-beta16",
+        "magento/framework": "1.0.0-beta",
         "magento/magento-composer-installer": "*"
     },
     "type": "magento2-language",
diff --git a/composer.json b/composer.json
index 8afd3435711279ee16aac525f09c27bcd7fdb32e..9eff8646450fe35f37fc77f83307cbebacce0735 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
     "name": "magento/magento2ce",
     "description": "Magento 2 (Community Edition)",
     "type": "project",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"
diff --git a/composer.lock b/composer.lock
index 9c83a0be9969e96720f10cef58a810064d6b50e9..6d7079b10b510dc8a6697eb73ae0b9b18763c522 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "99ab3d808db3ee0983d212a29aef66c6",
+    "hash": "0733b31fd4446d168d6c1efc76f0c295",
     "packages": [
         {
             "name": "braintree/braintree_php",
diff --git a/lib/internal/Magento/Framework/AppInterface.php b/lib/internal/Magento/Framework/AppInterface.php
index 35cd5f392677c1ef0d607a099bc8de66c44f760e..1f676d74424ce7535b173aff57a0221486085ea3 100644
--- a/lib/internal/Magento/Framework/AppInterface.php
+++ b/lib/internal/Magento/Framework/AppInterface.php
@@ -17,7 +17,7 @@ interface AppInterface
     /**
      * Magento version
      */
-    const VERSION = '0.74.0-beta16';
+    const VERSION = '1.0.0-beta';
 
     /**
      * Launch application
diff --git a/lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php b/lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php
index cb647d4bd9666bae213f803742b5f38c7442ba73..837baa773bda2fa70f9dec1fdbfc6d5fc8f22ece 100644
--- a/lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php
+++ b/lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php
@@ -79,14 +79,14 @@ class TransportBuilder
 
     /**
      * @param FactoryInterface $templateFactory
-     * @param Message $message
+     * @param MessageInterface $message
      * @param SenderResolverInterface $senderResolver
      * @param ObjectManagerInterface $objectManager
      * @param TransportInterfaceFactory $mailTransportFactory
      */
     public function __construct(
         FactoryInterface $templateFactory,
-        Message $message,
+        MessageInterface $message,
         SenderResolverInterface $senderResolver,
         ObjectManagerInterface $objectManager,
         TransportInterfaceFactory $mailTransportFactory
diff --git a/lib/internal/Magento/Framework/composer.json b/lib/internal/Magento/Framework/composer.json
index 6412999b94dc9ed2538de94fc2324fa73895b814..3e53036c76f0337f492999547c23e21002058b97 100644
--- a/lib/internal/Magento/Framework/composer.json
+++ b/lib/internal/Magento/Framework/composer.json
@@ -2,7 +2,7 @@
     "name": "magento/framework",
     "description": "N/A",
     "type": "magento2-library",
-    "version": "0.74.0-beta16",
+    "version": "1.0.0-beta",
     "license": [
         "OSL-3.0",
         "AFL-3.0"