dev@glassfish.java.net

please approve pom.xml changes

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Tue, 08 Sep 2009 21:35:05 -0700

This is to:
(a) rev to a new version of management-api (gmbal~gf_common)
(b) remove/add dependency on glassfish-api in two amx modules

Lloyd

llcMule:code llc$ svn diff pom.xml common/amx-core/pom.xml common/amx-
ext-impl/pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 31203)
+++ pom.xml (working copy)
@@ -152,7 +152,7 @@
          <jbi.version>1.0</jbi.version>
          <wsdl4j.version>1.6.2</wsdl4j.version>
          <gmbal.version>3.0.0-b012</gmbal.version>
- <glassfish-management-api.version>3.0.0-b005</glassfish-
management-api.version>
+ <glassfish-management-api.version>3.0.0-b006</glassfish-
management-api.version>
          <mimepull.version>1.4</mimepull.version>
      </properties>

Index: common/amx-core/pom.xml
===================================================================
--- common/amx-core/pom.xml (revision 31203)
+++ common/amx-core/pom.xml (working copy)
@@ -64,11 +64,18 @@
          </developers>

          <dependencies>
+ <!--
                  <dependency>
                          <groupId>org.glassfish.common</groupId>
                          <artifactId>glassfish-api</artifactId>
                          <version>${project.version}</version>
                  </dependency>
+ -->
          
+ <dependency>
+ <groupId>org.glassfish.external</groupId>
+ <artifactId>management-api</artifactId>
+ </dependency>
+
          </dependencies>
  </project>
Index: common/amx-ext-impl/pom.xml
===================================================================
--- common/amx-ext-impl/pom.xml (revision 31203)
+++ common/amx-ext-impl/pom.xml (working copy)
@@ -72,6 +72,12 @@
                  
                  <dependency>
                          <groupId>org.glassfish.common</groupId>
+ <artifactId>glassfish-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.glassfish.common</groupId>
                          <artifactId>amx-core-impl</artifactId>
                          <version>${project.version}</version>
                  </dependency>
llcMule:code llc$



Lloyd Chambers
lloyd.chambers_at_sun.com
GlassFish Team