diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-05-04 11:50:44 +0100 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-05-04 11:50:44 +0100 |
commit | a9cc38bb8a20f8df32cb86fd577531c86c0b7c38 (patch) | |
tree | ef0e41dff3a9cff903bb377d75fe990066d76997 /pom.xml | |
parent | 858b2240c88cc197df395dafad71776e8ddf0cb0 (diff) |
Update aai-common artifact versions to 1.2.4
Change-Id: Ib73a22e8452d35393cb58ecab4800556b50233f6
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
@@ -181,17 +181,17 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.3</version> + <version>1.2.4</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-utils</artifactId> - <version>1.2.3</version> + <version>1.2.4</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-core</artifactId> - <version>1.2.3</version> + <version>1.2.4</version> <exclusions> <exclusion> <groupId>*</groupId> @@ -202,7 +202,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-auth</artifactId> - <version>1.2.3</version> + <version>1.2.4</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> |