Skip to content

Commit

Permalink
Switch parent to bang-app-pom 1.0.13 to get library versions from the…
Browse files Browse the repository at this point in the history
… parent
  • Loading branch information
steinarb committed Jun 13, 2021
1 parent aeaafd1 commit 9751f04
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>no.priv.bang.pom</groupId>
<artifactId>bang-pom</artifactId>
<version>1.0.9</version>
<artifactId>bang-app-pom</artifactId>
<version>1.0.13</version>
</parent>
<groupId>no.priv.bang.sonar.sonar-collector</groupId>
<artifactId>sonar-collector</artifactId>
Expand All @@ -31,7 +31,6 @@
<properties>
<jackson.version>2.10.3</jackson.version>
<jackson.databind.version>${jackson.version}</jackson.databind.version>
<osgi-service-adapters.version>1.1.3</osgi-service-adapters.version>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>

Expand All @@ -42,6 +41,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>no.priv.bang.pom</groupId>
<artifactId>bang-bom</artifactId>
<version>${bang-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf-bom</artifactId>
Expand Down Expand Up @@ -147,6 +153,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<releaseProfiles>release-sign-artifact</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit 9751f04

Please sign in to comment.