Skip to content

Commit

Permalink
#13 updated dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki authored Aug 30, 2022
1 parent c5610d2 commit bdee910
Show file tree
Hide file tree
Showing 23 changed files with 536 additions and 410 deletions.
39 changes: 0 additions & 39 deletions .classpath

This file was deleted.

11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pk_generated_parent.pom linguist-generated=true
dependencies.md linguist-generated=true
doc/changes/changelog.md linguist-generated=true
broken_links_checker.yml linguist-generated=true
ci-build-next-java.yml linguist-generated=true
ci-build.yml linguist-generated=true
dependencies_check.yml linguist-generated=true
release_droid_prepare_original_checksum.yml linguist-generated=true
release_droid_print_quick_checksum.yml linguist-generated=true
release_droid_release_on_maven_central.yml linguist-generated=true
release_droid_upload_github_release_assets.yml linguist-generated=true
17 changes: 14 additions & 3 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 15 additions & 12 deletions .github/workflows/ci-build-next-java.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 30 additions & 11 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions .github/workflows/dependencies_check.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions .github/workflows/release_droid_prepare_original_checksum.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions .github/workflows/release_droid_print_quick_checksum.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 7 additions & 13 deletions .github/workflows/release_droid_release_on_maven_central.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions .github/workflows/release_droid_upload_github_release_assets.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ pom.xml.versionsBackup
*.bak
*.orig
*.old
*.md.html
*.md.html
*.flattened-pom.xml
/.apt_generated/
/.apt_generated_tests/
23 changes: 0 additions & 23 deletions .project

This file was deleted.

7 changes: 7 additions & 0 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sources:
- type: maven
path: pom.xml
modules:
- maven_central
version:
fromSource: pom.xml
4 changes: 4 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
encoding//src/main/java=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
encoding/<project>=UTF-8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test Utilities for `java.util.logging`

[![Build Status](https://github.com/exasol/java-util-logging-testing/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/java-util-logging-testing/actions/workflows/ci-build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.exasol/java-util-logging-testing)](https://search.maven.org/artifact/com.exasol/java-util-logging-testing)
[![Maven Central – Test utilities for `java.util.logging`](https://img.shields.io/maven-central/v/com.exasol/java-util-logging-testing)](https://search.maven.org/artifact/com.exasol/java-util-logging-testing)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)

Expand Down
Loading

0 comments on commit bdee910

Please sign in to comment.