diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9144ab5..9f430f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ registries: github: type: "maven-repository" url: "https://maven.pkg.github.com/pcalouche/spring-forge" - username: ${{ github.actor }} - password: ${{ github.token }} + username: pcalouche + password: "${{ secrets.PCALOUCHE_TOKEN }}" updates: - package-ecosystem: "maven" directory: "/" diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 2e093d8..a51680a 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -1,6 +1,9 @@ - + + + github-pcalouche-spring-forge @@ -8,4 +11,5 @@ ${env.GITHUB_TOKEN} - \ No newline at end of file + + diff --git a/pom.xml b/pom.xml index ce66148..176be36 100644 --- a/pom.xml +++ b/pom.xml @@ -14,10 +14,6 @@ 1.0.0-SNAPSHOT Skeleton Spring Boot Project that uses Spring Forge - - 21 - - dev.pcalouche.springforge.spring33x @@ -47,6 +43,10 @@ + + central + https://repo.maven.apache.org/maven2 + true