dev@glassfish.java.net

pom.xml change review for admin/backup

From: Chris Kasso <chris.kasso_at_oracle.com>
Date: Thu, 18 Nov 2010 10:46:04 -0800

The local backup command was recording the wrong GF version in the
backup zip files because it failed to utilize the GlassFishBranding class
when computing the version. Adding it as a dependency:


Index: admin/backup/pom.xml
===================================================================
--- admin/backup/pom.xml (revision 42893)
+++ admin/backup/pom.xml (working copy)
@@ -64,6 +64,11 @@
             <artifactId>common-util</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
+ <dependency>
+ <groupId>org.glassfish.branding</groupId>
+ <artifactId>branding</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
     </dependencies>
        <developers>
                <developer>