Skip to content

Commit 54e1b67

Browse files
committed
Prep for release.
1 parent 6a74de2 commit 54e1b67

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle

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

125125
tasks.withType(JavaCompile).configureEach {
126126
options.fork = true

docs/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Version 3.49.1 (March 3, 2025)
22
------------------------------
33

4-
**User-visible changes:**
4+
**Closed issues:**
55

6-
**Implementation details:**
6+
#6970, #6974.
77

8-
**Closed issues:**
98

109
Version 3.49.0 (February 3, 2025)
1110
--------------------------------

0 commit comments

Comments
 (0)