Ok thanks. That did the trick.

For what it's worth, I had forgotten that the docs say to use the apache-pre-release repository. I wasn't checking there.

https://struts.apache.org/builds.html

<repository>
  <id>apache-pre-release</id>
  <url>https://repository.apache.org/content/repositories/staging/</url>
  <layout>default</layout>
</repository>

Thanks,
Burton

------ Original Message ------
From "Greg Huber" <gregh3...@gmail.com>
To dev@struts.apache.org
Date 12/12/2024 6:45:37 AM
Subject Re: Struts v7.0.0-M10 missing from Maven Central

Version 7 is out for release

<version>7.0.0</version>

Although I can only find them in staging

https://repository.apache.org/content/groups/staging/

On 12/12/2024 12:30, Burton Rhodes wrote:
It appears that 7.0.0-M10 is no longer available in Maven Central. Should I be 
pointing to a different version? The latest versions I see in the repository 
are: 6.7.0 and 7.0.0-M9

<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-core</artifactId>
  <version>7.0.0-M10</version>
</dependency>

Thanks,
Burton


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

Reply via email to