[AAI] Updating Babel to have common versions properly set together and upversion...
[aai/babel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7f93403..0a38764 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <parent>
                <groupId>org.onap.aai.aai-common</groupId>
                <artifactId>aai-parent</artifactId>
-               <version>1.9.2</version>
+               <version>1.9.3</version>
        </parent>
 
        <groupId>org.onap.aai</groupId>
        <artifactId>babel</artifactId>
-       <version>1.9.3-SNAPSHOT</version>
+       <version>1.9.4-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aai-babel</name>
                <!-- Dependency Versions -->
                <sdc.tosca.version>1.5.1</sdc.tosca.version>
 
-               <aai.common.version>1.9.2</aai.common.version>
+               <aai.common.version>1.9.3</aai.common.version>
                <aaf.version>2.1.21</aaf.version>
                <common.logging.version>1.2.2</common.logging.version>
+               <logback.core.version>1.2.7</logback.core.version>
+               <groovy.version>2.5.15</groovy.version>
 
                <commons.compress.version>1.21</commons.compress.version>
                <commons.codec.version>1.15</commons.codec.version>
 
-               <logback.core.version>1.2.7</logback.core.version>
-
-               <groovy.version>2.5.15</groovy.version>
-
                <javax.ws.rs.version>2.1</javax.ws.rs.version>
                <mvn.jaxb2.version>0.13.3</mvn.jaxb2.version>
                <aai-schema.group.id>org.onap.aai.schema-service</aai-schema.group.id>