Hi,

There is a lot of confusion when we release a new version with major
changes as we only change the MINOR part of the version. This is
because Struts 2.x.x represents Struts 2. Struts 2 should have started
with Struts 2 ver. 1.x.x but that has never happened. I would like to
fix that in Struts 2.6 and start using proper SemVer. So instead of
using Struts 2.6.x I would use Struts 2 ver. 6.x.x, everything is
almost there when you take a look on the pom.xml

```
    <artifactId>struts2-parent</artifactId>
    <version>2.6-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>Struts 2</name>
```

Only <version/> need to be adjusted to "<version>6.0.0-SNAPSHOT</version>".

Any objections?


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to