File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.1.3] - 2025-07-29
9
+
10
+ ### Changed
11
+ * Updated nexus plugin to read url from env variable.
12
+
8
13
## [ 2.1.2] - 2025-07-09
9
14
10
15
### Changed
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ group = "com.transferwise.common"
40
40
nexusPublishing {
41
41
repositories {
42
42
sonatype {
43
+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2" ))
43
44
username = System . getenv(" SONATYPE_USER" )
44
45
password = System . getenv(" SONATYPE_PASSWORD" )
45
46
}
Original file line number Diff line number Diff line change 1
- version =2.1.2
1
+ version =2.1.3
You can’t perform that action at this time.
0 commit comments