Skip to content

Commit

Permalink
issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpas committed Oct 8, 2015
1 parent 44e8918 commit e86faef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion com.ibm.streamsx.sparkmllib/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
6. Start the InfoSphere Streams instance.
7. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.
</info:description>
<info:version>0.8.0.0</info:version>
<info:version>1.0.0.0</info:version>
<info:requiredProductVersion>4.0.1.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.sparkmllib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.streamsx.sparkmllib.</groupId>
<groupId>com.ibm.streamsx.sparkmllib</groupId>
<artifactId>streamsx.sparkmllib</artifactId>
<packaging>jar</packaging>
<version>0.8.0.0</version>
<version>1.0.0.0</version>
<name>com.ibm.streamsx.sparkmllib</name>
<repositories>
<repository>
Expand Down

0 comments on commit e86faef

Please sign in to comment.