Skip to content

Commit

Permalink
Upgrade optiq-spark to 0.4.16 in advance of optiq-0.4.16 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Nov 25, 2013
1 parent 973ec3c commit e0e77dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
</parent>

<artifactId>optiq-spark</artifactId>
<packaging>jar</packaging>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
<name>optiq-spark</name>

<dependencies>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit e0e77dc

Please sign in to comment.