You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by ta...@apache.org on 2023/02/08 13:26:04 UTC

[bval] branch master updated: some POM cosmetics

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ecadb5  some POM cosmetics
4ecadb5 is described below

commit 4ecadb56f7397d6ef1e06b9006c36c9bd3efcd89
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Feb 8 14:25:58 2023 +0100

    some POM cosmetics
---
 {bundle => bval-bundle}/pom.xml |  2 +-
 bval-extras/pom.xml             |  2 +-
 bval-jsr/pom.xml                |  2 +-
 bval-perf/pom.xml               |  2 +-
 bval-tck/pom.xml                |  2 +-
 pom.xml                         | 12 ++++++++++--
 6 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/bundle/pom.xml b/bval-bundle/pom.xml
similarity index 98%
rename from bundle/pom.xml
rename to bval-bundle/pom.xml
index f546ca7..7c707db 100644
--- a/bundle/pom.xml
+++ b/bval-bundle/pom.xml
@@ -32,7 +32,7 @@
 
     <!-- use fully qualified naming for OSGi bundles -->
     <artifactId>org.apache.bval.bundle</artifactId>
-    <name>Apache BVal :: org.apache.bval.bundle</name>
+    <name>Apache BVal :: Bundle</name>
 
     <packaging>bundle</packaging>
 
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index 6d95483..5ebd50a 100644
--- a/bval-extras/pom.xml
+++ b/bval-extras/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>bval-extras</artifactId>
-    <name>Apache BVal :: bval-extras (optional)</name>
+    <name>Apache BVal :: Extras</name>
     <packaging>bundle</packaging>
 
     <description>BVal - non-JSR380 routines and constraints</description>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 15427f4..ce62dda 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>bval-jsr</artifactId>
-    <name>Apache BVal :: bval-jsr</name>
+    <name>Apache BVal :: Implementation</name>
     <packaging>jar</packaging>
 
     <description>Implementation specific classes for JSR 380 Bean Validation 2.0</description>
diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml
index ebd83cc..bfe1886 100644
--- a/bval-perf/pom.xml
+++ b/bval-perf/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>bval-perf</artifactId>
-  <name>Apache BVal :: bval-perf</name>
+  <name>Apache BVal :: Performance</name>
   <packaging>jar</packaging>
 
   <description>Some small micro benchmarks</description>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 1d8b596..78c3147 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>bval-tck-runner</artifactId>
-    <name>Apache BVal :: bval-tck (TCK Runner)</name>
+    <name>Apache BVal :: TCK Runner</name>
     <description>Aggregates dependencies and runs the JSR-380 TCK</description>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 7a6a0c0..37ca592 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.apache.bval</groupId>
     <artifactId>bval-parent</artifactId>
-    <name>Apache BVal :: bval-parent (Parent POM)</name>
+    <name>Apache BVal</name>
     <packaging>pom</packaging>
     <version>3.0.0-SNAPSHOT</version>
 
@@ -219,6 +219,14 @@
                 <role>PMC Member</role>
             </roles>
         </developer>
+        <developer>
+            <id>tandraschko</id>
+            <name>Thomas Andraschko</name>
+            <email>tandraschko@apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
     </developers>
 
     <contributors>
@@ -707,7 +715,7 @@
         <module>bval-jsr</module>
         <module>bval-extras</module>
         <module>bval-tck</module>
-        <module>bundle</module>
+        <module>bval-bundle</module>
         <module>bval-perf</module>
     </modules>