Skip to content

Commit

Permalink
Merge pull request #142 from ddebrunner/rel128
Browse files Browse the repository at this point in the history
Change version to 2.6.0
  • Loading branch information
ddebrunner committed Jun 28, 2015
2 parents e517308 + 6d621b3 commit 8288639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ http://maven.apache.org/download.cgi#Installation
The top-level build.xml contains two main targets:

* all - Builds and creates SPLDOC for the toolkit and samples. Developers should ensure this target is successful when creating a pull request.
* 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).
* 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).
4 changes: 2 additions & 2 deletions com.ibm.streamsx.inet/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
4. Start the InfoSphere Streams instance.
5. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.
</description>
<version>2.5.0</version>
<version>2.6.0</version>
<requiredProductVersion>4.0.0.0</requiredProductVersion>
</identity>
<dependencies/>
Expand All @@ -57,4 +57,4 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
<lang default="true">en_US/InetResource.xlf</lang>
</messageSet>
</resources>
</toolkitInfoModel>
</toolkitInfoModel>

0 comments on commit 8288639

Please sign in to comment.