aboutsummaryrefslogtreecommitdiff
path: root/exec/interpreter
diff options
context:
space:
mode:
authorJacques Nadeau <jacques@apache.org>2014-12-02 18:37:01 -0800
committerJacques Nadeau <jacques@apache.org>2014-12-02 20:47:14 -0800
commit58994af57cb65752027b121acc659ca8afa0ae45 (patch)
treec33c4da1f62420291008ec91e8f07df98a2b3bed /exec/interpreter
parent1f18c8426cf5899eff1ebb119c42a6c430ec3666 (diff)
DRILL-1803: Update version to TLP and remove reference to incubator in README.md
Diffstat (limited to 'exec/interpreter')
-rw-r--r--exec/interpreter/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/interpreter/pom.xml b/exec/interpreter/pom.xml
index c3c34d69a..e1591087d 100644
--- a/exec/interpreter/pom.xml
+++ b/exec/interpreter/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.drill.exec</groupId>
<artifactId>exec-parent</artifactId>
- <version>0.7.0-incubating-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>drill-interpreter</artifactId>
<name>exec/Drill expression interpreter</name>