Hey All, Maybe, I'm missing something completely obvious, but why am I getting the following baseline error when I attempt to build the Sling reactor? I've made a couple uncommitted changes there and have updated the snapshot version to 1.4.0-SNAPSHOT, but it still is bombing out the build. Any ideas?
--------- Log snippet ------------ [INFO] --- maven-bundle-plugin:3.2.0:baseline (baseline) @ org.apache.sling.commons.classloader --- [INFO] Baseline Report - Generated by Apache Felix Maven Bundle Plugin on 2016-09-30T09:17Z based on Bnd - see http://www.aqute.biz/Bnd/Bnd [INFO] Comparing bundle org.apache.sling.commons.classloader version 1.4.0-SNAPSHOT to version 1.3.2 [INFO] [INFO] PACKAGE_NAME DELTA CUR_VER BASE_VER REC_VER WARNINGS [INFO] = ================================================== ========== ========== ========== ========== ========== [INFO] * org.apache.sling.commons.classloader minor 1.3.1 1.3.0 1.4.0 Version increase required [INFO] + interface org.apache.sling.commons.classloader.ClassLoaderCacheConsumer [INFO] + access abstract [INFO] + method handleCacheClear(java.lang.String) [INFO] + access abstract [INFO] ~ interface org.apache.sling.commons.classloader.ClassLoaderWriter [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] ~ interface org.apache.sling.commons.classloader.DynamicClassLoader [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] ~ interface org.apache.sling.commons.classloader.DynamicClassLoaderManager [INFO] + annotated org.osgi.annotation.versioning.ProviderType [INFO] ~ interface org.apache.sling.commons.classloader.DynamicClassLoaderProvider [INFO] + annotated org.osgi.annotation.versioning.ConsumerType [INFO] - version 1.3.0 [INFO] + version 1.3.1 [INFO] ----------------------------------------------------------------------------------------------------------- [ERROR] org.apache.sling.commons.classloader: Version increase required; detected 1.3.1, suggested 1.4.0 [INFO] Baseline analysis complete, 1 error(s), 0 warning(s)
