Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ headers to your files. To use this plugin you need to configure it e.g.:
<phase>process-sources</phase>
<configuration>
<roots>${basedir}</roots>
<includes>.editorconfig,.gitattributes,.travis.yml,pom.xml</includes>
<includes>.editorconfig,.gitattributes,pom.xml</includes>
<extraExtensions>
<editorconfig>properties</editorconfig>
<gitattributes>properties</gitattributes>
Expand Down Expand Up @@ -402,8 +402,8 @@ mvn spotbugs:gui -P find-sec-bugs

#### sign-artifacts

To sign artifacts first you need a GPG key, if you're using Travis CI you can follow
[this guide](http://www.debonair.io/post/maven-cd/).
To sign artifacts first you need a GPG key, you can follow
[this guide](https://central.sonatype.org/publish/requirements/gpg/).

Once you have your GPG key you need to set the following two environment variables:

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,8 @@
</issueManagement>

<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.com/gantsign/maven-parent-poms</url>
<system>GitHub Actions</system>
<url>https://github.com/gantsign/maven-parent-poms/actions</url>
</ciManagement>

<profiles>
Expand Down
Loading