Skip to content

Commit

Permalink
release: v23.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed May 2, 2023
1 parent fd53a83 commit a3639a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dev/githooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ head -1 "$1" | grep -Eq "^(fix|feat|docs|style|refactor|test|chore|rework|releas
result=$?
if test $result -ne 0
then printf "Invalid commit message: '$(head -1 "$1")'
Please check the guidelines at http://karma-runner.github.io/latest/dev/git-commit-msg.html$(test -n "$scopes" && echo ", the scope should be one of $scopes as defined in $scopes_file")" >&2
Please check the guidelines at http://karma-runner.github.io/6.2/dev/git-commit-msg.html$(test -n "$scopes" && echo ", the scope should be one of $scopes as defined in $scopes_file")" >&2
fi
exit $result
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TODO: Verbindung zu bestehendem Server herstellen?
## Kollaboration

Unsere Commit-Messages folgen dem Muster `type(scope): summary`
(siehe [Karma Runner Konvention](http://karma-runner.github.io/latest/dev/git-commit-msg.html)),
(siehe [Karma Runner Konvention](http://karma-runner.github.io/6.2/dev/git-commit-msg.html)),
wobei die gängigen Scopes in [.dev/scopes.txt](.dev/scopes.txt) definiert werden.
Nach dem Klonen mit git sollte dazu der hook aktiviert werden:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ application {

repositories {
mavenCentral()
maven("http://maven.wso2.org/nexus/content/groups/wso2-public/")
maven("https://maven.wso2.org/nexus/content/groups/wso2-public/")
maven("https://oss.sonatype.org/content/repositories/snapshots")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a3639a4

Please sign in to comment.