Commit 4eb4bb6
authored
- Update the `pom.xml` files:
- Change `groupId` from `org.sentrysoftware` to `org.metricshub`.
- Change the `artifactId` accordingly to repository name (lowercase)
`printf4j`.
- Update the `parent` dependency to latest MetricsHub OSS Parent v2.
- Ensure artifact coordinates reflect the new organization.
- Update the Organization to MetricsHub
- Update all Java package names from `org.sentrysoftware` to
`org.metricshub`.
- Rename corresponding directories to match the new package structure.
- Adjust all `import` statements to reflect the new package names.
- Review and update any documentation mentioning *Sentry Software*
(README, Javadoc, comments, etc.).
- Verify that the build and tests pass after these modifications.
## Tests
Heavily covered by unit tests, so additional testing isn't necessary
here.
File tree
21 files changed
+519
-435
lines changed- .github/workflows
- src
- main/java/org/metricshub/printf4j
- site
- resources
- css
- fonts
- images
- test/java/org/metricshub/printf4j
21 files changed
+519
-435
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments