Skip to content

Commit 0e46a96

Browse files
committed
Fix affinity-test POM
1 parent 762086f commit 0e46a96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

affinity-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<modelVersion>4.0.0</modelVersion>
3030

31-
<artifactId>lang-test</artifactId>
32-
<version>2.1.2-SNAPSHOT</version>
31+
<artifactId>affinity-test</artifactId>
32+
<version>2.1.3-SNAPSHOT</version>
3333
<packaging>bundle</packaging>
3434

3535
<name>OpenHFT/Java-Thread-Affinity/affinity-test</name>
@@ -176,7 +176,7 @@
176176
</Bundle-SymbolicName>
177177
<Bundle-Name>${project.artifactId}</Bundle-Name>
178178
<Export-Package>
179-
net.openhft.affinity
179+
net.openhft.affinity.osgi
180180
</Export-Package>
181181
<Import-Package>
182182
*

0 commit comments

Comments
 (0)