AEM Wknd Project Added A Component and Getting exception : An error occurred while calculating the baseline: The baselining plugin detected versioning errors -> [Help 1]
I was trying to add a component from the code side.
Steps to reproduce:
1) Clone the repository of wknd project https://github.com/adobe/aem-guides-wknd.git
2) checkout to main branch
3) Copy the helloworld component folder from ui.apps folder and paste and rename the new component to myhelloword
4)Change the cq:dialog appropraitely
5)change the html and .content.xml appropriately
6) Add MyHelloWorld.java in the core folder and by copy pasting the HelloWorld.java
7) Link the MyHelloWorld.java to the myhelloworld.html component as done in helloworld.html
😎 Build using mvn clean install -PautoInstallSinglePackage
I changed the package.info in the model package as follows
@org.osgi.annotation.versioning.Version("3.3.0")
package com.adobe.aem.guides.wknd.core.models;
But still getting the error. Could yoy please advice what to do to fix it?
Getting error as [ERROR] The bundle version change (3.2.0 to 3.2.1) is too low, the new version must be at least 3.3.0
[INFO] ------------------------------------------------------------------------