aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-18 18:30:07 -0800
committerLuciano Resende <lresende@apache.org>2017-01-18 18:30:07 -0800
commitf378b236663cef80a02215714e7b5590fdc8e26b (patch)
treeff43adfc521bd8310086c328a3a2e2621eefd205 /pom.xml
parentf3bf10429e3084ea1496d250766d8a40a9884954 (diff)
downloadtoree-gateway-f378b236663cef80a02215714e7b5590fdc8e26b.tar.gz
toree-gateway-f378b236663cef80a02215714e7b5590fdc8e26b.tar.bz2
toree-gateway-f378b236663cef80a02215714e7b5590fdc8e26b.zip
Refactor project scala package
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 58a0c28..7c0716f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,11 @@
<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>
- <groupId>com.ibm</groupId>
+ <groupId>org.apache.toree.gateway</groupId>
<artifactId>toree-gateway</artifactId>
<version>1.0</version>
- <name>Toree Gateway</name>
+ <name>A Gateway for Apache Toree</name>
<properties>
<toree.version>0.2.0.dev1-incubating-SNAPSHOT</toree.version>