Skip to content

Commit 8288639

Browse files
committed
Merge pull request #142 from ddebrunner/rel128
Change version to 2.6.0
2 parents e517308 + 6d621b3 commit 8288639

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ http://maven.apache.org/download.cgi#Installation
1010
The top-level build.xml contains two main targets:
1111

1212
* all - Builds and creates SPLDOC for the toolkit and samples. Developers should ensure this target is successful when creating a pull request.
13-
* release - Builds release artifacts, which is a tar bundle containing the toolkits and samples. It includes stamping the SPLDOC and toolkit version numbers with the git commit number (thus requires git to be available). The release should use Java 6 for the Java compile to allow the widest use of the toolkit. (Note Streams 3.2 ships Java 7).
13+
* release - Builds release artifacts, which is a tar bundle containing the toolkits and samples. It includes stamping the SPLDOC and toolkit version numbers with the git commit number (thus requires git to be available). The release should use Java 7 for the Java compile to allow the widest use of the toolkit (with Streams 4.0 or later). (Note Streams 4.0 ships Java 7).

com.ibm.streamsx.inet/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
4848
4. Start the InfoSphere Streams instance.
4949
5. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.
5050
</description>
51-
<version>2.5.0</version>
51+
<version>2.6.0</version>
5252
<requiredProductVersion>4.0.0.0</requiredProductVersion>
5353
</identity>
5454
<dependencies/>
@@ -57,4 +57,4 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
5757
<lang default="true">en_US/InetResource.xlf</lang>
5858
</messageSet>
5959
</resources>
60-
</toolkitInfoModel>
60+
</toolkitInfoModel>

0 commit comments

Comments
 (0)