aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJason Altekruse <altekrusejason@gmail.com>2016-02-19 13:56:09 -0800
committerJason Altekruse <altekrusejason@gmail.com>2016-02-19 13:56:09 -0800
commit462f7af6fc00b5d31a436fd52c9d450c3a20a7de (patch)
tree2db6e0b5da70636904afd749ae99124b8cb56e2c /tools
parent7d5a0a86e36932726abee49aa4c29ea9cbd576e9 (diff)
Update version to 1.6.0-SNAPSHOT
Diffstat (limited to 'tools')
-rw-r--r--tools/fmpp/pom.xml5
-rw-r--r--tools/pom.xml2
2 files changed, 3 insertions, 4 deletions
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index 205e9e23c..4b68af68b 100644
--- a/tools/fmpp/pom.xml
+++ b/tools/fmpp/pom.xml
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>tools-parent</artifactId>
<groupId>org.apache.drill.tools</groupId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>drill-fmpp-maven-plugin</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index 71a26ee6f..bbbb3455c 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.tools</groupId>