diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-05-23 11:50:16 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-05-23 11:50:36 -0500 |
commit | aab276e679f221b37fc6be37e5dd0ffd72ffc406 (patch) | |
tree | 33dfa482026e7aac1f7c1ceb2e9e1bc562dbd965 /misc | |
parent | 1876581ffb0b9c83021bd422826c76fa8b125bf0 (diff) |
El Alto start with 2.1.14
Issue-ID: AAF-834
Change-Id: I35cb2c87889f8ed51527c4cd5cfa79789ccd20b0
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/env/pom.xml | 2 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 2 | ||||
-rw-r--r-- | misc/pom.xml | 2 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 2 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index f5bbeb7a..cc29ab1e 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 63e3f220..dcb6be37 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/pom.xml b/misc/pom.xml index ed7c8987..38c40f54 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>parent</artifactId> - <version>2.1.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> </parent> <artifactId>miscparent</artifactId> <name>AAF Misc Parent</name> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index e9bdd96d..03d1576f 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 0e7fbf9c..13f2bae3 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |