Skip to content

Commit

Permalink
Prepare for release 1.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jun 28, 2021
1 parent 93b49c1 commit 467c74a
Show file tree
Hide file tree
Showing 25 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion com.ibm.wala-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>WALA</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala-repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
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.7.qualifier
Bundle-Version: 1.5.7
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.java.test.data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>WALA</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala.cast.java.test.data</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
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.7.qualifier
Bundle-Version: 1.5.7
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
4 changes: 2 additions & 2 deletions com.ibm.wala.ide.jdt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>


Expand Down Expand Up @@ -80,7 +80,7 @@
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.cast.java</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<classifier>test-fixtures</classifier>
<type>jar</type>
<overWrite>false</overWrite>
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.7.qualifier
Bundle-Version: 1.5.7
Bundle-Activator: com.ibm.wala.ide.jdt.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: com.ibm.wala.ide,
Expand Down
6 changes: 3 additions & 3 deletions com.ibm.wala.ide.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala.ide.jdt</artifactId>
<packaging>eclipse-plugin</packaging>
Expand All @@ -25,14 +25,14 @@
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.cast.java</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.cast.java.ecj</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
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.7.qualifier
Bundle-Version: 1.5.7
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.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>

<artifactId>com.ibm.wala.ide.jsdt.tests</artifactId>
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.7.qualifier
Bundle-Version: 1.5.7
Bundle-Activator: com.ibm.wala.ide.jsdt.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
Expand Down
6 changes: 3 additions & 3 deletions com.ibm.wala.ide.jsdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala.ide.jsdt</artifactId>
<packaging>eclipse-plugin</packaging>
Expand All @@ -25,14 +25,14 @@
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.cast.js</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.cast.js.rhino</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
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.7.qualifier
Bundle-Version: 1.5.7
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.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala.ide.tests</artifactId>
<packaging>eclipse-plugin</packaging>
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.7.qualifier
Bundle-Version: 1.5.7
Bundle-Activator: com.ibm.wala.ide.plugin.CorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
10 changes: 5 additions & 5 deletions com.ibm.wala.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand All @@ -26,28 +26,28 @@
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.util</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.shrike</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.core</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.ibm.wala</groupId>
<artifactId>com.ibm.wala.cast</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
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.7.qualifier"
version="1.5.7"
provider-name="%providerName">

<plugin
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.ide_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>WALA</artifactId>
<groupId>com.ibm.wala</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>com.ibm.wala.ide_feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.tests.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.tests.ide"
label="%featureName"
version="1.5.7.qualifier"
version="1.5.7"
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.7-SNAPSHOT
VERSION_NAME=1.5.7
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.wala</groupId>
<artifactId>WALA</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<packaging>pom</packaging>
<properties>
<project-version>1.5.7-SNAPSHOT</project-version>
<project-version>1.5.7</project-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<build-alias>b000</build-alias>
<tycho-version>0.23.1</tycho-version>
Expand Down
2 changes: 1 addition & 1 deletion targets/e42/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala.target</groupId>
<artifactId>targets</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>e42</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion targets/e44/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala.target</groupId>
<artifactId>targets</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>e44</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion targets/e46/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala.target</groupId>
<artifactId>targets</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>e46</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion targets/e47/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala.target</groupId>
<artifactId>targets</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<artifactId>e47</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion targets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>WALA</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
</parent>
<groupId>com.ibm.wala.target</groupId>
<artifactId>targets</artifactId>
Expand Down

0 comments on commit 467c74a

Please sign in to comment.