Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-182

camel-archetype-activemq has wrong versions for activemq and xbean

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.6.1.1-fuse, 2.2.0-fuse-01-00
    • 1.6.1.0-fuse
    • None
    • None

      The versions for activemq and xbean are changed by mistake to camel version. For example, the pom.xml generated with

      mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-activemq -DarchetypeVersion=1.6.1.0-fuse -DgroupId=myGroupId -DartifactId=myArtifactId -DarchetypeRepository=http://repo.fusesource.com/maven2/

      will have

          <activemq-version>1.6.1.0-fuse</activemq-version>
          <xbean-spring-version>1.6.1.0-fuse</xbean-spring-version>
      

      instead of something like

          <activemq-version>5.3.0.2-fuse</activemq-version>
          <xbean-spring-version>3.4</xbean-spring-version>
      

      Apache version is fine.

            janstey@redhat.com Jonathan Anstey
            dejanbosanac Dejan Bosanac
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: