File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- fixtures
1+ java-fixture-generator
22Copyright (c) 2025 Romann Broque
33
44This product includes code originally authored by:
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
55 }
66}
77
8- rootProject. name = " fixtures "
8+ rootProject. name = " java-fixture-generator "
99
1010include(" :fixture-annotations" , " :fixture-processor" )
1111project(" :fixture-annotations" ). projectDir = file(" modules/fixture-annotations" )
You can’t perform that action at this time.
0 commit comments