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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git

commit 2f5b5dbbd2fb0b6a86a26aad06cea9f4154b7521
Author: Robbie Gemmell <robbie.gemm...@gmail.com>
AuthorDate: Thu Apr 22 13:38:23 2021 +0100

    update name/description field capitalisations
---
 apache-qpid-protonj2/pom.xml       | 2 +-
 pom.xml                            | 6 +++---
 protonj2-client-docs/pom.xml       | 2 +-
 protonj2-client-examples/pom.xml   | 2 +-
 protonj2-client/pom.xml            | 2 +-
 protonj2-performance-tests/pom.xml | 6 +++---
 protonj2-test-driver/pom.xml       | 4 ++--
 protonj2/pom.xml                   | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index 214b461..b00bd86 100644
--- a/apache-qpid-protonj2/pom.xml
+++ b/apache-qpid-protonj2/pom.xml
@@ -25,7 +25,7 @@
 
   <artifactId>apache-qpid-protonj2</artifactId>
   <packaging>pom</packaging>
-  <name>Apache Qpid protonj2</name>
+  <name>Apache Qpid ProtonJ2</name>
 
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 5921e0f..f27b53b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,8 +28,8 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Qpid protonj2 Parent</name>
-  <description>Qpid protonj2 is a library for speaking AMQP 1.0.</description>
+  <name>Qpid ProtonJ2 Parent</name>
+  <description>Qpid ProtonJ2 is a library for speaking AMQP 1.0.</description>
 
   <properties>
     <maven.compiler.release>11</maven.compiler.release>
@@ -78,7 +78,7 @@
     <system>JIRA</system>
   </issueManagement>
   <ciManagement>
-    <url>https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-protonj2/</url>
+    <url>https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-ProtonJ2/</url>
   </ciManagement>
 
   <modules>
diff --git a/protonj2-client-docs/pom.xml b/protonj2-client-docs/pom.xml
index e3fe536..f6b47d4 100644
--- a/protonj2-client-docs/pom.xml
+++ b/protonj2-client-docs/pom.xml
@@ -24,7 +24,7 @@
 
   <artifactId>protonj2-client-docs</artifactId>
   <packaging>pom</packaging>
-  <name>Qpid protonj2 Client Documentation</name>
+  <name>Qpid ProtonJ2 Client Documentation</name>
 
   <properties>
     <jacoco.skip>true</jacoco.skip>
diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml
index 7e45118..bd0228f 100644
--- a/protonj2-client-examples/pom.xml
+++ b/protonj2-client-examples/pom.xml
@@ -24,7 +24,7 @@
   </parent>
 
   <artifactId>protonj2-client-examples</artifactId>
-  <name>Qpid protonj2 Client Examples</name>
+  <name>Qpid ProtonJ2 Client Examples</name>
   <description>Examples showing the use of the AMQP client</description>
   <packaging>jar</packaging>
 
diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index 3795925..66c5c1b 100644
--- a/protonj2-client/pom.xml
+++ b/protonj2-client/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>protonj2-client</artifactId>
-  <name>Qpid protonj2 Client Library</name>
+  <name>Qpid ProtonJ2 Client Library</name>
   <description>Imperative API for AMQP Messaging.</description>
   <packaging>jar</packaging>
 
diff --git a/protonj2-performance-tests/pom.xml 
b/protonj2-performance-tests/pom.xml
index 7fc1b6a..0a12d70 100644
--- a/protonj2-performance-tests/pom.xml
+++ b/protonj2-performance-tests/pom.xml
@@ -24,8 +24,8 @@
   </parent>
 
   <artifactId>protonj2-performance-tests</artifactId>
-  <name>Qpid protonj2 JMH performance tests</name>
-  <description>JMH Tests for the protonj2 library</description>
+  <name>Qpid ProtonJ2 JMH performance tests</name>
+  <description>JMH Tests for the ProtonJ2 library</description>
   <packaging>jar</packaging>
 
   <properties>
@@ -85,4 +85,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml
index 76acdc9..9b15cfd 100644
--- a/protonj2-test-driver/pom.xml
+++ b/protonj2-test-driver/pom.xml
@@ -25,7 +25,7 @@
 
   <artifactId>protonj2-test-driver</artifactId>
   <packaging>jar</packaging>
-  <name>Qpid protonj2 AMQP Test Driver</name>
+  <name>Qpid ProtonJ2 AMQP Test Driver</name>
 
   <dependencies>
     <dependency>
@@ -85,4 +85,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/protonj2/pom.xml b/protonj2/pom.xml
index 0206097..45e5af3 100644
--- a/protonj2/pom.xml
+++ b/protonj2/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>protonj2</artifactId>
-  <name>Qpid protonj2 AMQP protocol library</name>
+  <name>Qpid ProtonJ2 AMQP protocol library</name>
   <description>AMQP 1.0 protocol engine and codec library</description>
   <packaging>bundle</packaging>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to