Skip to content

Commit 22113b4

Browse files
committed
rename to fixtures -> java-fixture-generator
1 parent 7957ab6 commit 22113b4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fixtures
1+
java-fixture-generator
22
Copyright (c) 2025 Romann Broque
33

44
This product includes code originally authored by:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fixtures
1+
# Java Fixture Generator
22

33
[![Maven Central](https://img.shields.io/maven-central/v/io.github.romann-broque/fixture-annotations.svg?label=maven%20central)](https://central.sonatype.com/artifact/io.github.romann-broque/fixture-annotations)
44
[![Javadoc](https://javadoc.io/badge2/io.github.romann-broque/fixture-annotations/javadoc.svg)](https://javadoc.io/doc/io.github.romann-broque/fixture-annotations)

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ subprojects {
4545
from components.java
4646
pom {
4747
name = project.name
48-
description = "Fixtures modules: ${project.name}"
49-
url = "https://github.com/romann-broque/fixtures"
48+
description = "Java fixture generator modules: ${project.name}"
49+
url = "https://github.com/romann-broque/java-fixture-generator"
5050
licenses {
5151
license {
5252
name = "Apache-2.0"
@@ -66,9 +66,9 @@ subprojects {
6666
}
6767
}
6868
scm {
69-
url = "https://github.com/romann-broque/fixtures"
70-
connection = "scm:git:https://github.com/romann-broque/fixtures.git"
71-
developerConnection = "scm:git:ssh://git@github.com:romann-broque/fixtures.git"
69+
url = "https://github.com/romann-broque/java-fixture-generator"
70+
connection = "scm:git:https://github.com/romann-broque/java-fixture-generator.git"
71+
developerConnection = "scm:git:ssh://git@github.com:romann-broque/java-fixture-generator.git"
7272
}
7373
}
7474
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66
}
77

8-
rootProject.name = "fixtures"
8+
rootProject.name = "java-fixture-generator"
99

1010
include(":fixture-annotations", ":fixture-processor")
1111
project(":fixture-annotations").projectDir = file("modules/fixture-annotations")

0 commit comments

Comments
 (0)