Skip to content

Commit

Permalink
Upgrade optiq-spark to 0.4.18 in advance of optiq-0.4.18 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Feb 15, 2014
1 parent 09cebae commit d89caa9
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,12 +3,12 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.4.18-SNAPSHOT</version>
<version>0.4.18</version>
</parent>

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

<properties>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.4.18-SNAPSHOT</version>
<version>0.4.18</version>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.4.18-SNAPSHOT</version>
<version>0.4.18</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit d89caa9

Please sign in to comment.