summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-21 15:24:36 -0400
committerC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-21 15:24:36 -0400
commit8f8d71565561f6abeac32bd39ac502c5bdc5964b (patch)
treedc86f1fcf50e8d91a6d22ecfff8f5e6b9ad29412 /pom.xml
parent2a921ed1e1daaf2f36dbdbb316370cf344ec49c7 (diff)
Correct group ID1.3.0
Change-Id: I31afedae98f0419187797c666794af9689e7caee Issue-ID: AAI-1651 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
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 a7dd549..e13ea13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?><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>gallifrey</groupId>
+ <groupId>org.onap.aai</groupId>
<artifactId>gallifrey</artifactId>
<packaging>jar</packaging>
<version>1.3.0-SNAPSHOT</version>
<name>aai-gallifrey</name>
<description/>
<scm>
- <tag>330f1cb56cfafd1508438139dadc7cc645262ec6</tag>
+ <tag>2a921ed1e1daaf2f36dbdbb316370cf344ec49c7</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>