Skip to content

Commit 6569ef7

Browse files
committed
Prep for release.
1 parent 536c2ce commit 6569ef7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ allprojects { currentProj ->
123123
// * any new checkers have been added, or
124124
// * backward-incompatible changes have been made to APIs or elsewhere.
125125
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
126-
version = '3.49.2-SNAPSHOT'
126+
version = '3.49.2'
127127

128128
tasks.withType(JavaCompile).configureEach {
129129
options.fork = true

docs/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
Version 3.49.2 (April 1, 2025)
22
------------------------------
33

4-
**User-visible changes:**
5-
6-
**Implementation details:**
7-
84
**Closed issues:**
95

6+
#6747, #6755, #6789, #6891, #6963, #6996, #7001, #7008, #7014.
7+
108

119
Version 3.49.1 (March 3, 2025)
1210
------------------------------

0 commit comments

Comments
 (0)