Skip to content

Commit 0502d6a

Browse files
committed
Fix pom.xml
1 parent c7f1408 commit 0502d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>code-quarkus</artifactId>
55
<packaging>jar</packaging>
66
<name>Code Quarkus</name>
7-
<description>Customize a Web Interface to generate Quarkus starter projects..</description>
7+
<description>Customize a Web Interface to generate Quarkus starter projects.</description>
88
<parent>
99
<groupId>io.quarkus.code</groupId>
1010
<artifactId>code-quarkus-parent</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
3333
</properties>
3434
<name>Code Quarkus - Parent</name>
35-
<description></description>
35+
<description>Customize a Web Interface to generate Quarkus starter projects.</description>
3636
<url>https://github.com/quarkusio/code.quarkus.io</url>
3737
<scm>
3838
<connection>scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection>

0 commit comments

Comments
 (0)