Re: STRUTS_EXAMPLES_1_1_0
Greg Huber <[email protected]> Mon, 3 Mar 2025 11:55:04 +0000
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
OK thanks, https://struts.apache.org/ links at the top seem broken? Could not find the releases page? btw for STRUTS_EXAMPLES_1_1_0 in the pom should it be java 17? <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <struts2.version>6.3.0.2</struts2.version> <log4j2.version>2.23.1</log4j2.version> <jetty-plugin.version>9.4.46.v20220331</jetty-plugin.version> <maven.javadoc.skip>true</maven.javadoc.skip> <jackson.version>2.14.1</jackson.version> <jackson-data-bind.version>2.14.1</jackson-data-bind.version> </properties> On 03/03/2025 09:46, Lukasz Lenart wrote: > pt., 28 lut 2025 o 12:28 Greg Huber<[email protected]> napisał(a): >> |https://github.com/apache/struts-examples/tree/STRUTS_EXAMPLES_1_1_0 >> >> Thanks, missed it, and its not oblivious using the branch name. Maybe a >> note somewhere on the landing page? > I created a Github Release out of the tag and added a note to the > README, would that work? > https://github.com/apache/struts-examples/pull/424 > > > Cheers > Łukasz > > --------------------------------------------------------------------- > To unsubscribe, e-mail:[email protected] > For additional commands, e-mail:[email protected] >