diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-22 15:18:41 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-05-22 15:18:42 -0700 |
commit | d402964f469bed97ab64032ee75e51be92d040ff (patch) | |
tree | 5c705ed156e404eef91df9245e4aee3ce21cae92 /appc-client/pom.xml | |
parent | ef489229425a3385abc88238ef557176a69959f7 (diff) |
Increment version to 1.7.3-SNAPSHOT
Change-Id: I41e19b982bbcf5f84e63d13591a0e9df71650a50
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-client/pom.xml')
-rw-r--r-- | appc-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 042de4bd3..d06ae0d78 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -28,12 +28,12 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </parent> <artifactId>appc-java-client</artifactId> <groupId>org.onap.appc.client</groupId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <name>appc-java-client</name> <description>APPC Java Client</description> |