Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-06-06 18:55:50 +0000
committerThomas Watson2018-06-06 19:53:11 +0000
commitdd10db6096ff5bb5f4ef1614c1ccc264bbe01b8b (patch)
tree959f1a039526108d4d8a281f7d69a3aa1899387c /bundles/org.eclipse.equinox.console.jaas.fragment
parentc2742eadc8d735e415eb90ab9e5947bc74afbd4b (diff)
downloadrt.equinox.bundles-dd10db6096ff5bb5f4ef1614c1ccc264bbe01b8b.tar.gz
rt.equinox.bundles-dd10db6096ff5bb5f4ef1614c1ccc264bbe01b8b.tar.xz
rt.equinox.bundles-dd10db6096ff5bb5f4ef1614c1ccc264bbe01b8b.zip
Bug 535318 - Update versions for next releaseI20180607-2000
Prep for update license to EPL-2.0 Change-Id: Ic8011309500e960edfb7ca4212b9f9dbee730c0a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.console.jaas.fragment')
-rwxr-xr-xbundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF
index 90fc99292..de5a624f6 100755
--- a/bundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console.jaas.fragment/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %bundleName
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.equinox.console.jaas.fragment
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
DynamicImport-Package: org.eclipse.equinox.console.jaas
Fragment-Host: org.apache.sshd.core;bundle-version="0.5.0"
diff --git a/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml b/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
index dc0d74473..5e5387159 100644
--- a/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
+++ b/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.console.jaas.fragment</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top