Skip to content

Commit

Permalink
add missing url (#468)
Browse files Browse the repository at this point in the history
* add missing `url`

* fix extra space
  • Loading branch information
shivam-sharma7 authored Aug 8, 2023
1 parent 0691a89 commit 2a8aa5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<packaging>pom</packaging>
<name>Quarkus - Quinoa - Parent</name>
<description>Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components alongside Quarkus. It is possible to use it with a Quarkus backend in a single project.</description>
<url>https://github.com/quarkiverse/quarkus-quinoa</url>
<modules>
<module>deployment-testing</module>
<module>deployment</module>
Expand Down Expand Up @@ -91,4 +92,4 @@
</modules>
</profile>
</profiles>
</project>
</project>

0 comments on commit 2a8aa5d

Please sign in to comment.