You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Wendy Smoak <ws...@gmail.com> on 2008/01/07 03:47:17 UTC

Re: svn commit: r609485 - /maven/archiva/trunk/pom.xml

JPOX 1.1.9 is not in the central repo, so this change breaks the build.

http://repo1.maven.org/maven2/jpox/jpox/

-- 
Wendy

On Jan 6, 2008 7:23 PM,  <oc...@apache.org> wrote:
> Author: oching
> Date: Sun Jan  6 18:23:11 2008
> New Revision: 609485
>
> URL: http://svn.apache.org/viewvc?rev=609485&view=rev
> Log:
> [MRM-630]
> -upgraded jpox from 1.1.7 to 1.1.9
>
> Modified:
>     maven/archiva/trunk/pom.xml
>
> Modified: maven/archiva/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=609485&r1=609484&r2=609485&view=diff
> ==============================================================================
> --- maven/archiva/trunk/pom.xml (original)
> +++ maven/archiva/trunk/pom.xml Sun Jan  6 18:23:11 2008
> @@ -368,7 +368,7 @@
>        <dependency>
>          <groupId>jpox</groupId>
>          <artifactId>jpox</artifactId>
> -        <version>1.1.7</version>
> +        <version>1.1.9</version>
>          <exclusions>
>            <exclusion>
>              <groupId>javax.transaction</groupId>
>
>
>

Re: svn commit: r609485 - /maven/archiva/trunk/pom.xml

Posted by Maria Odea Ching <oc...@exist.com>.
Thanks for the catch Wendy :)
I've already added the jpox repo in the pom to be used for now.

Thanks,
Deng

Wendy Smoak wrote:
> JPOX 1.1.9 is not in the central repo, so this change breaks the build.
>
> http://repo1.maven.org/maven2/jpox/jpox/
>
>