Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2017-01-04 06:52:51 +0000
committerslewis2017-01-04 06:52:51 +0000
commit16a739bd5035787afc7da47e5160c6951ef3c3ed (patch)
tree366011981fbdaa1562d7823a60dc44bfdeb318eb
parenta5bee02b9463c012a7834c9ed2ccd8ecf3bf1e59 (diff)
downloadorg.eclipse.ecf-16a739bd5035787afc7da47e5160c6951ef3c3ed.tar.gz
org.eclipse.ecf-16a739bd5035787afc7da47e5160c6951ef3c3ed.tar.xz
org.eclipse.ecf-16a739bd5035787afc7da47e5160c6951ef3c3ed.zip
Fix for smack dependency metadata
-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