Skip to content

Commit

Permalink
Prepare for release 1.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 22, 2022
1 parent 4169b28 commit 8d53585
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.java.test.data/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.ibm.wala.cast.java.test.data
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion com.ibm.wala.ide.jdt.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.ibm.wala.ide.jdt.test
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Bundle-Activator: com.ibm.wala.cast.java.jdt.test.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: com.ibm.wala.ide.tests;bundle-version="1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide.jdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.ibm.wala.ide.jdt
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Bundle-Activator: com.ibm.wala.ide.jdt.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: com.ibm.wala.ide,
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide.jsdt.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.ibm.wala.ide.jsdt.tests;singleton:=true
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Require-Bundle: com.ibm.wala.ide;bundle-version="1.3.4",
com.ibm.wala.ide.jsdt;bundle-version="1.0.0",
com.ibm.wala.ide.tests;bundle-version="1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide.jsdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.ibm.wala.ide.jsdt
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Bundle-Activator: com.ibm.wala.ide.jsdt.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.ibm.wala.ide.tests;singleton:=true
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Bundle-Vendor: %providerName
Require-Bundle: com.ibm.wala.ide,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Eclipse-LazyStart: true
Bundle-Name: %pluginName
Bundle-SymbolicName: com.ibm.wala.ide
Bundle-Version: 1.5.9.qualifier
Bundle-Version: 1.5.9
Bundle-Activator: com.ibm.wala.ide.plugin.CorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.ibm.wala.ide_feature"
label="%featureName"
version="1.5.9.qualifier"
version="1.5.9"
provider-name="%providerName">

<plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
org.gradle.parallel=true

VERSION_NAME=1.5.9-SNAPSHOT
VERSION_NAME=1.5.9

0 comments on commit 8d53585

Please sign in to comment.