Skip to content

Commit

Permalink
Add pom.xml infos
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 4, 2024
1 parent bd7de81 commit c7f1408
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions acceptance-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>code-quarkus-acceptance-test</artifactId>

<name>Code Quarkus - Acceptance Test</name>
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
Expand Down
1 change: 1 addition & 0 deletions base/.locker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-locker</artifactId>
<name>Code Quarkus - Locker</name>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<dependencyManagement>
Expand Down
1 change: 1 addition & 0 deletions community-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>code-quarkus-community-app</artifactId>
<name>Code Quarkus - Community App</name>
<properties>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
</properties>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
</properties>
<name>Code Quarkus Parent</name>
<name>Code Quarkus - Parent</name>
<description></description>
<url>https://github.com/quarkusio/code.quarkus.io</url>
<scm>
<connection>scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection>
Expand Down

0 comments on commit c7f1408

Please sign in to comment.