Skip to content

Commit

Permalink
Prepare for release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jan 20, 2023
1 parent 9fd3732 commit a902d74
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier
Bundle-Version: 1.6.0
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.6.0.qualifier"
version="1.6.0"
provider-name="%providerName">

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

VERSION_NAME=1.6.0-SNAPSHOT
VERSION_NAME=1.6.0

0 comments on commit a902d74

Please sign in to comment.