Skip to content

Commit

Permalink
fix: fix urls in flattened POM files (#131) (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Jun 22, 2023
1 parent 8a41592 commit 8aeeb10
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
child.project.url.inherit.append.path="false">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mcollovati</groupId>
<artifactId>quarkus-hilla-parent</artifactId>
Expand All @@ -18,7 +19,8 @@
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/mcollovati/quarkus-hilla.git</connection>
<developerConnection>scm:git:https://github.com/mcollovati/quarkus-hilla.git</developerConnection>
<url>https://github.com/mcollovati/quarkus-hilla.git</url>
Expand Down Expand Up @@ -227,9 +229,9 @@
</palantirJavaFormat>
<removeUnusedImports/>
<formatAnnotations/>
<toggleOffOn />
<trimTrailingWhitespace />
<endWithNewline />
<toggleOffOn/>
<trimTrailingWhitespace/>
<endWithNewline/>
<licenseHeader>
<file>${maven.multiModuleProjectDirectory}/etc/java-license-header</file>
</licenseHeader>
Expand Down

0 comments on commit 8aeeb10

Please sign in to comment.