diff options
Diffstat (limited to 'champ-service-deps-titan/pom.xml')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 233430f..c80a7a6 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -28,14 +28,15 @@ limitations under the License. <version>1.2.1-SNAPSHOT</version> </parent> + <groupId>org.onap.aai.champ</groupId> <artifactId>champ-service-deps-titan</artifactId> <packaging>pom</packaging> <dependencies> <dependency> - <groupId>org.onap.aai</groupId> + <groupId>org.onap.aai.champ.champ-lib</groupId> <artifactId>champ-titan</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> |