summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aai-core/pom.xml2
-rw-r--r--aai-schema/pom.xml4
-rw-r--r--pom.xml3
3 files changed, 3 insertions, 6 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 20575cb7..f372dd7b 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>${aai.schema.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index c145d914..0ec1b3b3 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-annotations</artifactId>
- <version>${aai.annotations.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<build>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-annotations</artifactId>
- <version>${aai.annotations.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
diff --git a/pom.xml b/pom.xml
index 965168ef..38624776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,6 @@
<properties>
<sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
- <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version>
- <aai.core.version>1.1.0-SNAPSHOT</aai.core.version>
</properties>
<build>