Skip to content

Commit

Permalink
Merge pull request #70 from SolaceLabs/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fixed flattened pom to include dependencies, properties and updated home page url
  • Loading branch information
SravanThotakura05 authored Mar 15, 2024
2 parents 227ad95 + 9b83be2 commit 22a2c5d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
<version>${revision}${sha1}${changelist}</version>
<packaging>pom</packaging>
<name>Quarkus Solace - Parent</name>

<url>https://github.com/SolaceLabs/solace-quarkus</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/SolaceLabs/solace-quarkus/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:SolaceLabs/solace-quarkus.git</connection>
<developerConnection>scm:git:git@github.com:SolaceLabs/solace-quarkus.git</developerConnection>
Expand Down Expand Up @@ -108,7 +112,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.6.0</version>
<configuration>
<flattenMode>ossrh</flattenMode>
<flattenMode>bom</flattenMode>
<updatePomFile>true</updatePomFile>
</configuration>
</plugin>
Expand Down

0 comments on commit 22a2c5d

Please sign in to comment.