Skip to content

Commit 0eb6f1a

Browse files
committed
Central, updated Felix maven plugin
1 parent 3c4e2e9 commit 0eb6f1a

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

org.bridgedb.bio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.felix</groupId>
3434
<artifactId>maven-bundle-plugin</artifactId>
35-
<version>5.1.2</version>
35+
<version>${felix.version}</version>
3636
<extensions>true</extensions>
3737
<configuration>
3838
<instructions>

org.bridgedb.gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.felix</groupId>
3434
<artifactId>maven-bundle-plugin</artifactId>
35-
<version>5.1.2</version>
35+
<version>${felix.version}</version>
3636
<extensions>true</extensions>
3737
<configuration>
3838
<instructions>

org.bridgedb.rdb.construct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.felix</groupId>
3434
<artifactId>maven-bundle-plugin</artifactId>
35-
<version>5.1.2</version>
35+
<version>${felix.version}</version>
3636
<extensions>true</extensions>
3737
<configuration>
3838
<instructions>

org.bridgedb.rdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.felix</groupId>
3434
<artifactId>maven-bundle-plugin</artifactId>
35-
<version>5.1.2</version>
35+
<version>${felix.version}</version>
3636
<extensions>true</extensions>
3737
<configuration>
3838
<instructions>

org.bridgedb.webservice.bridgerest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.felix</groupId>
3535
<artifactId>maven-bundle-plugin</artifactId>
36-
<version>5.1.1</version>
36+
<version>${felix.version}</version>
3737
<extensions>true</extensions>
3838
<configuration>
3939
<instructions>

org.bridgedb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.felix</groupId>
6464
<artifactId>maven-bundle-plugin</artifactId>
65-
<version>5.1.2</version>
65+
<version>${felix.version}</version>
6666
<extensions>true</extensions>
6767
<configuration>
6868
<instructions>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4747
<commons-cli.version>1.2</commons-cli.version>
4848
<cxf.version>3.6.4</cxf.version>
49+
<felix.version>5.1.9</felix.version>
4950
<hamcrest.version>2.2</hamcrest.version>
5051
<jersey.version>1.10</jersey.version>
5152
<log4j.version>2.20.0</log4j.version>

0 commit comments

Comments
 (0)