Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: replaced 2.1.2 with 2.1.6

...

Code Block
<repositories>
    <repository>
      <id>struts2.1.2<id>struts-staging</id>
      <name>Struts 2.1.26 staging repository</name>
      <layout>default</layout>
      <url>http://people.apache.org/builds/struts/2.1.26/m2-staging-repository/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>

Non-Maven users can can download the jars and dependencies in a Distribution 2.1.26

Note

DELETE OLD VERSIONS NOW: It's essential that old versions of the jars are removed from your project as well as the deployment directories. Don't trust your IDE to delete unused versions.
eg. Your application is now be dependent on xwork-2.1.x, not xwork-2.0.x. Ensure xwork-2.0.x is completely removed or you will encounter compile-time and run-time exceptions.

...