dev@glassfish.java.net

Re: [glassfish~svn:47603] parent pom should be non-SNAPSHOT or define with relativePath.

From: Justin Lee <justin.d.lee_at_oracle.com>
Date: Tue, 21 Jun 2011 17:19:55 -0400

Since this code is intended to be run mostly against the trunk code,
using -SNAPSHOT makes perfect sense. Nothing in this tree gets deployed
to any public repos. The ultimate plan is to use maven to able to pull
in deps for these devtests and relying on the prior major release to
test current development is useless. IMO, this change should be rolled
back.

On 6/21/11 5:06 PM, janey_at_java.net wrote:
> Project: glassfish
> Repository: svn
> Revision: 47603
> Author: janey
> Date: 2011-06-21 21:06:50 UTC
> Link:
>
> Log Message:
> ------------
> parent pom should be non-SNAPSHOT or define with relativePath.
>
>
>
>
> Revisions:
> ----------
> 47603
>
>
> Modified Paths:
> ---------------
> trunk/v2/appserv-tests/util/reportbuilder/pom.xml
>
>
> Diffs:
> ------
> Index: trunk/v2/appserv-tests/util/reportbuilder/pom.xml
> ===================================================================
> --- trunk/v2/appserv-tests/util/reportbuilder/pom.xml (revision 47602)
> +++ trunk/v2/appserv-tests/util/reportbuilder/pom.xml (revision 47603)
> @@ -46,7 +46,7 @@
> <parent>
> <groupId>org.glassfish</groupId>
> <artifactId>glassfish-parent</artifactId>
> -<version>3.1-SNAPSHOT</version>
> +<version>3.1</version>
> </parent>
> <modelVersion>4.0.0</modelVersion>
> <groupId>org.glassfish.devtests</groupId>
>
>
>