>From Ian Maxon <[email protected]>: Ian Maxon has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20833?usp=email )
Change subject: Release Apache AsterixDB JDBC Driver 0.9.8.4 ...................................................................... Release Apache AsterixDB JDBC Driver 0.9.8.4 Change-Id:Iba76970195158ff6dd1783ac80b3832f63b2c9ca Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20833 Tested-by: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> --- M asterix-opt-bom/pom.xml M asterixdb-jdbc/asterix-jdbc-core/pom.xml M asterixdb-jdbc/asterix-jdbc-driver/pom.xml M asterixdb-jdbc/asterix-jdbc-taco/pom.xml M asterixdb-jdbc/asterix-jdbc-test/pom.xml M asterixdb-jdbc/pom.xml M pom.xml 7 files changed, 9 insertions(+), 9 deletions(-) Approvals: Ian Maxon: Looks good to me, approved Jenkins: Verified diff --git a/asterix-opt-bom/pom.xml b/asterix-opt-bom/pom.xml index ae43491..c5b049e 100644 --- a/asterix-opt-bom/pom.xml +++ b/asterix-opt-bom/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.asterix</groupId> <artifactId>asterix-opt-bom</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.8.4</version> <packaging>pom</packaging> <parent> <groupId>org.apache.asterix.clients</groupId> <artifactId>asterix-opt</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.8.4</version> </parent> </project> diff --git a/asterixdb-jdbc/asterix-jdbc-core/pom.xml b/asterixdb-jdbc/asterix-jdbc-core/pom.xml index f6289a1..bb8da0e 100644 --- a/asterixdb-jdbc/asterix-jdbc-core/pom.xml +++ b/asterixdb-jdbc/asterix-jdbc-core/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>apache-asterixdb-jdbc</artifactId> <groupId>org.apache.asterix</groupId> - <version>0.9.9-SNAPSHOT</version> + <version>0.9.8.4</version> </parent> <artifactId>asterix-jdbc-core</artifactId> diff --git a/asterixdb-jdbc/asterix-jdbc-driver/pom.xml b/asterixdb-jdbc/asterix-jdbc-driver/pom.xml index a32ed79..a9d340c 100644 --- a/asterixdb-jdbc/asterix-jdbc-driver/pom.xml +++ b/asterixdb-jdbc/asterix-jdbc-driver/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>apache-asterixdb-jdbc</artifactId> <groupId>org.apache.asterix</groupId> - <version>0.9.9-SNAPSHOT</version> + <version>0.9.8.4</version> </parent> <artifactId>asterix-jdbc-driver</artifactId> diff --git a/asterixdb-jdbc/asterix-jdbc-taco/pom.xml b/asterixdb-jdbc/asterix-jdbc-taco/pom.xml index 12de8a4..f04cc0e 100644 --- a/asterixdb-jdbc/asterix-jdbc-taco/pom.xml +++ b/asterixdb-jdbc/asterix-jdbc-taco/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>apache-asterixdb-jdbc</artifactId> <groupId>org.apache.asterix</groupId> - <version>0.9.9-SNAPSHOT</version> + <version>0.9.8.4</version> </parent> <artifactId>asterix-jdbc-taco</artifactId> <packaging>jar</packaging> diff --git a/asterixdb-jdbc/asterix-jdbc-test/pom.xml b/asterixdb-jdbc/asterix-jdbc-test/pom.xml index 38165f8..56f5a6f 100644 --- a/asterixdb-jdbc/asterix-jdbc-test/pom.xml +++ b/asterixdb-jdbc/asterix-jdbc-test/pom.xml @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>asterix-jdbc-test</artifactId> - <version>0.9.9-SNAPSHOT</version> + <version>0.9.8.4</version> <packaging>jar</packaging> <parent> <groupId>org.apache.asterix</groupId> diff --git a/asterixdb-jdbc/pom.xml b/asterixdb-jdbc/pom.xml index 6b1ab26..42bc3b5 100644 --- a/asterixdb-jdbc/pom.xml +++ b/asterixdb-jdbc/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.asterix</groupId> <artifactId>apache-asterixdb-jdbc</artifactId> - <version>0.9.9-SNAPSHOT</version> + <version>0.9.8.4</version> <packaging>pom</packaging> <parent> <groupId>org.apache</groupId> diff --git a/pom.xml b/pom.xml index b8c6bd0..b90622a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.asterix.clients</groupId> <artifactId>asterix-opt</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.8.4</version> <packaging>pom</packaging> <parent> <groupId>org.apache.asterix</groupId> <artifactId>apache-asterixdb</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.9</version> </parent> <modules> <module>asterixdb-jdbc</module> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20833?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb-clients Gerrit-Branch: release-0.9.8.4-rc1 Gerrit-Change-Id: Iba76970195158ff6dd1783ac80b3832f63b2c9ca Gerrit-Change-Number: 20833 Gerrit-PatchSet: 2 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]>
