Skip to content

Commit e3b5947

Browse files
committed
fix: remove version already specified in root pom
1 parent b836975 commit e3b5947

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,13 @@
7474
<plugin>
7575
<groupId>biz.aQute.bnd</groupId>
7676
<artifactId>bnd-indexer-maven-plugin</artifactId>
77-
<version>${bnd.version}</version>
7877
<configuration>
7978
<includeJar>true</includeJar>
8079
</configuration>
8180
</plugin>
8281
<plugin>
8382
<groupId>biz.aQute.bnd</groupId>
8483
<artifactId>bnd-testing-maven-plugin</artifactId>
85-
<version>${bnd.version}</version>
8684
<configuration>
8785
<bndruns>
8886
<bndrun>integration-test.bndrun</bndrun>

0 commit comments

Comments
 (0)