diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 11:28:23 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 11:34:21 -0500 |
commit | a972b6ad9fc41b968a611b4d5eb19668096add6d (patch) | |
tree | 9e8c1f83d2befcb2dcf09d6ba44cdcf543dc675c /integrity-audit/pom.xml | |
parent | 115109865005990a4e3e971eadd516b3f8227156 (diff) |
change version to 1.0.0
Change-Id: I305363f5296904aea9147717198e0ea8433d4de8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'integrity-audit/pom.xml')
-rw-r--r-- | integrity-audit/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index ea0236ac..8b19c708 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>Integrity Audit</name> @@ -115,4 +115,4 @@ </plugins> </pluginManagement> </build> -</project>
\ No newline at end of file +</project> |