Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-17576

camel-dependencies POM properties are not in sync with camel-parent

    XMLWordPrintable

Details

    • False
    • False
    • % %
    • Todo

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              tcunning@redhat.com Thomas Cunningham
              jnethert@redhat.com James Netherton
              Tomas Turek Tomas Turek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: