dev@glassfish.java.net

Re: please approve pom.xml changes [resend]

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Thu, 10 Sep 2009 10:46:26 -0700

Looks fine. Thanks!

Lloyd Chambers wrote:
> Haven't heard back here...
>
>
> On Sep 8, 2009, at 9:35 PM, Lloyd Chambers wrote:
>
> 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 31231)
> +++ 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 31231)
> +++ common/amx-core/pom.xml (working copy)
> @@ -65,10 +65,8 @@
>
> <dependencies>
> <dependency>
> - <groupId>org.glassfish.common</groupId>
> - <artifactId>glassfish-api</artifactId>
> - <version>${project.version}</version>
> + <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 31231)
> +++ 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>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>