diff options
author | Ravi Geda <GRaviK@amdocs.com> | 2018-05-15 19:13:44 +0100 |
---|---|---|
committer | Ravi Geda <GRaviK@amdocs.com> | 2018-05-15 19:19:14 +0100 |
commit | 7cc4caa91ef63d8a3a9bdbbb0d397aa468ae469b (patch) | |
tree | a6bda9a72c64636d5e171c084018e66b1e3067e7 /champ-service-deps-titan | |
parent | 7ac44deeadeca2a3f49643d2e5098deef1af8503 (diff) |
Update version to 1.2.1-SNAPSHOT
Change-Id: I46cad4df0a03b5114c08efad2b04c2a19573a4b5
Issue-ID: AAI-1138
Signed-off-by: Ravi Geda <GRaviK@amdocs.com>
Diffstat (limited to 'champ-service-deps-titan')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 749425c..233430f 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>champ-service-deps-titan</artifactId> @@ -35,7 +35,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai</groupId> <artifactId>champ-titan</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> |