This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new e6422c5c9 OWB-1446 fix duplicate <description> tag
e6422c5c9 is described below
commit e6422c5c9b8c9933bd808cbf4804a365f5490a7f
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Dec 10 15:50:27 2024 +0100
OWB-1446 fix duplicate <description> tag
---
samples/standalone-sample/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/samples/standalone-sample/pom.xml
b/samples/standalone-sample/pom.xml
index 542e3fa62..de0e30731 100644
--- a/samples/standalone-sample/pom.xml
+++ b/samples/standalone-sample/pom.xml
@@ -29,16 +29,16 @@ under the License.
<artifactId>standalone-sample</artifactId>
<name>OpenWebBeans Java SE Sample</name>
<packaging>jar</packaging>
- <description>Java SE Sample</description>
+ <description>
+ Java SE Sample
+ A standalone sample for showcasing the use of Apache OpenWebBeans in a
Swing application.
+ Start the application with the main method in
org.apache.webbeans.se.sample.Boot.class
+ </description>
<properties>
<deploy.skip>true</deploy.skip>
</properties>
- <description>
- A standalone sample for showcasing the use of Apache OpenWebBeans in a
Swing application.
- Start the application with the main method in
org.apache.webbeans.se.sample.Boot.class
- </description>
<dependencies>