aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-04 09:07:56 -0400
committerJames Forsyth <jf2512@att.com>2018-05-04 13:11:11 +0000
commitc5a93757e53149e611fb7379caaaa10809100463 (patch)
tree660ee7b70d7ebab960a4c9d354682e6b340c4550
parentfc853c94d2cc1a645d583c06e7def25e9161bf54 (diff)
Upversion gizmo deps in prep for release
Issue-ID: AAI-1122 Change-Id: I67697b8aa1ba8904535c8a8997befb855251c48f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 9fe273b..b71e687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,17 +122,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.4</version>
</dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-utils</artifactId>
- <version>1.2.1</version>
+ <version>1.2.4</version>
</dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-core</artifactId>
- <version>1.2.1</version>
+ <version>1.2.4</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
@@ -144,7 +144,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.4</version>
</dependency>
<dependency>