aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-03-26 16:28:17 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-03-26 16:29:00 -0400
commit5139f133377b31dd43836299f7e2b724addefffa (patch)
tree91a178f8bfea23f63f155cac8118b9d1da223bf6
parent721cfe9943c361d826e025d99c547e5e0ac199ab (diff)
Fix broken build from missing oparent artifactv1.2.2
Change-Id: I777f0068c07a2269dc0e8477a36c8da2a43b9d15 Issue-ID: AAI-945 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 664a986..21124c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<groupId>org.onap.aai.logging-service</groupId>