You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "David C. Hicks" <dh...@i-hicks.org> on 2009/09/25 00:35:37 UTC

How to get 2.1.8 for Maven build?

I've added the snapshot repository to my pom.xml, but I'm still unable
to get the 2.1.8 release.  I have found a message about 2.1.8 being
available there dated 9/22/09, however.  Is there something else I
should or should not be doing?

Here's what I've added:

        <repository>
            <id>apache.snapshots</id>
            <name>ASF Maven 2 Snapshot</name>
            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
            <releases>
                <updatePolicy>daily</updatePolicy>
            </releases>
            <snapshots>
                <updatePolicy>daily</updatePolicy>
            </snapshots>
        </repository>

and
        <dependencymanagement>
            <dependency>
                <groupId>org.apache.struts</groupId>
                <artifactId>struts2-core</artifactId>
                <version>2.1.8</version>
            </dependency>
            <dependency>
                <groupId>org.apache.struts</groupId>
                <artifactId>struts2-spring-plugin</artifactId>
                <version>2.1.8</version>
            </dependency>
        </dependencymanagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to get 2.1.8 for Maven build?

Posted by "David C. Hicks" <dh...@i-hicks.org>.
That makes sense, Wendy.  Guess I should have thought about it being a
"snapshot" build.
Thanks.


Wendy Smoak wrote:
> On Thu, Sep 24, 2009 at 3:35 PM, David C. Hicks <dh...@i-hicks.org> wrote:
>   
>> I've added the snapshot repository to my pom.xml, but I'm still unable
>> to get the 2.1.8 release. �I have found a message about 2.1.8 being
>> available there dated 9/22/09, however. �Is there something else I
>> should or should not be doing?
>>
>> Here's what I've added:
>>     
> ...
>   
>> � � � � � �<url>http://people.apache.org/repo/m2-snapshot-repository</url>
>>     
> ...
>   
>> � � � � � � � �<version>2.1.8</version>
>>     
>
> A snapshot repository would not contain a released (non-SNAPSHOT) version.
>
> 2.1.8 is not yet in the central repository:
> http://repo2.maven.org/maven2/org/apache/struts/struts2-core/
>
> From what I see on the dev list, it's being voted on, but has not yet
> been officially released.  If you're interested in trying it out
> pre-release, search the dev list archives for the vote thread and
> you'll find the repository url.
>
>   

Re: How to get 2.1.8 for Maven build?

Posted by Wendy Smoak <ws...@gmail.com>.
On Thu, Sep 24, 2009 at 3:35 PM, David C. Hicks <dh...@i-hicks.org> wrote:
> I've added the snapshot repository to my pom.xml, but I'm still unable
> to get the 2.1.8 release.  I have found a message about 2.1.8 being
> available there dated 9/22/09, however.  Is there something else I
> should or should not be doing?
>
> Here's what I've added:
...
>            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
...
>                <version>2.1.8</version>

A snapshot repository would not contain a released (non-SNAPSHOT) version.

2.1.8 is not yet in the central repository:
http://repo2.maven.org/maven2/org/apache/struts/struts2-core/

>From what I see on the dev list, it's being voted on, but has not yet
been officially released.  If you're interested in trying it out
pre-release, search the dev list archives for the vote thread and
you'll find the repository url.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org