Skip to content

Commit

Permalink
[maven-release-plugin] prepare release optiq-parent-0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Nov 25, 2013
1 parent e0e77dc commit 0bf8507
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions avatica/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.16-SNAPSHOT</version>
<version>0.4.16</version>
</parent>

<artifactId>optiq-avatica</artifactId>
<packaging>jar</packaging>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
<name>optiq-avatica</name>
<description>JDBC driver framework.</description>

Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
</parent>

<artifactId>optiq-core</artifactId>
<packaging>jar</packaging>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
<name>optiq-core</name>
<description>Core Optiq APIs and engine.</description>

<dependencies>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-avatica</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
</parent>

<artifactId>optiq-mongodb</artifactId>
<packaging>jar</packaging>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
<name>optiq-mongodb</name>
<description>MongoDB adapter for Optiq.</description>

<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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<packaging>pom</packaging>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>

<!-- More project information. -->
<name>optiq-parent</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:git://github.com/julianhyde/optiq.git</connection>
<developerConnection>scm:git:[email protected]:julianhyde/optiq.git</developerConnection>
<url>http://github.com/julianhyde/optiq/tree/master</url>
<tag>HEAD</tag>
<tag>optiq-parent-0.4.16</tag>
</scm>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions splunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
</parent>

<artifactId>optiq-splunk</artifactId>
<packaging>jar</packaging>
<version>0.4.16-SNAPSHOT</version>
<version>0.4.16</version>
<name>optiq-splunk</name>
<description>Splunk adapter for Optiq; also a JDBC driver for Splunk.</description>

<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.sf.opencsv</groupId>
Expand Down

0 comments on commit 0bf8507

Please sign in to comment.