I downloaded the wknd tutorial for git. This compiles and installs ok (once pom is edited to fix the M1 node version issue).
Following this tutorial, I created a new component:
However, when I try to build, I get
[ERROR] Failed to execute goal biz.aQute.bnd:bnd-baseline-maven-plugin:5.1.2:baseline (baseline) on project aem-guides-wknd.core: An error occurred while calculating the baseline: The baselining plugin detected versioning errors -> [Help 1]
I also notice:
[ERROR] Baseline mismatch for package com.adobe.aem.guides.wknd.core.models, MINOR change. Current is 2.0.0, repo is 2.0.0, suggest 2.1.0 or -
Any idea how to fix? how do I bump this version number? It doesn't seem to be defined in the core pom.xml nor the root pom.xml
Solved! Go to Solution.
Views
Replies
Total Likes
Ok, from the error message, I did a full text search on the contents of the entire source for "2.0.0", and found that core/src/main/java/come/adobe/aem/guides/wknd/core/models/package-info.java contains
@version("2.0.0")
I increased this to 2.1.0.
Now it builds without error
Ok, from the error message, I did a full text search on the contents of the entire source for "2.0.0", and found that core/src/main/java/come/adobe/aem/guides/wknd/core/models/package-info.java contains
@version("2.0.0")
I increased this to 2.1.0.
Now it builds without error
my version is 2.1.0 ,but its also report issue
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies