Skip to content

Commit

Permalink
Format (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Jan 26, 2024
1 parent cc406df commit 86205c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<scm>
<connection>scm:git:[email protected]:quarkiverse/quarkus-kiota.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-kiota.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-kiota</url>
<tag>HEAD</tag>
<url>https://github.com/quarkiverse/quarkus-kiota</url>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -154,8 +154,8 @@
<include>*.md</include>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace></trimTrailingWhitespace>
<endWithNewline></endWithNewline>
<indent>
<spaces>true</spaces>
<spacesPerTab>2</spacesPerTab>
Expand All @@ -173,14 +173,14 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<importOrder />
<removeUnusedImports />
<importOrder></importOrder>
<removeUnusedImports></removeUnusedImports>
</java>
<pom>
<includes>
<include>**/pom.xml</include>
</includes>
<sortPom />
<sortPom></sortPom>
</pom>
</configuration>
<executions>
Expand Down

0 comments on commit 86205c4

Please sign in to comment.