-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
False
-
False
-
0
The productized Camel builds coming out of PNC don't seem to have the version properties in camel-parent/pom.xml in sync with camel-dependencies/pom.xml.
There's a Maven plugin that should do the alignment:
https://github.com/jboss-fuse/camel/blob/camel-3.11.1-branch/catalog/camel-catalog/pom.xml#L164-L181
To see this, compare the snakeyaml-version property.
camel-parent
curl -L http://indy.psi.redhat.com/api/content/maven/hosted/pnc-builds/org/apache/camel/camel-parent/3.11.1.fuse-800012-redhat-00001/camel-parent-3.11.1.fuse-800012-redhat-00001.pom -s | grep "<snakeyaml-version>"
<snakeyaml-version>1.29.0.redhat-00001</snakeyaml-version>
camel-dependencies
curl -L http://indy.psi.redhat.com/api/content/maven/hosted/pnc-builds/org/apache/camel/camel-dependencies/3.11.1.fuse-800012-redhat-00001/camel-dependencies-3.11.1.fuse-800012-redhat-00001.pom -s | grep "<snakeyaml-version>"
<snakeyaml-version>1.29</snakeyaml-version>
camel-dependencies is the parent POM for camel-quarkus. So this likely explains why some versions are not aligned properly between the two projects.
- is duplicated by
-
CEQ-1667 CQ build 2.2.0.fuse-800016-redhat-00001 contains reference on non-productized camel-dependencies
- Closed
1.
|
Documentation | Closed | Unassigned | ||
2.
|
Productization | Closed | Unassigned | ||
3.
|
Review Test | Closed | Unassigned | ||
4.
|
Development | Closed | Unassigned |