</parent>
        <groupId>org.onap.aai.sparky-be</groupId>
        <artifactId>sparky-be</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.1-SNAPSHOT</version>
        <name>aai-sparky-be</name>
 
        <properties>
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
                <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion>
                <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
-
                <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot> 
                        property, below. PLEASE, NOTE: If your ${project.version} is a "-SNAPSHOT" 
                        version, THIS will be used as your directory structure. If you do NOT want 
                <dependency>
                        <groupId>org.onap.aai</groupId>
                        <artifactId>rest-client</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+                       <version>${project.version}</version>
                </dependency>
 
 
                <dependency>
                  <groupId>org.onap.aai.logging-service</groupId>
                  <artifactId>common-logging</artifactId>
-                 <version>1.1.0-SNAPSHOT</version>
+                 <version>${project.version}</version>
                </dependency>
                
                <dependency>
                                                                        <artifactItem>
                                                                                <groupId>org.onap.aai.sparky-fe</groupId>
                                                                                <artifactId>sparky-fe</artifactId>
-                                                                               <version>1.0.0-SNAPSHOT</version>
+                                                                               <version>${project.version}</version>
                                                                                <type>war</type>
                                                                                <outputDirectory>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}/extApps/</outputDirectory>
                                                                                <destFileName>aai.war</destFileName>