>From Ian Maxon <[email protected]>:
Ian Maxon has uploaded this change for review. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20848?usp=email )
Change subject: [NO ISSUE] Set version to 0.9.9-SNAPSHOT
......................................................................
[NO ISSUE] Set version to 0.9.9-SNAPSHOT
Change-Id: I9849ee40bbb8de6692dd1585158238af2582c6a9
---
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/pom.xml
M pom.xml
6 files changed, 7 insertions(+), 7 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb-clients
refs/changes/48/20848/1
diff --git a/asterix-opt-bom/pom.xml b/asterix-opt-bom/pom.xml
index c5b049e..8a76210 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.4</version>
+ <version>0.9.9-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.asterix.clients</groupId>
<artifactId>asterix-opt</artifactId>
- <version>0.9.8.4</version>
+ <version>0.9.9-SNAPSHOT</version>
</parent>
</project>
diff --git a/asterixdb-jdbc/asterix-jdbc-core/pom.xml
b/asterixdb-jdbc/asterix-jdbc-core/pom.xml
index bb8da0e..f6289a1 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.8.4</version>
+ <version>0.9.9-SNAPSHOT</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 a9d340c..a32ed79 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.8.4</version>
+ <version>0.9.9-SNAPSHOT</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 39bede6..1c4e4ee 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.8.4</version>
+ <version>0.9.9-SNAPSHOT</version>
</parent>
<artifactId>asterix-jdbc-taco</artifactId>
<packaging>jar</packaging>
diff --git a/asterixdb-jdbc/pom.xml b/asterixdb-jdbc/pom.xml
index 42bc3b5..6b1ab26 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.8.4</version>
+ <version>0.9.9-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache</groupId>
diff --git a/pom.xml b/pom.xml
index b90622a..e37a3b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.asterix.clients</groupId>
<artifactId>asterix-opt</artifactId>
- <version>0.9.8.4</version>
+ <version>0.9.9-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.asterix</groupId>
--
To view, visit
https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20848?usp=email
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: asterixdb-clients
Gerrit-Branch: master
Gerrit-Change-Id: I9849ee40bbb8de6692dd1585158238af2582c6a9
Gerrit-Change-Number: 20848
Gerrit-PatchSet: 1
Gerrit-Owner: Ian Maxon <[email protected]>