Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/bundles')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF4
-rw-r--r--protocols/bundles/org.jivesoftware.smack/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
index 70d2da5df..138aeebf4 100644
--- a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.jivesoftware.smack
-Bundle-Version: 3.3.100.qualifier
+Bundle-Version: 3.3.200.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
@@ -37,4 +37,4 @@ Export-Package: org.jivesoftware.smack,
Bundle-ClassPath: .,
jars/xpp.jar
Eclipse-ExtensibleAPI: true
-Import-Package: org.xbill.DNS;version="2.0.8"
+Require-Bundle: org.xbill.dns;bundle-version="2.0.8"
diff --git a/protocols/bundles/org.jivesoftware.smack/pom.xml b/protocols/bundles/org.jivesoftware.smack/pom.xml
index 4672d4051..2e128a7a0 100644
--- a/protocols/bundles/org.jivesoftware.smack/pom.xml
+++ b/protocols/bundles/org.jivesoftware.smack/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.jivesoftware.smack</artifactId>
- <version>3.3.100-SNAPSHOT</version>
+ <version>3.3.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top