Fix the sparky logging service bug 43/26243/2
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Dec 2017 19:08:18 +0000 (14:08 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Wed, 13 Dec 2017 18:26:42 +0000 (13:26 -0500)
for the dependency of commong logging to
use the project version

Issue-ID: AAI-546
Change-Id: I2e0271c148e907959b83d5938e16748f763a4784
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 38bfe12..842aa32 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
        </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>
@@ -18,7 +18,6 @@
                <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>