From 8f8d71565561f6abeac32bd39ac502c5bdc5964b Mon Sep 17 00:00:00 2001 From: "C.T. Paterson" Date: Fri, 21 Sep 2018 15:24:36 -0400 Subject: Correct group ID Change-Id: I31afedae98f0419187797c666794af9689e7caee Issue-ID: AAI-1651 Signed-off-by: C.T. Paterson --- pom.xml | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a7dd549..e13ea13 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ 4.0.0 - gallifrey + org.onap.aai gallifrey jar 1.3.0-SNAPSHOT aai-gallifrey - 330f1cb56cfafd1508438139dadc7cc645262ec6 + 2a921ed1e1daaf2f36dbdbb316370cf344ec49c7 src diff --git a/project.clj b/project.clj index ccc5984..17d07f2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gallifrey "1.3.0-SNAPSHOT" +(defproject org.onap.aai/gallifrey "1.3.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.8.0"] [com.7theta/utilis "1.0.4"] -- cgit 1.2.3-korg