Skip to content

Commit a9a16f3

Browse files
committed
build: Change repo owner
1 parent e1cea52 commit a9a16f3

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Testcontainers Redis
22
:linkattrs:
3-
:project-owner: redis-developer
3+
:project-owner: redis-field-engineering
44
:project-name: testcontainers-redis
55
:project-group: com.redis
66
:project-version: 2.2.2

build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ config {
66
tags = ['testcontainers', 'redis']
77

88
links {
9-
website = "https://github.com/redis-developer/${project.rootProject.name}"
10-
issueTracker = "https://github.com/redis-developer/${project.rootProject.name}/issues"
11-
scm = "https://github.com/redis-developer/${project.rootProject.name}.git"
9+
website = "https://github.com/redis-field-engineering/${project.rootProject.name}"
10+
issueTracker = "https://github.com/redis-field-engineering/${project.rootProject.name}/issues"
11+
scm = "https://github.com/redis-field-engineering/${project.rootProject.name}.git"
1212
}
1313

1414
scm {
15-
url = "https://github.com/redis-developer/${project.rootProject.name}"
16-
connection = "scm:git:https://github.com/redis-developer/${project.rootProject.name}.git"
17-
developerConnection = "scm:git:[email protected]:redis-developer/${project.rootProject.name}.git"
15+
url = "https://github.com/redis-field-engineering/${project.rootProject.name}"
16+
connection = "scm:git:https://github.com/redis-field-engineering/${project.rootProject.name}.git"
17+
developerConnection = "scm:git:[email protected]:redis-field-engineering/${project.rootProject.name}.git"
1818
}
1919

2020
specification {
@@ -26,6 +26,7 @@ config {
2626
}
2727

2828
people {
29+
clearDomainSet()
2930
person {
3031
id = 'jruaux'
3132
name = 'Julien Ruaux'

jreleaser.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,22 @@ project:
33
description: Testcontainers Redis
44
longDescription: Testcontainers extension for Redis, Redis Modules, and Redis Enterprise
55
links:
6-
homepage: https://github.com/redis-developer/testcontainers-redis
6+
homepage: https://github.com/redis-field-engineering/testcontainers-redis
77
authors:
88
- Julien Ruaux
99
license: Apache-2.0
10-
java:
11-
groupId: com.redis
12-
version: '17'
13-
multiProject: true
10+
languages:
11+
java:
12+
groupId: com.redis
13+
version: '17'
14+
multiProject: true
1415
inceptionYear: '2020'
15-
tags:
16-
- 'redis'
17-
- 'testcontainers'
18-
- 'enterprise'
19-
- 'junit'
20-
- 'test'
21-
- 'docker'
22-
- 'container'
16+
tags: ['redis', 'testcontainers', 'enterprise', 'junit', 'test', 'docker', 'container']
2317

2418
release:
2519
github:
2620
overwrite: true
21+
sign: true
2722
changelog:
2823
formatted: ALWAYS
2924
preset: conventional-commits

0 commit comments

Comments
 (0)