Apache Struts 2 Documentation > Home > Guides > Migration Guide > Version Notes 2.1.8.1

These are the notes for the Struts 2.1.8.1 distribution.

For prior notes in this release series, see Version Notes 2.1.8

  • If you are a Maven user, you might want to get started using the Maven Archetype.
  • Another quick-start entry point is the blank application. Rename and deploy the WAR as a starting point for your own development.
Maven Dependency
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-core</artifactId>
  <version>2.1.8.1</version>
</dependency>
Snapshot Repository
<repositories>
  <repository>
    <id>apache.snapshots</id>
    <name>ASF Maven 2 Snapshot</name>
    <url>http://people.apache.org/builds/struts/2.1.8.1/m2-staging-repository/</url>
  </repository>
</repositories>

Internal Changes

  • Updated assembly building process to create windows-friendly filenames and to retrieve all documentation

Issue Detail

Issue List

Other resources