craftercms / craftercms

Parent project for Crafter CMS. Issue tracking across all repositories and global builds.
GNU General Public License v3.0
282 stars 98 forks source link

Upgrade FreeMarker to final #6730

Open sumerjabri opened 2 weeks ago

sumerjabri commented 2 weeks ago

Latest version

Duplicates

Is your enhancement request related to a problem? Please describe.

Currently we're on FreeMarker snapshot:

FreeMarker SNAPSHOT has been pushed to Maven https://lists.apache.org/thread/vcw952xpxj3ns5srbz444r6h35dpodd2

<repository>
  <id>apache-snapshot-repository</id>
  <url>https://repository.apache.org/content/repositories/snapshots/</url>
  <releases><enabled>false</enabled></releases>
  <snapshots><enabled>true</enabled></snapshots>
</repository>

Describe the solution you'd like

Upgrade to the final release once it's out.