diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-09 07:53:51 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-09 07:53:54 -0400 |
commit | d1a8f8ff686326708829e51878b8c87643ff91a9 (patch) | |
tree | 694137347edd9aa60fca66a124fcd5eb300a07ca /champ-lib | |
parent | c748ac22157e97dd0d620ef58b930ad97dc04cfe (diff) |
Upversion champ
Issue-ID: AAI-2403
Change-Id: I08a533e5d3f61e98b8ff51f938f11850c25dc9fd
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 5779296..f352c81 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 94da7d0..d9966cf 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index b3a446d..40e1281 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index e21c16f..41085ff 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.champ</groupId> |