From e31c23c4df85484f5c97f46d7c77e97da457ae65 Mon Sep 17 00:00:00 2001 From: Wenjie Guo Date: Fri, 24 Oct 2025 15:24:52 +0800 Subject: [PATCH 1/2] Add project name for modules --- common/pom.xml | 4 +++- pathdb/datastax/pom.xml | 2 ++ pathdb/jpa/pom.xml | 2 ++ pathdb/pom.xml | 1 + storage/pom.xml | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common/pom.xml b/common/pom.xml index 53661bc..10f744b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -26,10 +26,12 @@ path-mapped-common + path-mapped :: common + org.apache.commons commons-lang3 - \ No newline at end of file + diff --git a/pathdb/datastax/pom.xml b/pathdb/datastax/pom.xml index 60476c8..59d1b6a 100644 --- a/pathdb/datastax/pom.xml +++ b/pathdb/datastax/pom.xml @@ -26,6 +26,8 @@ path-mapped-pathdb-datastax + path-mapped :: pathdb :: datastax + org.apache.commons diff --git a/pathdb/jpa/pom.xml b/pathdb/jpa/pom.xml index a7b44e3..8e9bebb 100644 --- a/pathdb/jpa/pom.xml +++ b/pathdb/jpa/pom.xml @@ -26,6 +26,8 @@ path-mapped-pathdb-jpa + path-mapped :: pathdb :: jpa + diff --git a/pathdb/pom.xml b/pathdb/pom.xml index 8fc3247..38234b5 100644 --- a/pathdb/pom.xml +++ b/pathdb/pom.xml @@ -25,6 +25,7 @@ 4.0.0 path-mapped-pathdb + path-mapped :: pathdb :: parent pom datastax diff --git a/storage/pom.xml b/storage/pom.xml index 550b41b..c082e96 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -26,6 +26,8 @@ path-mapped-storage + path-mapped :: pathdb :: storage + org.commonjava.util From 73e851fd755ddf2f76e7efffc5cb80f2bca73f81 Mon Sep 17 00:00:00 2001 From: Wenjie Guo Date: Fri, 24 Oct 2025 15:31:07 +0800 Subject: [PATCH 2/2] Update license header --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 0a55a75..dd8c3f6 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2024 Red Hat, Inc. (https://github.com/Commonjava/path-mapped-storage) +# Copyright (C) 2019 Red Hat, Inc. (nos-devel@redhat.com) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.