Uploaded image for project: 'Backup'
  1. Backup
  2. MGNLBACKUP-52

Current magnolia-enterprise-bundle-parent not using latest backup module version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Neutral Neutral
    • None
    • 1.1.4
    • None

      Hi,

      The current magnolia-enterprise-bundle-parent has the following set for the magnolia-module-backup and magnolia-tools dependencies:

      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-tools</artifactId>
        <version>1.1.4</version>
        <classifier>bundle</classifier>
        <type>tar.gz</type>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-backup</artifactId>
        <version>1.1.2</version>
        <classifier>bundle</classifier>
        <type>tar.gz</type>
      </dependency>
      

      I believe the version should be updated to the latest release: 1.1.4.

      Additionally, magnolia-module-backup:1.1.4 has the following set for the magnolia-tools dependency:

      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-tools</artifactId>
        <version>1.1.2</version>
      </dependency>
      

      So if one wants to use magnolia-module-backup:1.1.4 with the latest magnolia-tools release, they need to add both to their dependencyManagement section. For example:

      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-tools</artifactId>
        <version>1.1.4</version>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-backup</artifactId>
        <version>1.1.4</version>
      </dependency>
      

      Let me know if you have any questions.

      Cheers,
      Matt

        Acceptance criteria

              Unassigned Unassigned
              mderting Matt Dertinger
              Yun Qian
              Nucleus
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: