Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-01-11 07:12:47 +0000
committerAlexander Kurtakov2020-01-11 07:18:35 +0000
commit0be247edf03cff909bf52c45fad3947f8c7a2989 (patch)
tree4d88b7c9b0e742d551a88749f18bf87483a1f9a7
parent1997734e907f66ccc4fa7f29499d49dfea3fbbfd (diff)
downloadrt.equinox.bundles-I20200111-0230.tar.gz
rt.equinox.bundles-I20200111-0230.tar.xz
rt.equinox.bundles-I20200111-0230.zip
Bump version of jaas.fragment for 4.15 stream.I20200111-1800I20200111-0325I20200111-0230
Modified but version not bumped. Change-Id: I221ebf55dec14dd2f00208c8644241b99119ec01 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-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 40f1da0e7..a3e9646a9 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.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
DynamicImport-Package: org.eclipse.equinox.console.jaas
Fragment-Host: org.apache.sshd.osgi;bundle-version="2.2.0"
diff --git a/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml b/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
index af1ae6e15..025da4d80 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.200-SNAPSHOT</version>
+ <version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top