Skip to content

Commit

Permalink
[maven-release-plugin] prepare release optiq-parent-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Apr 11, 2014
1 parent 6a8a2b2 commit b6b3101
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>optiq-avatica</artifactId>
<packaging>jar</packaging>
<version>0.6-SNAPSHOT</version>
<version>0.6</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,12 +3,12 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-avatica</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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,12 +3,12 @@
<parent>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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.6-SNAPSHOT</version>
<version>0.6</version>

<!-- More project information. -->
<name>optiq-parent</name>
Expand Down Expand Up @@ -79,7 +79,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.6</tag>
</scm>

<modules>
Expand Down
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.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

<properties>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions splunk/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.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
Expand Down

0 comments on commit b6b3101

Please sign in to comment.