Browse Source

Merge branch '6.1.x'

pull/32999/head
rstoyanchev 2 years ago
parent
commit
5787bc569d
  1. 2
      CODE_OF_CONDUCT.adoc
  2. 2
      CONTRIBUTING.md
  3. 2
      README.md
  4. 2
      gradle/publications.gradle

2
CODE_OF_CONDUCT.adoc

@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
individual is representing the project or its community.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
contacting a project maintainer at spring-code-of-conduct@pivotal.io . All complaints will
contacting a project maintainer at spring-code-of-conduct@spring.io. All complaints will
be reviewed and investigated and will result in a response that is deemed necessary and
appropriate to the circumstances. Maintainers are obligated to maintain confidentiality
with regard to the reporter of an incident.

2
CONTRIBUTING.md

@ -18,7 +18,7 @@ First off, thank you for taking the time to contribute! :+1: :tada: @@ -18,7 +18,7 @@ First off, thank you for taking the time to contribute! :+1: :tada:
This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc).
By participating you are expected to uphold this code.
Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
Please report unacceptable behavior to spring-code-of-conduct@spring.io.
### How to Contribute

2
README.md

@ -6,7 +6,7 @@ Spring provides everything required beyond the Java programming language for cre @@ -6,7 +6,7 @@ Spring provides everything required beyond the Java programming language for cre
## Code of Conduct
This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@spring.io.
## Access to Binaries

2
gradle/publications.gradle

@ -29,7 +29,7 @@ publishing { @@ -29,7 +29,7 @@ publishing {
developer {
id = "jhoeller"
name = "Juergen Hoeller"
email = "jhoeller@pivotal.io"
email = "juergen.hoeller@broadcom.com"
}
}
issueManagement {

Loading…
Cancel
Save