This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git


The following commit(s) were added to refs/heads/main by this push:
     new 7afa132  Post-release 261.19027.1: changelog + bump to 261.19039.1 
(#112)
7afa132 is described below

commit 7afa132e79221e09d5d3be4d135ae57ad1e4b8d7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 06:48:26 2026 +0000

    Post-release 261.19027.1: changelog + bump to 261.19039.1 (#112)
    
    Co-authored-by: GitHub Action <[email protected]>
---
 CHANGELOG.md      | 5 ++++-
 gradle.properties | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99ae7c7..5eaf08d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
 
 ## [Unreleased]
 
+## [261.19027.1] - 2026-07-13
+
 ### Added
 
 - Add Java inspection for Struts action setters and public fields missing 
`@StrutsParameter` when annotation-based parameter binding is required
@@ -136,7 +138,8 @@
 - Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.8.3`
 - Dependencies - upgrade `org.jetbrains.qodana` to `2024.1.9`
 
-[Unreleased]: 
https://github.com/apache/struts-intellij-plugin//compare/v261.19017.1...HEAD
+[Unreleased]: 
https://github.com/apache/struts-intellij-plugin//compare/v261.19027.1...HEAD
+[261.19027.1]: 
https://github.com/apache/struts-intellij-plugin//compare/v261.19017.1...v261.19027.1
 [261.19017.1]: 
https://github.com/apache/struts-intellij-plugin//compare/v252.18978.1...v261.19017.1
 [252.18978.1]: 
https://github.com/apache/struts-intellij-plugin//compare/v2.0.1...v252.18978.1
 [2.0.1]: https://github.com/apache/struts-intellij-plugin//commits/v2.0.1
diff --git a/gradle.properties b/gradle.properties
index 16d3d04..3a016ca 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = com.intellij.struts2
 pluginName = struts2
 pluginRepositoryUrl = https://github.com/apache/struts-intellij-plugin/
 # SemVer format -> https://semver.org
-pluginVersion = 261.19027.1
+pluginVersion = 261.19039.1
 
 # Supported build number ranges and IntelliJ Platform versions -> 
https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
 pluginSinceBuild = 261

Reply via email to