Skip to content

Commit

Permalink
Build optiq-core-VERSION-tests.jar (was wrongly building optiq-parent…
Browse files Browse the repository at this point in the history
…-VERSION-tests.jar).
  • Loading branch information
julianhyde committed Mar 14, 2014
1 parent 226e2d5 commit 5b76cba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

For a full list of releases, see <a href="https://github.com/julianhyde/optiq/releases">github</a>.

## <a href="https://github.com/julianhyde/optiq/releases/tag/optiq-parent-0.5">0.5</a> / 2014-03-13
## <a href="https://github.com/julianhyde/optiq/releases/tag/optiq-parent-0.5">0.5</a> / 2014-03-14

New features
* Allow `quoting`, `quotedCasing`, `unquotedCasing`, and `caseSensitive`
Expand Down Expand Up @@ -36,6 +36,7 @@ API changes
(**This is a breaking change**.)

Bug-fixes and internal changes
* Generate optiq-core-VERSION-tests.jar not parent-VERSION-tests.jar.
* Fix <a href="https://github.com/julianhyde/optiq/issues/176">#176</a>,
"ORDER BY expression doesn't work with SELECT \*".
* Fix VARCHAR casts sent to hsqldb source (Bruno Dumon)
Expand Down
12 changes: 12 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- Parent module has the same plugin and does the work of
generating -sources.jar for each project. But without the
Expand Down
1 change: 1 addition & 0 deletions mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.4.19-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 5b76cba

Please sign in to comment.