Without the typo...

        <repositories>          
                <repository>
                        <id>apache-snapshots</id>
                        
<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/</url>
                </repository>
        </repositories>

________________________________________
De : Guerin Laurent [lgue...@sopragroup.com]
Date d'envoi : dimanche 19 juin 2011 11:32
À : Tapestry users
Objet : RE : Trying out 5.3.0

Hi,

try with this configuration (repository url param) :

         <repository>
                <repository>
                        <id>apache-snapshots</id>
                        
<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/</url>
                </repository>
        </repositories>

        <properties>
                <tapestry-release-version>5.3.0</tapestry-release-version>
        </properties>

Laurent.

________________________________________
De : Angelo C. [angelochen...@gmail.com]
Date d'envoi : dimanche 19 juin 2011 11:02
À : users@tapestry.apache.org
Objet : Trying out 5.3.0

Hi,

I updated a working 5.2.4 project's pom with following changes:
 <repositories>
        <repository>
            <id>apache-snapshots</id>

<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/</url>
        </repository>
    </repositories>

    <properties>
        <tapestry-release-version>5.3.0</tapestry-release-version>
    </properties>
but it does not pull down 5.3.0 jars, instead, it gives this:

Downloading:
https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/org/apache/tapestry/tapestry-core/5.3.0/tapestry-core-5.3.0.pom
[WARNING] The POM for org.apache.tapestry:tapestry-core:jar:5.3.0 is
missing, no dependency information available

hints?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503041.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to