Skip to content

Commit 7493e97

Browse files
committed
WS-2537: Maven property for common api.
1 parent 1291bfa commit 7493e97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

osgi-itests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.basistech</groupId>
2727
<artifactId>common-api</artifactId>
28-
<version>37.0.1</version>
28+
<version>${bt-common-api.version}</version>
2929
</dependency>
3030

3131
<!-- OSGi framework dependencies -->

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<bbh-maven-plugin.version>1.0.1</bbh-maven-plugin.version>
4545
<bnd-maven-plugin.version>6.2.0</bnd-maven-plugin.version>
4646
<bt-adm-version>2.7.2</bt-adm-version>
47+
<bt-common-api.version>37.0.1</bt-common-api.version>
4748
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
4849
<http-components.version>4.5.13</http-components.version>
4950
<http-components-core.version>4.4.15</http-components-core.version>
@@ -74,7 +75,7 @@
7475
<dependency>
7576
<groupId>com.basistech</groupId>
7677
<artifactId>common-api</artifactId>
77-
<version>37.0.0</version>
78+
<version>${bt-common-api.version}</version>
7879
</dependency>
7980
<dependency>
8081
<groupId>com.basistech</groupId>

0 commit comments

Comments
 (0)