Skip to content

Commit

Permalink
Preparing release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusSchmidt committed Nov 12, 2023
1 parent 38e23e8 commit 99247f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

git config --global user.email "[email protected]"
git config --global user.name "DenktMit eG"
mvn -Drevision=${tag_name} -Dchangelist= -B -ntp -DskipTests -Pci-cd deploy
mvn -Drevision=${tag_name} -Dchangelist= -B -ntp -DskipTests -Pci-cd clean deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
</plugins>
</build>

<url>https://spring.io/projects/spring-boot/aggregator/application</url>
<url>https://github.com/DenktMit-eG/spring-test-initializers</url>

<licenses>
<license>
Expand Down

0 comments on commit 99247f5

Please sign in to comment.