Skip to content

Commit 1de240e

Browse files
authored
PAT-4885: Provide custom URL for nexus plugin (#54)
* use maven url var * update version * build test * Revert "build test" This reverts commit acbea5f. * build test
1 parent 15a596e commit 1de240e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.3] - 2025-07-29
9+
10+
### Changed
11+
* Updated nexus plugin to read url from env variable.
12+
813
## [2.1.2] - 2025-07-09
914

1015
### Changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ group = "com.transferwise.common"
4040
nexusPublishing {
4141
repositories {
4242
sonatype {
43+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2"))
4344
username = System.getenv("SONATYPE_USER")
4445
password = System.getenv("SONATYPE_PASSWORD")
4546
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.1.2
1+
version=2.1.3

0 commit comments

Comments
 (0)