diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-05-02 16:27:12 +0100 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-05-02 16:27:12 +0100 |
commit | d623531b134a52ef87a620675e4471e3f07d6e55 (patch) | |
tree | 94143f4a03ff429f2543ad1cad6c646a13b5c255 /pom.xml | |
parent | f7bfc43799cd6adbf8997c532993949b6cd75ce4 (diff) |
Update aai-common artifact versions
Change-Id: I77b8124cab14c273164d16e1128bbded491c0279
Issue-ID: AAI-1118
Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -189,17 +189,17 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.1</version> + <version>1.2.3</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-utils</artifactId> - <version>1.2.1</version> + <version>1.2.3</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-core</artifactId> - <version>1.2.1</version> + <version>1.2.3</version> <exclusions> <exclusion> <groupId>*</groupId> @@ -210,7 +210,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-auth</artifactId> - <version>1.2.1</version> + <version>1.2.3</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> |