Skip to content

Commit deeac85

Browse files
authored
#158 fix broken links checker (#159)
* Upgrade PK 2 * Upgrade dependencies
1 parent ca57843 commit deeac85

16 files changed

+207
-219
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pk_generated_parent.pom linguist-generated=true
2+
dependencies.md linguist-generated=true
3+
versionsMavenPluginRules.xml linguist-generated=true
4+
doc/changes/changelog.md linguist-generated=true
5+
.github/workflows/broken_links_checker.yml linguist-generated=true
6+
.github/workflows/ci-build-next-java.yml linguist-generated=true
7+
.github/workflows/ci-build.yml linguist-generated=true
8+
.github/workflows/dependencies_check.yml linguist-generated=true
9+
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
10+
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
11+
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
12+
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true
13+
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
14+
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true

.github/workflows/broken_links_checker.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-build-next-java.yml

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-build.yml

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dependencies_check.yml

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release_droid_prepare_original_checksum.yml

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release_droid_print_quick_checksum.yml

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release_droid_release_on_maven_central.yml

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project-keeper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ sources:
44
modules:
55
- maven_central
66
linkReplacements:
7-
- "https://github.com/hamcrest/JavaHamcrest/hamcrest-all|https://github.com/hamcrest/JavaHamcrest"
7+
- "https://github.com/hamcrest/JavaHamcrest/hamcrest-all|https://github.com/hamcrest/JavaHamcrest"
8+
- "https://www.mojohaus.org/flatten-maven-plugin/flatten-maven-plugin|https://www.mojohaus.org/flatten-maven-plugin/"

0 commit comments

Comments
 (0)