Changing malfunctioning bundle plugin
Change-Id: I592307b2167335a608427cc42f52527ff70eb826
diff --git a/utils/catalyst/pom.xml b/utils/catalyst/pom.xml
index 26508f7..bd1d52d 100644
--- a/utils/catalyst/pom.xml
+++ b/utils/catalyst/pom.xml
@@ -47,14 +47,8 @@
<configuration>
<instructions>
<Export-Package>
- io.atomix.catalyst.serializer;version="1.0.0-rc4",
- io.atomix.catalyst.buffer;version="1.0.0-rc4",
- io.atomix.catalyst.transport;version="1.0.0-rc4",
+ io.atomix.catalyst.*
</Export-Package>
- <Private-Package>
- io.atomix.catalyst.*;version="1.0.0-rc4"
- </Private-Package>
-
</instructions>
</configuration>
</plugin>