Skip to content

Commit

Permalink
Merge pull request #6790 from akeneo/prepare-20-release
Browse files Browse the repository at this point in the history
Prepare 2.0 release
  • Loading branch information
nidup authored Sep 23, 2017
2 parents c11f1f2 + 1cc9c73 commit 6e2bb9e
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Akeneo PIM Application
Welcome to Akeneo PIM Product.

This repository is used to develop the Akeneo PIM product.
Practically, it means the Akeneo PIM bundles are present in the src/ directory.
Practically, it means the Akeneo PIM core source code is present in the src/ directory.

**If you want to create a new PIM project based on Akeneo PIM, please use http://www.github.com/akeneo/pim-community-standard**

Expand Down
2 changes: 1 addition & 1 deletion UPGRADE-1.8.md → UPGRADE-2.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UPGRADE FROM 1.7 to 1.8
# UPGRADE FROM 1.7 to 2.0

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
}
},
"branch-alias": {
"dev-master": "1.8.x-dev",
"dev-master": "2.0.x-dev",
"dev-1.7": "1.7.x-dev",
"dev-1.6": "1.6.x-dev",
"dev-1.5": "1.5.x-dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pim-community-dev",
"version": "1.8.0",
"version": "2.0.0",
"description": "Akeneo PIM Application",
"homepage": "http://www.akeneo.com",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/Pim/Bundle/CatalogBundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
class Version
{
/** @staticvar string */
const VERSION = '1.7.8';
const VERSION = '2.0.0-alpha1';

/** @staticvar string */
const VERSION_CODENAME = 'The Old Grey Hare';
const VERSION_CODENAME = '';

/** @staticvar string */
const EDITION = 'CE';
Expand Down

0 comments on commit 6e2bb9e

Please sign in to comment.