Skip to content

Commit

Permalink
chore(core): Rename project (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Feb 6, 2024
1 parent b273b4e commit ad41631
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# spring-r2dbc-relational
# spring-r2dbc-relationships

Spring R2DBC annotations to handle entity relationships
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ java {
}

javadoc {
title = 'Spring R2DBC Relational'
title = 'Spring R2DBC Relationships'
options {
encoding = 'UTF-8'
addBooleanOption('html5', true)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'spring-r2dbc-relational'
rootProject.name = 'spring-r2dbc-relationships'

dependencyResolutionManagement {
versionCatalogs {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.joselion.springr2dbcrelational;
package io.github.joselion.springr2dbcrelationships;

/**
* Auto-generetaed test class.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.joselion.springr2dbcrelational;
package io.github.joselion.springr2dbcrelationships;

import static org.assertj.core.api.Assertions.assertThat;

Expand Down

0 comments on commit ad41631

Please sign in to comment.