Skip to content

Commit

Permalink
[maven-release-plugin] prepare release optiq-parent-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed May 13, 2014
1 parent ae4f221 commit 54a6e86
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 29 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.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>optiq-avatica</artifactId>
<packaging>jar</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.7</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.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>optiq-core</artifactId>
<packaging>jar</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.7</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.7-SNAPSHOT</version>
<version>0.7</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.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>optiq-mongodb</artifactId>
<packaging>jar</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.7</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.7-SNAPSHOT</version>
<version>0.7</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions plus/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.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>optiq-plus</artifactId>
<packaging>jar</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<name>optiq-plus</name>
<description>Miscellaneous extras for Optiq.</description>

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

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

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

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

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>optiq-core</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
9 changes: 3 additions & 6 deletions ubenchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>optiq-parent</artifactId>
<groupId>net.hydromatic</groupId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -79,8 +77,7 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
Expand Down

0 comments on commit 54a6e86

Please sign in to comment.