summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 38bfe12..842aa32 100644
--- 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
@@ -108,7 +107,7 @@
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
@@ -153,7 +152,7 @@
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
@@ -400,7 +399,7 @@
<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>