From 9d0db4460a2d72adf7d8592531a601be01742405 Mon Sep 17 00:00:00 2001 From: Aleksandr Mashchenko Date: Tue, 29 Aug 2023 18:18:24 +0300 Subject: [PATCH] Fix site generation and some links --- README.md | 2 +- pom.xml | 6 +++--- src/site/markdown/index.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e910d957..e6a0fc6c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Maven plugin that supports various Git workflows, including Vincent Driessen's [successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) and [GitHub Flow](https://guides.github.com/introduction/flow/). -Currently a Java implementation of Git version control system [JGit](https://www.eclipse.org/jgit/) doesn't support [`.gitattributes`](https://git-scm.com/book/en/Customizing-Git-Git-Attributes). +Currently a Java implementation of Git version control system [JGit](https://eclipse.dev/jgit/) doesn't support [`.gitattributes`](https://git-scm.com/book/en/Customizing-Git-Git-Attributes). This plugin runs Git and Maven commands from the command line ensuring that all Git features work properly. diff --git a/pom.xml b/pom.xml index fe7991cb..e38a74b4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -72,7 +72,7 @@ org.apache.maven.plugins - maven-plugin-plugin + maven-plugin-report-plugin ${maven-plugin-plugin.version} @@ -82,7 +82,7 @@ - license + licenses scm diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index f2bf40d7..49cd1d4d 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,8 +1,8 @@ # Git-Flow Maven Plugin - The Maven plugin that supports various Git workflows, including Vincent Driessen's [successful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/) and [GitHub Flow](https://guides.github.com/introduction/flow/). + The Maven plugin that supports various Git workflows, including Vincent Driessen's [successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) and [GitHub Flow](https://guides.github.com/introduction/flow/). - Currently a Java implementation of Git version control system [JGit](https://github.com/eclipse/jgit) doesn't support [`.gitattributes`](http://git-scm.com/book/en/Customizing-Git-Git-Attributes). + Currently a Java implementation of Git version control system [JGit](https://eclipse.dev/jgit/) doesn't support [`.gitattributes`](https://git-scm.com/book/en/Customizing-Git-Git-Attributes). This plugin runs Git and Maven commands from the command line ensuring that all Git features work properly. @@ -16,4 +16,4 @@ entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our [source repository](https://github.com/aleksandr-m/gitflow-maven-plugin) and will find supplementary information in the - [guide to helping with Maven](http://maven.apache.org/guides/development/guide-helping.html). + [guide to helping with Maven](https://maven.apache.org/guides/development/guide-helping.html).