I've added the snapshot repository to my pom.xml, but I'm still unable to get the 2.1.8 snapshot 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?
There is a specific bug fix in 2.1.8 that I'd like to be able to take advantage of. Thanks, Dave Here's what I've added to my pom.xml: <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-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org