Page 1 of 1

Which version do I have ?

Posted: Sun Jun 30, 2013 5:09 am
by waxapps
Hello,
I'd like to migrate to 3.0. How can I know which version I am using ?

Re: Which version do I have ?

Posted: Sun Jun 30, 2013 7:34 pm
by jfridye
You can know by looking at pom.xml in the root of your top-level project. The version will be specified in the <version></version> tag. Here is an example of some of the first few lines of the root pom.xml on GitHub:

Code: Select all

    <groupId>org.broadleafcommerce</groupId>
    <artifactId>broadleaf</artifactId>
    <packaging>pom</packaging>
    <name>BroadleafCommerce</name>
    <version>3.0.0-GA</version>

Re: Which version do I have ?

Posted: Mon Jul 01, 2013 12:15 am
by waxapps
Thanks,

Mine seems to be 1.0 !!
<groupId>com.waxapps.ecigland</groupId>
<artifactId>ecommerce-website</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<name>ecommerce</name>
<url>http://www.blc-archetype.com</url>

Is it possible ?

Re: Which version do I have ?

Posted: Mon Jul 01, 2013 1:09 am
by phillipuniverse
That is the version of your application. Open your root pom.xml and look for one of the actual Broadleaf dependencies like broadleaf-framework or broadleaf-framework-web. What version is it listed as?

Re: Which version do I have ?

Posted: Mon Jul 01, 2013 1:30 am
by waxapps
ok I have 2.20 ! Thanks !

Where wan I see 3.0 new features ? To decide if I migrate or not...

Also, do you have information about a possible marketplace multi-vendor plugin ?