The second repository you mentioned is correct. And it surely provides version 
1.4.2: 

http://repo.magnolia-cms.com/m2/info/magnolia/magnolia-module-data/1.4.2/

Is your POM correct? Something like:

        <dependency>
            <groupId>info.magnolia</groupId>
            <artifactId>magnolia-module-data</artifactId>
            <version>1.4.2</version>
        </dependency>

Arjan.

On May 14, 2010, at 10:31 PM, Will Scheidegger wrote:

> 
> Dear Magnolians
> 
> I've got a second question for you - the last today, I promise!
> 
> I'm trying to update a dependency to the magnolia-module-data in one project. 
> Unfortunately I cannot see anything newer than 1.3.3 on the repo. But the 
> data module is at version 1.4.1 or something by now. So I assume I must have 
> some incorrect maven repository settings. 
> 
> In my project they are:
>        <repository>
>            <id>magnolia</id>
>            <url>http://svn.magnolia.info/maven/m2</url>
>            <snapshots>
>                <enabled>false</enabled>
>            </snapshots>
>        </repository>
> 
> but also changing the url to http://repo.magnolia-cms.com/m2 did not help. 
> Are the settings above correct? Or what do I have to do that maven finds the 
> newest data module?
> 
> Thanks!
> -will
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
> 


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to